diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-11-07 14:26:49 -0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-11-07 16:21:51 -0800 |
commit | adab69bccca986bd7da93a84ca419bdd09587a06 (patch) | |
tree | f8fcc07e33b834bba3bb668e6c2a90aadf3c5046 /cli | |
parent | c57207e96a577b7f13514fecdde5c47c7a497405 (diff) |
Upgrade rust crates (#3292)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9ce8eca87..792b5aec8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,22 +31,22 @@ byteorder = "1.3.2" clap = "2.33.0" dirs = "2.0.2" futures = "0.1.29" -http = "0.1.18" -hyper = "0.12.34" +http = "0.1.19" +hyper = "0.12.35" hyper-rustls = "0.17.1" -indexmap = "1.2.0" +indexmap = "1.3.0" lazy_static = "1.4.0" -libc = "0.2.62" +libc = "0.2.65" log = "0.4.8" -rand = "0.7.0" +rand = "0.7.2" regex = "1.3.1" remove_dir_all = "0.5.2" -reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } ring = "0.16.9" -rustyline = "5.0.2" -serde = { version = "1.0.100", features = ["derive"] } -serde_derive = "1.0.100" -serde_json = { version = "1.0.40", features = [ "preserve_order" ] } +rustyline = "5.0.4" +serde = { version = "1.0.102", features = ["derive"] } +serde_derive = "1.0.102" +serde_json = { version = "1.0.41", features = [ "preserve_order" ] } source-map-mappings = "0.5.0" sys-info = "0.5.8" tempfile = "3.1.0" @@ -56,8 +56,8 @@ tokio-executor = "0.1.8" tokio-fs = "0.1.6" tokio-io = "0.1.12" tokio-process = "0.2.4" -tokio-rustls = "0.10.0" -tokio-threadpool = "0.1.15" +tokio-rustls = "0.10.2" +tokio-threadpool = "0.1.16" url = "1.7.2" utime = "0.2.1" webpki = "0.21.0" @@ -71,4 +71,4 @@ fwdansi = "1.0.1" nix = "0.14.1" [dev-dependencies] -os_pipe = "0.8.2" +os_pipe = "0.9.1" |