Skip to content

Commit

Permalink
Bump wat/wast crates (#4524)
Browse files Browse the repository at this point in the history
* Bump wat/wast crates

Pull in upstream updates, nothing major, just keeping up-to-date.

* Record audit log for new crates
  • Loading branch information
alexcrichton authored Jul 25, 2022
1 parent 9e9e043 commit 4aaf7ff
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ test-programs = { path = "crates/test-programs" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.1"
wast = "43.0.0"
wast = "44.0.0"
criterion = "0.3.4"
num_cpus = "1.13.0"
memchr = "2.4"
async-trait = "0.1"
wat = "1.0.45"
wat = "1.0.46"
once_cell = "1.9.0"
rayon = "1.5.0"
component-macro-test = { path = "crates/misc/component-macro-test" }
Expand Down
2 changes: 1 addition & 1 deletion crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../wasmtime", version = "0.40.0", default-features = false, features = ['cranelift'] }
wast = "43.0.0"
wast = "44.0.0"

[badges]
maintenance = { status = "actively-developed" }
Expand Down
12 changes: 11 additions & 1 deletion supply-chain/audits.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@

# cargo-vet audits file

[audits]
[[audits.wast]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
version = "44.0.0"
notes = "The Bytecode Alliance is the author of this crate"

[[audits.wat]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
version = "1.0.46"
notes = "The Bytecode Alliance is the author of this crate."

8 changes: 0 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,14 +1211,6 @@ criteria = "safe-to-deploy"
version = "35.0.2"
criteria = "safe-to-deploy"

[[exemptions.wast]]
version = "43.0.0"
criteria = "safe-to-deploy"

[[exemptions.wat]]
version = "1.0.45"
criteria = "safe-to-deploy"

[[exemptions.web-sys]]
version = "0.3.57"
criteria = "safe-to-run"
Expand Down

0 comments on commit 4aaf7ff

Please sign in to comment.