Skip to content

Commit

Permalink
chore: update crates (denoland#11332)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jul 9, 2021
1 parent 391bf17 commit ab079a8
Show file tree
Hide file tree
Showing 16 changed files with 117 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: d-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
key: e-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}

# In main branch, always creates fresh cache
- name: Cache build output (main)
Expand Down
93 changes: 56 additions & 37 deletions Cargo.lock

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

29 changes: 15 additions & 14 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,37 @@ dprint-plugin-json = "0.12.1"
dprint-plugin-markdown = "0.9.2"
dprint-plugin-typescript = "0.48.0"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
env_logger = "0.8.4"
fancy-regex = "0.5.0"
filetime = "0.2.14"
http = "0.2.3"
indexmap = { version = "1.6.2", features = ["serde"] }
http = "0.2.4"
# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
indexmap = { version = "=1.6.2", features = ["serde"] }
jsonc-parser = { version = "0.17.0", features = ["serde"] }
lazy_static = "1.4.0"
libc = "0.2.93"
libc = "0.2.98"
log = { version = "0.4.14", features = ["serde"] }
lspower = "1.0.0"
notify = "5.0.0-pre.7"
lspower = "1.1.0"
notify = "5.0.0-pre.10"
num_cpus = "1.13.0"
percent-encoding = "2.1.0"
pin-project = "1.0.6"
pin-project = "1.0.7"
regex = "1.4.3"
rand = { version = "0.8.3", features = [ "small_rng" ] }
rand = { version = "0.8.4", features = [ "small_rng" ] }
ring = "0.16.20"
rustyline = { version = "8.0.0", default-features = false }
rustyline = { version = "8.2.0", default-features = false }
rustyline-derive = "0.4.0"
semver-parser = "0.10.2"
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
swc_bundler = "0.45.0"
swc_common = { version = "0.10.21", features = ["sourcemap"] }
swc_common = { version = "0.10.23", features = ["sourcemap"] }
swc_ecmascript = { version = "0.45.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"
tokio = { version = "1.8.0", features = ["full"] }
tokio = { version = "1.8.1", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4", "serde"] }
walkdir = "2.3.2"
Expand All @@ -100,8 +101,8 @@ chrono = "0.4.19"
os_pipe = "0.9.2"
test_util = { path = "../test_util" }
tower-test = "0.4.0"
trust-dns-server = "0.20.1"
trust-dns-client = "0.20.1"
trust-dns-server = "0.20.3"
trust-dns-client = "0.20.3"

[target.'cfg(unix)'.dev-dependencies]
exec = "0.3.1" # Used in test_raw_tty
Expand Down
17 changes: 9 additions & 8 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,25 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"

[dependencies]
anyhow = "1.0.40"
anyhow = "1.0.41"
futures = "0.3.15"
indexmap = "1.6.2"
# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
indexmap = "=1.6.2"
lazy_static = "1.4.0"
libc = "0.2.93"
libc = "0.2.98"
log = "0.4.14"
parking_lot = "0.11.1"
pin-project = "1.0.6"
rusty_v8 = "0.25.0"
serde = { version = "1.0.125", features = ["derive"] }
pin-project = "1.0.7"
rusty_v8 = "0.25.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
serde_v8 = { version = "0.8.0" }
url = { version = "2.2.1", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }

[[example]]
name = "http_bench_json_ops"
path = "examples/http_bench_json_ops.rs"

# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
tokio = { version = "1.8.0", features = ["full"] }
tokio = { version = "1.8.1", features = ["full"] }
2 changes: 1 addition & 1 deletion extensions/broadcast_channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1"
deno_core = { version = "0.92.0", path = "../../core" }
tokio = { version = "1.8.0", features = ["full"] }
tokio = { version = "1.8.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }
6 changes: 3 additions & 3 deletions extensions/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.92.0", path = "../../core" }
deno_web = { version = "0.41.1", path = "../web" }
tokio = { version = "1.8.0", features = ["full"] }
rand = "0.8.3"
tokio = { version = "1.8.1", features = ["full"] }
rand = "0.8.4"
ring = { version = "0.16.20", features = ["std"] }
rsa = "0.4.0" # TODO: remove "pem" feature when next release is on crates.io
sha-1 = "0.9.6"
sha2 = "0.9.5"
serde = { version = "1.0.123", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
uuid = { version = "0.8.2", features = ["v4"] }
lazy_static = "1.4.0"
num-traits = "0.2.14"
8 changes: 4 additions & 4 deletions extensions/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ data-url = "0.1.0"
deno_core = { version = "0.92.0", path = "../../core" }
deno_web = { version = "0.41.1", path = "../web" }
http = "0.2.4"
reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.125", features = ["derive"] }
tokio = { version = "1.8.0", features = ["full"] }
tokio-stream = "0.1.5"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.126", features = ["derive"] }
tokio = { version = "1.8.1", features = ["full"] }
tokio-stream = "0.1.7"
tokio-util = "0.6.7"
Loading

0 comments on commit ab079a8

Please sign in to comment.