Skip to content

Commit

Permalink
Bump the nonbreaking group with 6 updates (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 69563a4 commit d6de349
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ structopt = "0.3"
anyhow = { workspace = true }
binaryen = { git = "https://github.com/pepyakin/binaryen-rs", rev = "00c98174843f957681ba0bc5cdcc9d15f5d0cb23" }
brotli = "3.4.0"
wasmprinter = { version = "0.2.70", optional = true }
wasmprinter = { version = "0.2.71", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.1"
swc_core = { version = "0.86.23", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.12.1"
swc_core = { version = "0.86.29", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.12.2"
convert_case = "0.6.0"

[dev-dependencies]
Expand All @@ -37,7 +37,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
tempfile = "3.8.0"
wasmparser = "0.115.0"
wasmparser = "0.116.0"

[build-dependencies]
anyhow = "1.0.75"
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 @@ -11,7 +11,7 @@ categories = ["external-ffi-bindings"]

[build-dependencies]
cc = "1.0"
bindgen = "0.69.0"
bindgen = "0.69.1"
walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.33", default-features = false, features = ["rt", "macros"] }
Expand Down
10 changes: 5 additions & 5 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ version = "1.3.3"
criteria = "safe-to-deploy"

[[exemptions.bindgen]]
version = "0.69.0"
version = "0.69.1"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
Expand Down Expand Up @@ -590,23 +590,23 @@ version = "0.33.2"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "0.86.23"
version = "0.86.29"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
version = "0.110.2"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_parser]]
version = "0.141.6"
version = "0.141.7"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "0.134.12"
version = "0.134.14"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "0.124.11"
version = "0.124.12"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
Expand Down
16 changes: 8 additions & 8 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_json]]
version = "1.0.107"
when = "2023-09-13"
version = "1.0.108"
when = "2023-10-30"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -564,15 +564,15 @@ user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmparser]]
version = "0.115.0"
when = "2023-10-14"
version = "0.116.0"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wasmprinter]]
version = "0.2.70"
when = "2023-10-14"
version = "0.2.71"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"
Expand Down Expand Up @@ -720,8 +720,8 @@ user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-parser]]
version = "0.12.1"
when = "2023-10-18"
version = "0.12.2"
when = "2023-10-30"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"
Expand Down

0 comments on commit d6de349

Please sign in to comment.