summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-06-15 13:48:53 -0400
committerGitHub <noreply@github.com>2022-06-15 13:48:53 -0400
commitd0dec8d36b751638d15a44ef790a36049f1bc359 (patch)
tree72c814a94f93c1c7a8c76773a185820279f90d16 /runtime
parent3d2394954c61a434bd6227ad3e0c5dea38361b6a (diff)
chore: upgrade various deps (#14876)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index f13983cce..1a017e685 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -38,7 +38,7 @@ deno_webidl = { version = "0.56.0", path = "../ext/webidl" }
deno_websocket = { version = "0.61.0", path = "../ext/websocket" }
deno_webstorage = { version = "0.51.0", path = "../ext/webstorage" }
-lzzzz = '=0.8.0'
+lzzzz = '1.0'
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
@@ -70,9 +70,9 @@ http = "0.2.6"
hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] }
libc = "0.2.126"
log = "0.4.16"
-lzzzz = '=0.8.0'
+lzzzz = '1.0'
netif = "0.1.3"
-notify = "=5.0.0-pre.14"
+notify = "=5.0.0-pre.15"
once_cell = "1.10.0"
regex = "1.5.5"
ring = "0.16.20"
@@ -80,7 +80,7 @@ serde = { version = "1.0.136", features = ["derive"] }
signal-hook-registry = "1.4.0"
sys-info = "0.9.1"
termcolor = "1.1.3"
-tokio = { version = "1.17", features = ["full"] }
+tokio = { version = "1.19", features = ["full"] }
uuid = { version = "1.0.0", features = ["v4"] }
[target.'cfg(windows)'.dependencies]