From 20a3207a4ba3839267a66671894323bffe4d01f1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 18 Sep 2023 14:06:19 -0700 Subject: [PATCH] Bump crate versions --- Cargo.lock | 82 ++++++++++++++++----------------- Cargo.toml | 26 +++++------ crates/wasm-compose/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 +- 14 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7c6686a90..d99a94bb0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,7 +1707,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-compose" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "glob", @@ -1720,8 +1720,8 @@ dependencies = [ "serde_yaml", "smallvec", "wasm-encoder 0.32.0", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wat", "wit-component", ] @@ -1742,12 +1742,12 @@ dependencies = [ "anyhow", "leb128", "tempfile", - "wasmparser 0.112.0", + "wasmparser 0.113.0", ] [[package]] name = "wasm-metadata" -version = "0.10.3" +version = "0.10.4" dependencies = [ "anyhow", "clap 4.3.22", @@ -1756,13 +1756,13 @@ dependencies = [ "serde_json", "spdx", "wasm-encoder 0.32.0", - "wasmparser 0.112.0", + "wasmparser 0.113.0", "wat", ] [[package]] name = "wasm-mutate" -version = "0.2.32" +version = "0.2.33" dependencies = [ "anyhow", "clap 4.3.22", @@ -1772,8 +1772,8 @@ dependencies = [ "rand", "thiserror", "wasm-encoder 0.32.0", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wat", ] @@ -1790,14 +1790,14 @@ dependencies = [ "num_cpus", "rand", "wasm-mutate", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wasmtime", ] [[package]] name = "wasm-shrink" -version = "0.1.33" +version = "0.1.34" dependencies = [ "anyhow", "blake3", @@ -1806,14 +1806,14 @@ dependencies = [ "log", "rand", "wasm-mutate", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wat", ] [[package]] name = "wasm-smith" -version = "0.12.15" +version = "0.12.16" dependencies = [ "arbitrary", "criterion", @@ -1824,14 +1824,14 @@ dependencies = [ "rand", "serde", "wasm-encoder 0.32.0", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wat", ] [[package]] name = "wasm-tools" -version = "1.0.40" +version = "1.0.41" dependencies = [ "addr2line", "anyhow", @@ -1857,12 +1857,12 @@ dependencies = [ "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wast", "wat", "wit-component", - "wit-parser 0.11.0", + "wit-parser 0.11.1", "wit-smith", ] @@ -1874,8 +1874,8 @@ dependencies = [ "wasm-mutate", "wasm-shrink", "wasm-smith", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wast", "wat", ] @@ -1893,13 +1893,13 @@ dependencies = [ "wasm-encoder 0.32.0", "wasm-mutate", "wasm-smith", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wasmtime", "wast", "wat", "wit-component", - "wit-parser 0.11.0", + "wit-parser 0.11.1", "wit-smith", ] @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.112.0" +version = "0.113.0" dependencies = [ "anyhow", "criterion", @@ -1940,13 +1940,13 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.2.64" +version = "0.2.65" dependencies = [ "anyhow", "diff", "rayon", "tempfile", - "wasmparser 0.112.0", + "wasmparser 0.113.0", "wast", "wat", ] @@ -2204,7 +2204,7 @@ dependencies = [ [[package]] name = "wast" -version = "64.0.0" +version = "65.0.0" dependencies = [ "anyhow", "leb128", @@ -2212,13 +2212,13 @@ dependencies = [ "rayon", "unicode-width", "wasm-encoder 0.32.0", - "wasmparser 0.112.0", + "wasmparser 0.113.0", "wat", ] [[package]] name = "wat" -version = "1.0.71" +version = "1.0.72" dependencies = [ "wast", ] @@ -2348,7 +2348,7 @@ checksum = "bd1df36d9fd0bbe4849461de9b969f765170f4e0f90497d580a235d515722b10" [[package]] name = "wit-component" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -2361,11 +2361,11 @@ dependencies = [ "serde_json", "wasm-encoder 0.32.0", "wasm-metadata", - "wasmparser 0.112.0", - "wasmprinter 0.2.64", + "wasmparser 0.113.0", + "wasmprinter 0.2.65", "wasmtime", "wat", - "wit-parser 0.11.0", + "wit-parser 0.11.1", ] [[package]] @@ -2386,7 +2386,7 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "env_logger", @@ -2411,13 +2411,13 @@ dependencies = [ "env_logger", "libfuzzer-sys", "log", - "wasmprinter 0.2.64", - "wit-parser 0.11.0", + "wasmprinter 0.2.65", + "wit-parser 0.11.1", ] [[package]] name = "wit-smith" -version = "0.1.10" +version = "0.1.11" dependencies = [ "arbitrary", "clap 4.3.22", @@ -2425,7 +2425,7 @@ dependencies = [ "log", "semver", "wit-component", - "wit-parser 0.11.0", + "wit-parser 0.11.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3a243ede25..983e2a94a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-tools" -version = "1.0.40" +version = "1.0.41" authors = ["The Wasmtime Project Developers"] edition.workspace = true description = "CLI tools for interoperating with WebAssembly files" @@ -45,18 +45,18 @@ pretty_assertions = "1.3.0" semver = "1.0.0" wasm-encoder = { version = "0.32.0", path = "crates/wasm-encoder" } -wasm-compose = { version = "0.4.2", path = "crates/wasm-compose" } -wasm-metadata = { version = "0.10.3", path = "crates/wasm-metadata" } -wasm-mutate = { version = "0.2.32", path = "crates/wasm-mutate" } -wasm-shrink = { version = "0.1.33", path = "crates/wasm-shrink" } -wasm-smith = { version = "0.12.15", path = "crates/wasm-smith" } -wasmparser = { version = "0.112.0", path = "crates/wasmparser" } -wasmprinter = { version = "0.2.64", path = "crates/wasmprinter" } -wast = { version = "64.0.0", path = "crates/wast" } -wat = { version = "1.0.71", path = "crates/wat" } -wit-component = { version = "0.14.0", path = "crates/wit-component" } -wit-parser = { version = "0.11.0", path = "crates/wit-parser" } -wit-smith = { version = "0.1.10", path = "crates/wit-smith" } +wasm-compose = { version = "0.4.3", path = "crates/wasm-compose" } +wasm-metadata = { version = "0.10.4", path = "crates/wasm-metadata" } +wasm-mutate = { version = "0.2.33", path = "crates/wasm-mutate" } +wasm-shrink = { version = "0.1.34", path = "crates/wasm-shrink" } +wasm-smith = { version = "0.12.16", path = "crates/wasm-smith" } +wasmparser = { version = "0.113.0", path = "crates/wasmparser" } +wasmprinter = { version = "0.2.65", path = "crates/wasmprinter" } +wast = { version = "65.0.0", path = "crates/wast" } +wat = { version = "1.0.72", path = "crates/wat" } +wit-component = { version = "0.14.1", path = "crates/wit-component" } +wit-parser = { version = "0.11.1", path = "crates/wit-parser" } +wit-smith = { version = "0.1.11", path = "crates/wit-smith" } [dependencies] anyhow = { workspace = true } diff --git a/crates/wasm-compose/Cargo.toml b/crates/wasm-compose/Cargo.toml index 75bdcb137a..8c0049ea1d 100644 --- a/crates/wasm-compose/Cargo.toml +++ b/crates/wasm-compose/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-compose" -version = "0.4.2" +version = "0.4.3" edition.workspace = true authors = ["Peter Huene "] license = "Apache-2.0 WITH LLVM-exception" diff --git a/crates/wasm-metadata/Cargo.toml b/crates/wasm-metadata/Cargo.toml index 3bb2b5e9cd..4cd8966db1 100644 --- a/crates/wasm-metadata/Cargo.toml +++ b/crates/wasm-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-metadata" -version = "0.10.3" +version = "0.10.4" 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 3d0e252817..184877b173 100644 --- a/crates/wasm-mutate/Cargo.toml +++ b/crates/wasm-mutate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-mutate" -version = "0.2.32" +version = "0.2.33" 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 9fe8d4903f..585a0b00f4 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.33" +version = "0.1.34" [dependencies] anyhow = { workspace = true } diff --git a/crates/wasm-smith/Cargo.toml b/crates/wasm-smith/Cargo.toml index 10ea1d184a..48e4857640 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.15" +version = "0.12.16" exclude = ["/benches/corpus"] [[bench]] diff --git a/crates/wasmparser/Cargo.toml b/crates/wasmparser/Cargo.toml index fd9265d232..d7e28c54b3 100644 --- a/crates/wasmparser/Cargo.toml +++ b/crates/wasmparser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmparser" -version = "0.112.0" +version = "0.113.0" 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 d8f8c83497..f657d25d94 100644 --- a/crates/wasmprinter/Cargo.toml +++ b/crates/wasmprinter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmprinter" -version = "0.2.64" +version = "0.2.65" 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 0c8b5cc780..835242e324 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wast" -version = "64.0.0" +version = "65.0.0" 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 7638bbc907..d551eb9b87 100644 --- a/crates/wat/Cargo.toml +++ b/crates/wat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wat" -version = "1.0.71" +version = "1.0.72" 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 af1d36c427..8f10d4618a 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.14.0" +version = "0.14.1" 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 5b3b5a95f9..e33891ed27 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.11.0" +version = "0.11.1" 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 badfc4c092..601ea6c2a2 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.10" +version = "0.1.11" [dependencies] arbitrary = { workspace = true, features = ["derive"] }