diff --git a/Cargo.lock b/Cargo.lock index 6b4dfed..3953ab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,7 +1828,7 @@ dependencies = [ "predicates", "uuid", "walrus", - "wasmparser 0.245.1", + "wasmparser 0.246.2", "wasmprinter 0.246.2", "wat", ] @@ -2408,8 +2408,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d" dependencies = [ "bitflags", + "hashbrown 0.16.1", "indexmap", "semver", + "serde", ] [[package]] diff --git a/trampoline/Cargo.toml b/trampoline/Cargo.toml index ecbf1f6..8595c84 100644 --- a/trampoline/Cargo.toml +++ b/trampoline/Cargo.toml @@ -11,7 +11,7 @@ description = "Tool for augmenting Wasm modules to be compatible with the Shopif walrus = "0.26.0" anyhow = "1.0" clap = { version = "4.6.0", features = ["derive"] } -wasmparser = "0.245.1" +wasmparser = "0.246.2" [dev-dependencies] uuid = { version = "1.23.0", features = ["v4"] }