Skip to content

Commit

Permalink
chore: upgrade various deps (denoland#14876)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sherret <[email protected]>
  • Loading branch information
ry and dsherret committed Jun 15, 2022
1 parent 3d23949 commit d0dec8d
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 69 deletions.
84 changes: 31 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion ext/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ext/url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
8 changes: 4 additions & 4 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -70,17 +70,17 @@ 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"
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]
Expand Down
2 changes: 1 addition & 1 deletion test_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d0dec8d

Please sign in to comment.