summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a6f0b2888..81f2ea7d0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -39,14 +39,14 @@ libc = "0.2.71"
log = "0.4.8"
notify = "5.0.0-pre.2"
rand = "0.7.3"
-regex = "1.3.7"
-reqwest = { version = "0.10.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
-ring = "0.16.13"
+regex = "1.3.9"
+reqwest = { version = "0.10.6", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
+ring = "0.16.14"
rustyline = "6.1.2"
-serde = { version = "1.0.110", features = ["derive"] }
-serde_derive = "1.0.110"
+serde = { version = "1.0.111", features = ["derive"] }
+serde_derive = "1.0.111"
serde_json = { version = "1.0.53", features = [ "preserve_order" ] }
-sys-info = "0.6.1"
+sys-info = "0.7.0"
sourcemap = "5.0.0"
tempfile = "3.1.0"
termcolor = "1.1.0"
@@ -54,13 +54,13 @@ tokio = { version = "0.2.21", features = ["rt-core", "tcp", "udp", "uds", "proce
tokio-rustls = "0.13.1"
url = "2.1.1"
utime = "0.3.0"
-webpki = "0.21.2"
+webpki = "0.21.3"
webpki-roots = "0.19.0"
walkdir = "2.3.1"
warp = "0.2.3"
semver-parser = "0.9.0"
uuid = { version = "0.8.1", features = ["v4"] }
-swc_ecma_visit = "0.5.0"
+swc_ecma_visit = "0.5.1"
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"