diff --git a/Cargo.lock b/Cargo.lock index 8fffbdb8..140e6cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ dependencies = [ "walrus", "wasm-opt", "wasmparser 0.242.0", - "wasmprinter 0.240.0", + "wasmprinter 0.242.0", "wasmtime", "wasmtime-wasi", "wit-parser 0.240.0", @@ -3459,13 +3459,13 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.240.0" +version = "0.242.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a84d6e25c198da67d0150ee7c2c62d33d784f0a565d1e670bdf1eeccca8158bc" +checksum = "936a79bf33649f3aa0cd7cdf495e62ac0c718b3630ab53946df6dc2eff73a0d6" dependencies = [ "anyhow", "termcolor", - "wasmparser 0.240.0", + "wasmparser 0.242.0", ] [[package]] diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index ed5606ac..cdb299fe 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -32,4 +32,4 @@ wasmparser = { workspace = true } [dev-dependencies] insta = "1.44.3" -wasmprinter = "0.240.0" +wasmprinter = "0.242.0" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index fa46ed96..372260fc 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1896,6 +1896,18 @@ criteria = "safe-to-deploy" delta = "0.239.0 -> 0.240.0" notes = "The Bytecode Alliance is the author of this crate" +[[audits.bytecode-alliance.audits.wasmprinter]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.240.0 -> 0.241.2" +notes = "The Bytecode Alliance is the author of this crate" + +[[audits.bytecode-alliance.audits.wasmprinter]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.241.2 -> 0.242.0" +notes = "The Bytecode Alliance is the author of this crate" + [[audits.bytecode-alliance.audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy"