Skip to content

Commit

Permalink
Bump the nonbreaking group with 9 updates (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 69e7a26 commit 6b1a39d
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: cargo_vet
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.8.0
CARGO_VET_VERSION: 0.9.0
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down
75 changes: 43 additions & 32 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ structopt = "0.3"
anyhow = { workspace = true }
binaryen = { git = "https://github.com/pepyakin/binaryen-rs", rev = "00c98174843f957681ba0bc5cdcc9d15f5d0cb23" }
brotli = "3.4.0"
wasmprinter = { version = "0.2.75", optional = true }
wasmprinter = { version = "0.2.78", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.3"
swc_core = { version = "0.87.19", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.13.0"
swc_core = { version = "0.89.7", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.13.1"
convert_case = "0.6.0"

[dev-dependencies]
serde_json = "1.0"
uuid = { version = "1.6", features = ["v4"] }
uuid = { version = "1.7", features = ["v4"] }
lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
tempfile = "3.9.0"
wasmparser = "0.118.1"
wasmparser = "0.121.0"

[build-dependencies]
anyhow = "1.0.79"
Expand Down
4 changes: 2 additions & 2 deletions crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ categories = ["external-ffi-bindings"]

[build-dependencies]
cc = "1.0"
bindgen = "0.69.1"
bindgen = "0.69.2"
walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.35", default-features = false, features = ["rt", "macros"] }
http-body-util = "0.1.0"
hyper = "1.1"
hyper-tls = "0.6.0"
hyper-util = { version = "0.1.2", features = ["http1"] }
hyper-util = { version = "0.1.3", features = ["http1"] }
22 changes: 9 additions & 13 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cargo-vet config file

[cargo-vet]
version = "0.8"
version = "0.9"

[imports.bytecode-alliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
Expand Down Expand Up @@ -376,10 +376,6 @@ criteria = "safe-to-deploy"
version = "1.1.3"
criteria = "safe-to-deploy"

[[exemptions.pin-project-lite]]
version = "0.2.13"
criteria = "safe-to-deploy"

[[exemptions.plotters]]
version = "0.3.4"
criteria = "safe-to-run"
Expand Down Expand Up @@ -525,31 +521,31 @@ version = "0.6.5"
criteria = "safe-to-deploy"

[[exemptions.swc_common]]
version = "0.33.12"
version = "0.33.15"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "0.87.19"
version = "0.89.7"
criteria = "safe-to-deploy"

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

[[exemptions.swc_ecma_parser]]
version = "0.141.37"
version = "0.142.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "0.135.11"
version = "0.136.4"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "0.125.4"
version = "0.126.2"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
version = "0.96.17"
version = "0.97.1"
criteria = "safe-to-deploy"

[[exemptions.swc_eq_ignore_macros]]
Expand Down Expand Up @@ -621,7 +617,7 @@ version = "0.3.3"
criteria = "safe-to-deploy"

[[exemptions.uuid]]
version = "1.6.1"
version = "1.7.0"
criteria = "safe-to-deploy"

[[exemptions.vergen]]
Expand Down
Loading

0 comments on commit 6b1a39d

Please sign in to comment.