From 97b95ebcc7e535870681612777ba8de1b12c0f95 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 6 Nov 2023 10:17:03 -0800 Subject: [PATCH] Bump crate versions Going to pull #1274, #1270, and #1269 into Wasmtime. --- Cargo.lock | 102 ++++++++++++++++---------------- Cargo.toml | 28 ++++----- crates/wasm-compose/Cargo.toml | 2 +- crates/wasm-encoder/Cargo.toml | 2 +- crates/wasm-metadata/Cargo.toml | 2 +- crates/wasm-mutate/Cargo.toml | 2 +- crates/wasm-shrink/Cargo.toml | 2 +- crates/wasm-smith/Cargo.toml | 2 +- crates/wasmparser/Cargo.toml | 2 +- crates/wasmprinter/Cargo.toml | 2 +- crates/wast/Cargo.toml | 2 +- crates/wat/Cargo.toml | 2 +- crates/wit-component/Cargo.toml | 2 +- crates/wit-parser/Cargo.toml | 2 +- crates/wit-smith/Cargo.toml | 2 +- 15 files changed, 78 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78386c1ead..3ecd15c517 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-compose" -version = "0.4.12" +version = "0.4.13" dependencies = [ "anyhow", "glob", @@ -1717,9 +1717,9 @@ dependencies = [ "serde_derive", "serde_yaml", "smallvec", - "wasm-encoder 0.36.1", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasm-encoder 0.36.2", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wat", "wit-component", ] @@ -1735,17 +1735,17 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.36.1" +version = "0.36.2" dependencies = [ "anyhow", "leb128", "tempfile", - "wasmparser 0.116.0", + "wasmparser 0.116.1", ] [[package]] name = "wasm-metadata" -version = "0.10.10" +version = "0.10.11" dependencies = [ "anyhow", "clap 4.3.22", @@ -1754,14 +1754,14 @@ dependencies = [ "serde_derive", "serde_json", "spdx", - "wasm-encoder 0.36.1", - "wasmparser 0.116.0", + "wasm-encoder 0.36.2", + "wasmparser 0.116.1", "wat", ] [[package]] name = "wasm-mutate" -version = "0.2.39" +version = "0.2.40" dependencies = [ "anyhow", "clap 4.3.22", @@ -1770,9 +1770,9 @@ dependencies = [ "log", "rand", "thiserror", - "wasm-encoder 0.36.1", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasm-encoder 0.36.2", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wat", ] @@ -1789,14 +1789,14 @@ dependencies = [ "num_cpus", "rand", "wasm-mutate", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wasmtime", ] [[package]] name = "wasm-shrink" -version = "0.1.40" +version = "0.1.41" dependencies = [ "anyhow", "blake3", @@ -1805,14 +1805,14 @@ dependencies = [ "log", "rand", "wasm-mutate", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wat", ] [[package]] name = "wasm-smith" -version = "0.12.22" +version = "0.12.23" dependencies = [ "arbitrary", "criterion", @@ -1823,15 +1823,15 @@ dependencies = [ "rand", "serde", "serde_derive", - "wasm-encoder 0.36.1", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasm-encoder 0.36.2", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wat", ] [[package]] name = "wasm-tools" -version = "1.0.50" +version = "1.0.51" dependencies = [ "addr2line", "anyhow", @@ -1853,17 +1853,17 @@ dependencies = [ "tempfile", "termcolor", "wasm-compose", - "wasm-encoder 0.36.1", + "wasm-encoder 0.36.2", "wasm-metadata", "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wast", "wat", "wit-component", - "wit-parser 0.12.2", + "wit-parser 0.13.0", "wit-smith", ] @@ -1875,8 +1875,8 @@ dependencies = [ "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wast", "wat", ] @@ -1891,16 +1891,16 @@ dependencies = [ "libfuzzer-sys", "log", "tempfile", - "wasm-encoder 0.36.1", + "wasm-encoder 0.36.2", "wasm-mutate", "wasm-smith", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wasmtime", "wast", "wat", "wit-component", - "wit-parser 0.12.2", + "wit-parser 0.13.0", "wit-smith", ] @@ -1916,7 +1916,7 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.116.0" +version = "0.116.1" dependencies = [ "anyhow", "criterion", @@ -1926,7 +1926,7 @@ dependencies = [ "once_cell", "rayon", "semver", - "wasm-encoder 0.36.1", + "wasm-encoder 0.36.2", "wast", "wat", ] @@ -1943,13 +1943,13 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.2.71" +version = "0.2.72" dependencies = [ "anyhow", "diff", "rayon", "tempfile", - "wasmparser 0.116.0", + "wasmparser 0.116.1", "wast", "wat", ] @@ -2207,21 +2207,21 @@ dependencies = [ [[package]] name = "wast" -version = "67.0.0" +version = "67.0.1" dependencies = [ "anyhow", "leb128", "memchr", "rayon", "unicode-width", - "wasm-encoder 0.36.1", - "wasmparser 0.116.0", + "wasm-encoder 0.36.2", + "wasmparser 0.116.1", "wat", ] [[package]] name = "wat" -version = "1.0.78" +version = "1.0.79" dependencies = [ "wast", ] @@ -2351,7 +2351,7 @@ checksum = "bd1df36d9fd0bbe4849461de9b969f765170f4e0f90497d580a235d515722b10" [[package]] name = "wit-component" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -2363,14 +2363,14 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "wasm-encoder 0.36.1", + "wasm-encoder 0.36.2", "wasm-metadata", - "wasmparser 0.116.0", - "wasmprinter 0.2.71", + "wasmparser 0.116.1", + "wasmprinter 0.2.72", "wasmtime", "wast", "wat", - "wit-parser 0.12.2", + "wit-parser 0.13.0", ] [[package]] @@ -2391,7 +2391,7 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.12.2" +version = "0.13.0" dependencies = [ "anyhow", "env_logger", @@ -2415,13 +2415,13 @@ dependencies = [ "env_logger", "libfuzzer-sys", "log", - "wasmprinter 0.2.71", - "wit-parser 0.12.2", + "wasmprinter 0.2.72", + "wit-parser 0.13.0", ] [[package]] name = "wit-smith" -version = "0.1.20" +version = "0.1.21" dependencies = [ "arbitrary", "clap 4.3.22", @@ -2429,7 +2429,7 @@ dependencies = [ "log", "semver", "wit-component", - "wit-parser 0.12.2", + "wit-parser 0.13.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 06b3b12197..0a84d0e7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-tools" -version = "1.0.50" +version = "1.0.51" authors = ["The Wasmtime Project Developers"] edition.workspace = true description = "CLI tools for interoperating with WebAssembly files" @@ -46,19 +46,19 @@ pretty_assertions = "1.3.0" semver = "1.0.0" smallvec = "1.11.1" -wasm-compose = { version = "0.4.12", path = "crates/wasm-compose" } -wasm-encoder = { version = "0.36.1", path = "crates/wasm-encoder" } -wasm-metadata = { version = "0.10.10", path = "crates/wasm-metadata" } -wasm-mutate = { version = "0.2.39", path = "crates/wasm-mutate" } -wasm-shrink = { version = "0.1.40", path = "crates/wasm-shrink" } -wasm-smith = { version = "0.12.22", path = "crates/wasm-smith" } -wasmparser = { version = "0.116.0", path = "crates/wasmparser" } -wasmprinter = { version = "0.2.71", path = "crates/wasmprinter" } -wast = { version = "67.0.0", path = "crates/wast" } -wat = { version = "1.0.78", path = "crates/wat" } -wit-component = { version = "0.17.0", path = "crates/wit-component" } -wit-parser = { version = "0.12.2", path = "crates/wit-parser" } -wit-smith = { version = "0.1.20", path = "crates/wit-smith" } +wasm-compose = { version = "0.4.13", path = "crates/wasm-compose" } +wasm-encoder = { version = "0.36.2", path = "crates/wasm-encoder" } +wasm-metadata = { version = "0.10.11", path = "crates/wasm-metadata" } +wasm-mutate = { version = "0.2.40", path = "crates/wasm-mutate" } +wasm-shrink = { version = "0.1.41", path = "crates/wasm-shrink" } +wasm-smith = { version = "0.12.23", path = "crates/wasm-smith" } +wasmparser = { version = "0.116.1", path = "crates/wasmparser" } +wasmprinter = { version = "0.2.72", path = "crates/wasmprinter" } +wast = { version = "67.0.1", path = "crates/wast" } +wat = { version = "1.0.79", path = "crates/wat" } +wit-component = { version = "0.18.0", path = "crates/wit-component" } +wit-parser = { version = "0.13.0", path = "crates/wit-parser" } +wit-smith = { version = "0.1.21", path = "crates/wit-smith" } [dependencies] anyhow = { workspace = true } diff --git a/crates/wasm-compose/Cargo.toml b/crates/wasm-compose/Cargo.toml index 14ad8eb1ef..9da877e932 100644 --- a/crates/wasm-compose/Cargo.toml +++ b/crates/wasm-compose/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-compose" -version = "0.4.12" +version = "0.4.13" edition.workspace = true authors = ["Peter Huene "] license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wasm-encoder/Cargo.toml b/crates/wasm-encoder/Cargo.toml index 98995bcd1e..88cf2d9ce9 100644 --- a/crates/wasm-encoder/Cargo.toml +++ b/crates/wasm-encoder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-encoder" -version = "0.36.1" +version = "0.36.2" authors = ["Nick Fitzgerald "] edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wasm-metadata/Cargo.toml b/crates/wasm-metadata/Cargo.toml index 4f47a68434..09d1d0fd1a 100644 --- a/crates/wasm-metadata/Cargo.toml +++ b/crates/wasm-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-metadata" -version = "0.10.10" +version = "0.10.11" edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata" diff --git a/crates/wasm-mutate/Cargo.toml b/crates/wasm-mutate/Cargo.toml index 67b9b7241c..5f82ebb1f4 100644 --- a/crates/wasm-mutate/Cargo.toml +++ b/crates/wasm-mutate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-mutate" -version = "0.2.39" +version = "0.2.40" edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate" diff --git a/crates/wasm-shrink/Cargo.toml b/crates/wasm-shrink/Cargo.toml index cee7562ce4..2cafba6bb5 100644 --- a/crates/wasm-shrink/Cargo.toml +++ b/crates/wasm-shrink/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0 WITH LLVM-exception" readme = "./README.md" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-shrink" name = "wasm-shrink" -version = "0.1.40" +version = "0.1.41" [dependencies] anyhow = { workspace = true } diff --git a/crates/wasm-smith/Cargo.toml b/crates/wasm-smith/Cargo.toml index cd7bf0582f..71afc92915 100644 --- a/crates/wasm-smith/Cargo.toml +++ b/crates/wasm-smith/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0 WITH LLVM-exception" name = "wasm-smith" readme = "./README.md" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith" -version = "0.12.22" +version = "0.12.23" exclude = ["/benches/corpus"] [[bench]] diff --git a/crates/wasmparser/Cargo.toml b/crates/wasmparser/Cargo.toml index f8c63460a5..9ccbc8bfbc 100644 --- a/crates/wasmparser/Cargo.toml +++ b/crates/wasmparser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmparser" -version = "0.116.0" +version = "0.116.1" authors = ["Yury Delendik "] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" diff --git a/crates/wasmprinter/Cargo.toml b/crates/wasmprinter/Cargo.toml index c6ae3ab418..22b8596698 100644 --- a/crates/wasmprinter/Cargo.toml +++ b/crates/wasmprinter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmprinter" -version = "0.2.71" +version = "0.2.72" authors = ["Alex Crichton "] edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index 7ab3241296..bb92622031 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wast" -version = "67.0.0" +version = "67.0.1" authors = ["Alex Crichton "] edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wat/Cargo.toml b/crates/wat/Cargo.toml index d31fe105b7..49f5af4aef 100644 --- a/crates/wat/Cargo.toml +++ b/crates/wat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wat" -version = "1.0.78" +version = "1.0.79" authors = ["Alex Crichton "] edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wit-component/Cargo.toml b/crates/wit-component/Cargo.toml index df1f2802de..9024cb94f7 100644 --- a/crates/wit-component/Cargo.toml +++ b/crates/wit-component/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wit-component" authors = ["Peter Huene "] -version = "0.17.0" +version = "0.18.0" edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" readme = "README.md" diff --git a/crates/wit-parser/Cargo.toml b/crates/wit-parser/Cargo.toml index 8a0387751f..6508cd57fb 100644 --- a/crates/wit-parser/Cargo.toml +++ b/crates/wit-parser/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wit-parser" authors = ["Alex Crichton "] -version = "0.12.2" +version = "0.13.0" edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" readme = "README.md" diff --git a/crates/wit-smith/Cargo.toml b/crates/wit-smith/Cargo.toml index 603daee3aa..30f691e0c7 100644 --- a/crates/wit-smith/Cargo.toml +++ b/crates/wit-smith/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true license = "Apache-2.0 WITH LLVM-exception" name = "wit-smith" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-smith" -version = "0.1.20" +version = "0.1.21" [dependencies] arbitrary = { workspace = true, features = ["derive"] }