]> git.proxmox.com Git - proxmox-backup.git/commitdiff
update dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 07:06:44 +0000 (09:06 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 07:08:09 +0000 (09:08 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml

index 4f8ac99c186ee27d2d367722b17d009dca799e0c..76fb4d41bcae06f38dcef006e64bb1dc8a635f89 100644 (file)
@@ -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"