diff --git a/Cargo.lock b/Cargo.lock index 64b5218f779b..9aa8863d4378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ "souper-ir", "target-lexicon", "thiserror", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -1825,7 +1825,7 @@ dependencies = [ "peepmatic-test-operator", "peepmatic-traits", "serde", - "wast 35.0.0", + "wast 35.0.1", "z3", ] @@ -1853,7 +1853,7 @@ dependencies = [ "peepmatic-traits", "rand 0.8.3", "serde", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -1878,7 +1878,7 @@ dependencies = [ "serde", "serde_test", "thiserror", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -1890,7 +1890,7 @@ dependencies = [ "peepmatic", "peepmatic-test-operator", "souper-ir", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -1911,7 +1911,7 @@ version = "0.72.0" dependencies = [ "peepmatic-traits", "serde", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -3108,18 +3108,18 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75fa62cf1464aa6655479ae454202a159cc82b7b4d66e8f174409669c0654c5" +checksum = "51b4949d4f2b25a4b208317dcf86aacef9e7a5884e48dfc45d4aeb91808d6f86" dependencies = [ "leb128", ] [[package]] name = "wasm-smith" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a5c40555e0fd974d984d9a1186cf2aa7092450912bef9943a581941dd61bfa" +checksum = "249f721ef7742a349bbb6c55a5c9f8aff0d848aaf8cd0008755a31fff8328c04" dependencies = [ "arbitrary", "indexmap", @@ -3153,15 +3153,15 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.76.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755a9a4afe3f6cccbbe6d7e965eef44cf260b001f93e547eba84255c1d0187d8" +checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" [[package]] name = "wasmprinter" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc04e945b98318820984d1bdc9132987cb628fc43ee2b95e21fdd751341e5686" +checksum = "d0a64a1ecb60865b59789953ee6f62e49c3d47dde66b5b3f521c99b49d921836" dependencies = [ "anyhow", "wasmparser", @@ -3300,7 +3300,7 @@ dependencies = [ "wasmtime-wasi-crypto", "wasmtime-wasi-nn", "wasmtime-wast", - "wast 35.0.0", + "wast 35.0.1", "wat", ] @@ -3552,7 +3552,7 @@ version = "0.25.0" dependencies = [ "anyhow", "wasmtime", - "wast 35.0.0", + "wast 35.0.1", ] [[package]] @@ -3590,9 +3590,9 @@ dependencies = [ [[package]] name = "wast" -version = "35.0.0" +version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1" +checksum = "1a5800e9f86a1eae935e38bea11e60fd253f6d514d153fb39b3e5535a7b37b56" dependencies = [ "leb128", ] @@ -3603,7 +3603,7 @@ version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc" dependencies = [ - "wast 35.0.0", + "wast 35.0.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ac377cbe0cd2..6bcd156b6005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ libc = "0.2.60" log = "0.4.8" rayon = "1.2.1" humantime = "2.0.0" -wasmparser = "0.76.0" +wasmparser = "0.77.0" cap-std = "0.13" [dev-dependencies] diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index 87a1f8c15a6f..636a7c232a1c 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["webassembly", "wasm"] edition = "2018" [dependencies] -wasmparser = { version = "0.76", default-features = false } +wasmparser = { version = "0.77", default-features = false } cranelift-codegen = { path = "../codegen", version = "0.72.0", default-features = false } cranelift-entity = { path = "../entity", version = "0.72.0" } cranelift-frontend = { path = "../frontend", version = "0.72.0", default-features = false } diff --git a/cranelift/wasm/src/module_translator.rs b/cranelift/wasm/src/module_translator.rs index 819834f20e0b..0114a43c9426 100644 --- a/cranelift/wasm/src/module_translator.rs +++ b/cranelift/wasm/src/module_translator.rs @@ -131,6 +131,7 @@ pub fn translate_module<'data>( name: "name", data, data_offset, + range: _, } => { let result = NameSectionReader::new(data, data_offset) .map_err(|e| e.into()) diff --git a/crates/cranelift/Cargo.toml b/crates/cranelift/Cargo.toml index 132ee49c4436..f9b763dccc2d 100644 --- a/crates/cranelift/Cargo.toml +++ b/crates/cranelift/Cargo.toml @@ -17,4 +17,4 @@ cranelift-wasm = { path = "../../cranelift/wasm", version = "0.72.0" } cranelift-codegen = { path = "../../cranelift/codegen", version = "0.72.0" } cranelift-frontend = { path = "../../cranelift/frontend", version = "0.72.0" } cranelift-entity = { path = "../../cranelift/entity", version = "0.72.0" } -wasmparser = "0.76.0" +wasmparser = "0.77.0" diff --git a/crates/debug/Cargo.toml b/crates/debug/Cargo.toml index 68ec71297042..d4402c53115e 100644 --- a/crates/debug/Cargo.toml +++ b/crates/debug/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] gimli = "0.23.0" -wasmparser = "0.76" +wasmparser = "0.77" object = { version = "0.23.0", default-features = false, features = ["read_core", "elf", "write"] } wasmtime-environ = { path = "../environ", version = "0.25.0" } target-lexicon = { version = "0.12.0", default-features = false } diff --git a/crates/environ/Cargo.toml b/crates/environ/Cargo.toml index 9d6826f55729..dada4d61d159 100644 --- a/crates/environ/Cargo.toml +++ b/crates/environ/Cargo.toml @@ -17,7 +17,7 @@ region = "2.2.0" cranelift-codegen = { path = "../../cranelift/codegen", version = "0.72.0", features = ["enable-serde"] } cranelift-entity = { path = "../../cranelift/entity", version = "0.72.0", features = ["enable-serde"] } cranelift-wasm = { path = "../../cranelift/wasm", version = "0.72.0", features = ["enable-serde"] } -wasmparser = "0.76" +wasmparser = "0.77" indexmap = { version = "1.0.2", features = ["serde-1"] } thiserror = "1.0.4" serde = { version = "1.0.94", features = ["derive"] } diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 66c524486b73..517e17ef7bda 100644 --- a/crates/fuzzing/Cargo.toml +++ b/crates/fuzzing/Cargo.toml @@ -13,12 +13,12 @@ arbitrary = { version = "1.0.0", features = ["derive"] } env_logger = "0.8.1" log = "0.4.8" rayon = "1.2.1" -wasmparser = "0.76" -wasmprinter = "0.2.24" +wasmparser = "0.77" +wasmprinter = "0.2.25" wasmtime = { path = "../wasmtime" } wasmtime-wast = { path = "../wast" } -wasm-encoder = "0.4" -wasm-smith = "0.4.0" +wasm-encoder = "0.4.1" +wasm-smith = "0.4.1" wasmi = "0.7.0" [dev-dependencies] diff --git a/crates/jit/Cargo.toml b/crates/jit/Cargo.toml index e96466883fde..0bf2f88e1a8f 100644 --- a/crates/jit/Cargo.toml +++ b/crates/jit/Cargo.toml @@ -28,7 +28,7 @@ rayon = { version = "1.0", optional = true } region = "2.2.0" thiserror = "1.0.4" target-lexicon = { version = "0.12.0", default-features = false } -wasmparser = "0.76" +wasmparser = "0.77" more-asserts = "0.2.1" anyhow = "1.0" cfg-if = "1.0" diff --git a/crates/lightbeam/Cargo.toml b/crates/lightbeam/Cargo.toml index a09695b03230..673494979589 100644 --- a/crates/lightbeam/Cargo.toml +++ b/crates/lightbeam/Cargo.toml @@ -24,7 +24,7 @@ more-asserts = "0.2.1" smallvec = "1.6.1" thiserror = "1.0.9" typemap = "0.3" -wasmparser = "0.76" +wasmparser = "0.77" [dev-dependencies] lazy_static = "1.2" diff --git a/crates/lightbeam/wasmtime/Cargo.toml b/crates/lightbeam/wasmtime/Cargo.toml index 7ddea6957c11..208613a09151 100644 --- a/crates/lightbeam/wasmtime/Cargo.toml +++ b/crates/lightbeam/wasmtime/Cargo.toml @@ -13,6 +13,6 @@ edition = "2018" [dependencies] lightbeam = { path = "..", version = "0.25.0" } -wasmparser = "0.76" +wasmparser = "0.77" cranelift-codegen = { path = "../../../cranelift/codegen", version = "0.72.0" } wasmtime-environ = { path = "../../environ", version = "0.25.0" } diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 9617cca92c16..b36e1afb041c 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -21,7 +21,7 @@ wasmtime-cache = { path = "../cache", version = "0.25.0", optional = true } wasmtime-profiling = { path = "../profiling", version = "0.25.0" } wasmtime-fiber = { path = "../fiber", version = "0.25.0", optional = true } target-lexicon = { version = "0.12.0", default-features = false } -wasmparser = "0.76" +wasmparser = "0.77" anyhow = "1.0.19" region = "2.2.0" libc = "0.2" diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index b2b9cf975293..0c542995f25d 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] anyhow = "1.0.19" wasmtime = { path = "../wasmtime", version = "0.25.0", default-features = false } -wast = "35.0.0" +wast = "35.0.1" [badges] maintenance = { status = "actively-developed" }