Skip to content

Commit

Permalink
Bump the nonbreaking group across 1 directory with 10 updates (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 849d8b1 commit 545aa99
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 90 deletions.
120 changes: 67 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 crates/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ text_encoding = []

[dependencies]
anyhow = { workspace = true }
fastrand = { version = "2.0.2", optional = true }
fastrand = { version = "2.1.0", optional = true }
javy = { workspace = true }
8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ wizer = { workspace = true }
structopt = "0.3"
anyhow = { workspace = true }
brotli = "5.0.0"
wasmprinter = { version = "0.202.0", optional = true }
wasmprinter = { version = "0.206.0", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.3"
swc_core = { version = "0.90.26", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.202.0"
swc_core = { version = "0.91.3", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.206.0"
convert_case = "0.6.0"
wasm-opt = "0.116.1"
tempfile = "3.10.1"
Expand All @@ -37,7 +37,7 @@ lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
wasmparser = "0.202.0"
wasmparser = "0.206.0"

[build-dependencies]
anyhow = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rquickjs = { git = "https://github.com/Shopify/rquickjs", branch = "improved-was
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
serde-transcode = { version = "1.1", optional = true }
rmp-serde = { version = "^1.1", optional = true }
rmp-serde = { version = "^1.3", optional = true }
# TODO: cargo doesn't seem to pickup the fact that quickcheck is only used for
# tests.
quickcheck = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.37", default-features = false, features = ["rt", "macros"] }
http-body-util = "0.1.1"
hyper = "1.1"
hyper = "1.3"
hyper-tls = "0.6.0"
hyper-util = { version = "0.1.3", features = ["http1"] }
Loading

0 comments on commit 545aa99

Please sign in to comment.