]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Cargo.toml: update dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 18 Dec 2019 09:47:30 +0000 (10:47 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 20 Dec 2019 11:55:32 +0000 (12:55 +0100)
to those that are packaged.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml

index d3b27e2ab4b5cda4ab89359b28dbd7cf9894bb17..34434ddb355d736e54ceb12a092c8d21a1702b07 100644 (file)
@@ -19,7 +19,7 @@ futures = "0.3"
 h2 = { version = "0.2", features = ["stream"] }
 http = "0.2"
 hyper = "0.13"
-lazy_static = "1.3"
+lazy_static = "1.4"
 libc = "0.2"
 log = "0.4"
 native-tls = "0.2"
@@ -30,13 +30,13 @@ pam-sys = "0.5"
 percent-encoding = "2.1"
 pin-utils = "0.1.0-alpha"
 proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1", features = [ "sortable-macro", "api-macro" ] }
-regex = "1.0"
-rustyline = "5.0.4"
+regex = "1.2"
+rustyline = "5.0.5"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 siphasher = "0.3"
 syslog = "4.0"
-tokio = { version = "0.2.0", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] }
+tokio = { version = "0.2.4", 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" ] }
 tower-service = "0.3.0"