summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 4a486c395..45f4c5301 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -27,18 +27,18 @@ futures = "0.1.28"
http = "0.1.18"
hyper = "0.12.33"
hyper-rustls = "0.16.1"
-indexmap = "1.0.2"
+indexmap = "1.1.0"
integer-atomics = "1.0.2"
lazy_static = "1.3.0"
-libc = "0.2.60"
+libc = "0.2.62"
log = "0.4.8"
rand = "0.6.5"
-regex = "1.2.0"
+regex = "1.2.1"
remove_dir_all = "0.5.2"
ring = "~0.14.6"
-rustyline = "5.0.1"
-serde = "1.0.98"
-serde_derive = "1.0.98"
+rustyline = "5.0.2"
+serde = "1.0.99"
+serde_derive = "1.0.99"
serde_json = { version = "1.0.40", features = [ "preserve_order" ] }
source-map-mappings = "0.5.0"
tempfile = "3.1.0"
@@ -50,7 +50,7 @@ tokio-io = "0.1.12"
tokio-process = "0.2.4"
tokio-rustls = "0.9.3"
tokio-threadpool = "0.1.15"
-url = "2.0.0"
+url = "2.1.0"
utime = "0.2.1"
[target.'cfg(windows)'.dependencies]