diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-06-15 13:48:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 13:48:53 -0400 |
commit | d0dec8d36b751638d15a44ef790a36049f1bc359 (patch) | |
tree | 72c814a94f93c1c7a8c76773a185820279f90d16 | |
parent | 3d2394954c61a434bd6227ad3e0c5dea38361b6a (diff) |
chore: upgrade various deps (#14876)
Co-authored-by: David Sherret <dsherret@gmail.com>
-rw-r--r-- | Cargo.lock | 84 | ||||
-rw-r--r-- | bench_util/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/Cargo.toml | 14 | ||||
-rw-r--r-- | core/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 2 | ||||
-rw-r--r-- | runtime/Cargo.toml | 8 | ||||
-rw-r--r-- | test_util/Cargo.toml | 2 |
8 files changed, 47 insertions, 69 deletions
diff --git a/Cargo.lock b/Cargo.lock index 312745991..3fafda236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ "text-size", "text_lines", "tokio", - "tokio-util 0.7.1", + "tokio-util", "tower-lsp", "trust-dns-client", "trust-dns-server", @@ -960,7 +960,7 @@ dependencies = [ "serde", "tokio", "tokio-stream", - "tokio-util 0.7.1", + "tokio-util", ] [[package]] @@ -1018,7 +1018,7 @@ dependencies = [ "ring", "serde", "tokio", - "tokio-util 0.7.1", + "tokio-util", ] [[package]] @@ -1130,7 +1130,7 @@ dependencies = [ "once_cell", "rustls", "rustls-native-certs", - "rustls-pemfile 1.0.0", + "rustls-pemfile", "serde", "webpki", "webpki-roots", @@ -1897,7 +1897,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.7.1", + "tokio-util", "tracing", ] @@ -2404,9 +2404,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", "serde", @@ -2436,9 +2436,9 @@ dependencies = [ [[package]] name = "lzzzz" -version = "0.8.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d891cedd3b1659c206a60ff8afd15bccd7c2754b157f8a164861989e042b88" +checksum = "736263997293f91cffd401b5370e2b06805c9796c0f31b9b478e9734cf4d72bc" dependencies = [ "cc", ] @@ -2600,9 +2600,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0-pre.14" +version = "5.0.0-pre.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74" +checksum = "553f9844ad0b0824605c20fb55a661679782680410abfb1a8144c2e7e437e7a7" dependencies = [ "bitflags", "crossbeam-channel", @@ -2717,9 +2717,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" [[package]] name = "opaque-debug" @@ -3214,9 +3214,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.5" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" +checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" dependencies = [ "aho-corasick", "memchr", @@ -3225,9 +3225,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "relative-path" @@ -3252,9 +3252,9 @@ checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" [[package]] name = "reqwest" -version = "0.11.10" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb" +checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" dependencies = [ "async-compression", "base64 0.13.0", @@ -3275,13 +3275,14 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rustls", - "rustls-pemfile 0.3.0", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-rustls", - "tokio-util 0.6.9", + "tokio-util", + "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", @@ -3424,22 +3425,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.0", + "rustls-pemfile", "schannel", "security-framework", ] [[package]] name = "rustls-pemfile" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360" -dependencies = [ - "base64 0.13.0", -] - -[[package]] -name = "rustls-pemfile" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" @@ -4422,7 +4414,7 @@ dependencies = [ "pretty_assertions", "pty", "regex", - "rustls-pemfile 1.0.0", + "rustls-pemfile", "serde", "serde_json", "tokio", @@ -4510,9 +4502,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", @@ -4579,23 +4571,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "log", - "pin-project-lite", - "tokio", -] - -[[package]] -name = "tokio-util" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" +checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" dependencies = [ "bytes", "futures-core", @@ -4652,7 +4630,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "tokio-util 0.7.1", + "tokio-util", "tower", "tower-lsp-macros", ] @@ -4987,9 +4965,9 @@ dependencies = [ [[package]] name = "urlpattern" -version = "0.1.6" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c2761073dd27e1b88de9aa082bbc085c35fae2b848379cedfafefc40a54f809" +checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" dependencies = [ "derive_more", "regex", diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index b604f6579..8a36ea3db 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] bencher = "0.1" deno_core = { version = "0.138.0", path = "../core" } -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.19", features = ["full"] } [[bench]] name = "op_baseline" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 56cae2090..c2efb456f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -36,7 +36,7 @@ deno_web = { version = "0.87.0", path = "../ext/web" } deno_webgpu = { version = "0.57.0", path = "../ext/webgpu" } deno_websocket = { version = "0.61.0", path = "../ext/websocket" } deno_webstorage = { version = "0.51.0", path = "../ext/webstorage" } -regex = "=1.5.5" +regex = "=1.5.6" serde = { version = "=1.0.136", features = ["derive"] } zstd = '=0.11.1' @@ -75,16 +75,16 @@ import_map = "=0.11.0" indexmap = "1.8.1" jsonc-parser = { version = "=0.19.0", features = ["serde"] } libc = "=0.2.126" -log = { version = "=0.4.16", features = ["serde"] } +log = { version = "=0.4.17", features = ["serde"] } mitata = '=0.0.7' node_resolver = "=0.1.1" -notify = "=5.0.0-pre.14" -once_cell = "=1.10.0" +notify = "=5.0.0-pre.15" +once_cell = "=1.12.0" os_pipe = "=1.0.1" percent-encoding = "=2.1.0" pin-project = "=1.0.10" rand = { version = "=0.8.5", features = ["small_rng"] } -regex = "=1.5.5" +regex = "=1.5.6" ring = "=0.16.20" rustyline = { version = "=9.1.2", default-features = false } rustyline-derive = "=0.6.0" @@ -104,8 +104,8 @@ swc_ecma_transforms_typescript = "=0.117.0" swc_ecma_utils = "=0.85.0" text-size = "=1.1.0" text_lines = "=0.4.1" -tokio = { version = "=1.17", features = ["full"] } -tokio-util = "=0.7.1" +tokio = { version = "=1.19", features = ["full"] } +tokio-util = "=0.7.2" tower-lsp = "=0.17.0" twox-hash = "=1.6.2" typed-arena = "2.0.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index ea22ed7cd..22001c012 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -36,4 +36,4 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] deno_ast = { version = "0.15.0", features = ["transpiling"] } -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.19", features = ["full"] } diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index df01dba0e..2f6920c2f 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -20,7 +20,7 @@ deno_core = { version = "0.138.0", path = "../../core" } deno_tls = { version = "0.43.0", path = "../tls" } dyn-clone = "1" http = "0.2.6" -reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } +reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.136", features = ["derive"] } tokio = { version = "1.17", features = ["full"] } tokio-stream = "0.1.8" diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 139a0a549..6d6ea2502 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" deno_core = { version = "0.138.0", path = "../../core" } serde = { version = "1.0.136", features = ["derive"] } serde_repr = "0.1.7" -urlpattern = "0.1.6" +urlpattern = "0.2.0" [dev-dependencies] deno_bench_util = { version = "0.50.0", path = "../../bench_util" } 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] diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 376e06e57..1e5e52208 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -27,7 +27,7 @@ regex = "1.5.5" rustls-pemfile = "1.0.0" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.19", features = ["full"] } tokio-rustls = "0.23" tokio-tungstenite = "0.16" |