From 2e686e0a63b2e553531abc887f72ab64df9c79ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 18 May 2020 09:06:44 +0200 Subject: [PATCH] update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f8ac99c..76fb4d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "proxmox_backup" path = "src/lib.rs" [dependencies] -base64 = "0.10" +base64 = "0.12" bitflags = "1.2.1" bytes = "0.5" chrono = "0.4" # Date and time library for Rust @@ -41,14 +41,14 @@ proxmox = { version = "0.1.30", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } regex = "1.2" -rustyline = "5.0.5" +rustyline = "6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" siphasher = "0.3" syslog = "4.0" tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] } tokio-openssl = "0.4.0" -tokio-util = { version = "0.2.0", features = [ "codec" ] } +tokio-util = { version = "0.3", features = [ "codec" ] } tower-service = "0.3.0" udev = "0.3" url = "2.1"