diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 8 |
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] |