From f1025322fa72acf3e48ff982b0706a7c007d4fd2 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 7 Dec 2020 09:20:06 -0800 Subject: [PATCH] Update wasmparser to 0.69.2 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- cranelift/wasm/Cargo.toml | 2 +- crates/debug/Cargo.toml | 2 +- crates/environ/Cargo.toml | 2 +- crates/fuzzing/Cargo.toml | 2 +- crates/jit/Cargo.toml | 2 +- crates/lightbeam/Cargo.toml | 2 +- crates/lightbeam/wasmtime/Cargo.toml | 2 +- crates/wasmtime/Cargo.toml | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 844b60b4bc..13c13d89cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ "smallvec", "target-lexicon", "thiserror", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wat", ] @@ -1167,7 +1167,7 @@ dependencies = [ "smallvec", "thiserror", "typemap", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wat", ] @@ -2406,9 +2406,9 @@ checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6" [[package]] name = "wasmparser" -version = "0.69.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd19c6066bcf391a9d6f81db9b809f31d31723da2652c8416cb81cd5aabed944" +checksum = "fd2dd6dadf3a723971297bcc0ec103e0aa8118bf68e23f49cb575e21621894a8" [[package]] name = "wasmprinter" @@ -2417,7 +2417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dba006f5c5bf41a2a5c3b45e861ea6eb067382acb022b6a35a00a0390f9547f6" dependencies = [ "anyhow", - "wasmparser 0.69.1", + "wasmparser 0.69.2", ] [[package]] @@ -2438,7 +2438,7 @@ dependencies = [ "smallvec", "target-lexicon", "tempfile", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmtime-cache", "wasmtime-environ", "wasmtime-jit", @@ -2516,7 +2516,7 @@ dependencies = [ "test-programs", "tracing-subscriber", "wasi-common", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmtime", "wasmtime-cache", "wasmtime-debug", @@ -2552,7 +2552,7 @@ dependencies = [ "object", "target-lexicon", "thiserror", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmtime-environ", ] @@ -2571,7 +2571,7 @@ dependencies = [ "more-asserts", "serde", "thiserror", - "wasmparser 0.69.1", + "wasmparser 0.69.2", ] [[package]] @@ -2600,7 +2600,7 @@ dependencies = [ "rayon", "wasm-smith", "wasmi", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmprinter", "wasmtime", "wasmtime-wast", @@ -2628,7 +2628,7 @@ dependencies = [ "serde", "target-lexicon", "thiserror", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmtime-cranelift", "wasmtime-debug", "wasmtime-environ", @@ -2645,7 +2645,7 @@ version = "0.21.0" dependencies = [ "cranelift-codegen", "lightbeam", - "wasmparser 0.69.1", + "wasmparser 0.69.2", "wasmtime-environ", ] diff --git a/Cargo.toml b/Cargo.toml index aff7e98e33..7ea112be71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ libc = "0.2.60" log = "0.4.8" rayon = "1.2.1" humantime = "2.0.0" -wasmparser = "0.69" +wasmparser = "0.69.2" [dev-dependencies] env_logger = "0.8.1" diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index 515391382d..d6aa8b4ced 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["webassembly", "wasm"] edition = "2018" [dependencies] -wasmparser = { version = "0.69.1", default-features = false } +wasmparser = { version = "0.69.2", default-features = false } cranelift-codegen = { path = "../codegen", version = "0.68.0", default-features = false } cranelift-entity = { path = "../entity", version = "0.68.0" } cranelift-frontend = { path = "../frontend", version = "0.68.0", default-features = false } diff --git a/crates/debug/Cargo.toml b/crates/debug/Cargo.toml index 401c443618..62a07daf56 100644 --- a/crates/debug/Cargo.toml +++ b/crates/debug/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] gimli = "0.23.0" -wasmparser = "0.69.0" +wasmparser = "0.69.2" object = { version = "0.22.0", default-features = false, features = ["read", "write"] } wasmtime-environ = { path = "../environ", version = "0.21.0" } target-lexicon = { version = "0.11.0", default-features = false } diff --git a/crates/environ/Cargo.toml b/crates/environ/Cargo.toml index 1b944282e1..118e319ebd 100644 --- a/crates/environ/Cargo.toml +++ b/crates/environ/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0" cranelift-codegen = { path = "../../cranelift/codegen", version = "0.68.0", features = ["enable-serde"] } cranelift-entity = { path = "../../cranelift/entity", version = "0.68.0", features = ["enable-serde"] } cranelift-wasm = { path = "../../cranelift/wasm", version = "0.68.0", features = ["enable-serde"] } -wasmparser = "0.69.0" +wasmparser = "0.69.2" 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 12a9842c00..8aa5768457 100644 --- a/crates/fuzzing/Cargo.toml +++ b/crates/fuzzing/Cargo.toml @@ -12,7 +12,7 @@ arbitrary = { version = "0.4.1", features = ["derive"] } env_logger = "0.8.1" log = "0.4.8" rayon = "1.2.1" -wasmparser = "0.69.0" +wasmparser = "0.69.2" wasmprinter = "0.2.16" wasmtime = { path = "../wasmtime" } wasmtime-wast = { path = "../wast" } diff --git a/crates/jit/Cargo.toml b/crates/jit/Cargo.toml index 4a3b9101d5..7b357d0461 100644 --- a/crates/jit/Cargo.toml +++ b/crates/jit/Cargo.toml @@ -28,7 +28,7 @@ rayon = { version = "1.0", optional = true } region = "2.1.0" thiserror = "1.0.4" target-lexicon = { version = "0.11.0", default-features = false } -wasmparser = "0.69.0" +wasmparser = "0.69.2" 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 ff7d095e10..baf518e642 100644 --- a/crates/lightbeam/Cargo.toml +++ b/crates/lightbeam/Cargo.toml @@ -24,7 +24,7 @@ more-asserts = "0.2.1" smallvec = "1.0.0" thiserror = "1.0.9" typemap = "0.3" -wasmparser = "0.69.0" +wasmparser = "0.69.2" [dev-dependencies] lazy_static = "1.2" diff --git a/crates/lightbeam/wasmtime/Cargo.toml b/crates/lightbeam/wasmtime/Cargo.toml index 2d3163ce06..cf0bab9442 100644 --- a/crates/lightbeam/wasmtime/Cargo.toml +++ b/crates/lightbeam/wasmtime/Cargo.toml @@ -13,6 +13,6 @@ edition = "2018" [dependencies] lightbeam = { path = "..", version = "0.21.0" } -wasmparser = "0.69" +wasmparser = "0.69.2" cranelift-codegen = { path = "../../../cranelift/codegen", version = "0.68.0" } wasmtime-environ = { path = "../../environ", version = "0.21.0" } diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 881f1f8724..65ce5873c4 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -16,7 +16,7 @@ wasmtime-jit = { path = "../jit", version = "0.21.0" } wasmtime-cache = { path = "../cache", version = "0.21.0", optional = true } wasmtime-profiling = { path = "../profiling", version = "0.21.0" } target-lexicon = { version = "0.11.0", default-features = false } -wasmparser = "0.69.0" +wasmparser = "0.69.2" anyhow = "1.0.19" region = "2.2.0" libc = "0.2"