From 156570ff6f3e52f10a62345b9b281fcd1cb96a5a Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Wed, 6 Nov 2024 12:06:19 +0100 Subject: [PATCH] chore: bump crate versions Signed-off-by: Roman Volosatovs --- Cargo.lock | 46 ++++++++++++------------ Cargo.toml | 20 +++++------ crates/introspect/Cargo.toml | 2 +- crates/pack/Cargo.toml | 2 +- crates/runtime-wasmtime/Cargo.toml | 2 +- crates/test/Cargo.toml | 2 +- crates/transport/Cargo.toml | 2 +- crates/wasi-keyvalue/Cargo.toml | 2 +- crates/wasmtime-cli/Cargo.toml | 2 +- crates/wit-bindgen-go/Cargo.toml | 2 +- crates/wit-bindgen-rust-macro/Cargo.toml | 2 +- crates/wit-bindgen-rust/Cargo.toml | 2 +- crates/wit-bindgen/Cargo.toml | 2 +- 13 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d32c65d..2f1d705a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,9 +392,9 @@ dependencies = [ [[package]] name = "cap-fs-ext" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8205d31472af3d15f036e8723215aa750b749cdbf1c2bac2e58a6acfc90e521e" +checksum = "e16619ada836f12897a72011fe99b03f0025b87a8dbbea4f3c9f89b458a23bf3" dependencies = [ "cap-primitives", "cap-std", @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "cap-net-ext" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05284a64b8bf45d7b0ac3ac7c8f5f2e489ffe6cd66f39a6208ca6294e2ffbda3" +checksum = "710b0eb776410a22c89a98f2f80b2187c2ac3a8206b99f3412332e63c9b09de0" dependencies = [ "cap-primitives", "cap-std", @@ -433,9 +433,9 @@ dependencies = [ [[package]] name = "cap-rand" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a88573bc4d42836246ac1afc9c5e0b14cb7c2b314c13283267252e1f50d3045" +checksum = "53774d49369892b70184f8312e50c1b87edccb376691de4485b0ff554b27c36c" dependencies = [ "ambient-authority", "rand", @@ -455,9 +455,9 @@ dependencies = [ [[package]] name = "cap-time-ext" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc7a67f8ec1f1b9a0ebd28f44cf6c550aaec610c38b752efd4cfa1d81c93683" +checksum = "69dd48afa2363f746c93f961c211f6f099fb594a3446b8097bc5f79db51b6816" dependencies = [ "ambient-authority", "cap-primitives", @@ -3980,9 +3980,9 @@ dependencies = [ [[package]] name = "wasmtime-cli-flags" -version = "25.0.2" +version = "25.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66410a2099505810348d378e02f1373ca60088194f19b89adc85f60a11b6228" +checksum = "f8d37718666360a4aacf7b0d8afbd9f3c81f9c74b6ab460af1e94b9cfb1859b5" dependencies = [ "anyhow", "clap", @@ -4124,9 +4124,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi" -version = "25.0.2" +version = "25.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1497b38341acc97308d6ce784598419fe0131bf6ddc5cda16a91033ef7c66e" +checksum = "d042ea66b2834fb03b8a6968ef1a99a4b537211b00f7502a4d6a37f4eb2049b2" dependencies = [ "anyhow", "async-trait", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc-go" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "clap", @@ -4586,7 +4586,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc-rust" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bytes", @@ -4607,7 +4607,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc-rust-macro" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "prettyplease", @@ -4728,14 +4728,14 @@ dependencies = [ [[package]] name = "wrpc-introspect" -version = "0.5.0" +version = "0.6.0" dependencies = [ "wit-parser 0.219.1", ] [[package]] name = "wrpc-pack" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bytes", @@ -4746,7 +4746,7 @@ dependencies = [ [[package]] name = "wrpc-runtime-wasmtime" -version = "0.24.1" +version = "0.24.2" dependencies = [ "anyhow", "bytes", @@ -4765,7 +4765,7 @@ dependencies = [ [[package]] name = "wrpc-test" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-nats 0.37.0", @@ -4781,7 +4781,7 @@ dependencies = [ [[package]] name = "wrpc-transport" -version = "0.28.3" +version = "0.28.4" dependencies = [ "anyhow", "bytes", @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "wrpc-wasi-keyvalue" -version = "0.1.0" +version = "0.1.1" dependencies = [ "wit-bindgen-wrpc", ] @@ -4883,7 +4883,7 @@ dependencies = [ [[package]] name = "wrpc-wasmtime-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-nats 0.37.0", diff --git a/Cargo.toml b/Cargo.toml index bed321bf..14874f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,27 +159,27 @@ wasi = { version = "0.13", default-features = false } wasi-preview1-component-adapter-provider = { version = "25", default-features = false } wasm-tokio = { version = "0.6", default-features = false } wasmparser = { version = "0.219", default-features = false } -wasmtime = { version = "25", default-features = false } -wasmtime-cli-flags = { version = "25", default-features = false } -wasmtime-wasi = { version = "25", default-features = false } +wasmtime = { version = "25.0.3", default-features = false } +wasmtime-cli-flags = { version = "25.0.3", default-features = false } +wasmtime-wasi = { version = "25.0.3", default-features = false } wit-bindgen = { version = "0.34", default-features = false } wit-bindgen-core = { version = "0.34", default-features = false } -wit-bindgen-wrpc = { version = "0.8", default-features = false, path = "./crates/wit-bindgen" } -wit-bindgen-wrpc-go = { version = "0.10", default-features = false, path = "./crates/wit-bindgen-go" } -wit-bindgen-wrpc-rust = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust" } -wit-bindgen-wrpc-rust-macro = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust-macro" } +wit-bindgen-wrpc = { version = "0.9", default-features = false, path = "./crates/wit-bindgen" } +wit-bindgen-wrpc-go = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-go" } +wit-bindgen-wrpc-rust = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust" } +wit-bindgen-wrpc-rust-macro = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust-macro" } wit-component = { version = "0.219", default-features = false } wit-parser = { version = "0.219", default-features = false } wrpc-cli = { version = "0.4", path = "./crates/cli", default-features = false } -wrpc-introspect = { version = "0.5", default-features = false, path = "./crates/introspect" } +wrpc-introspect = { version = "0.6", default-features = false, path = "./crates/introspect" } wrpc-runtime-wasmtime = { version = "0.24.1", path = "./crates/runtime-wasmtime", default-features = false } wrpc-test = { path = "./crates/test", default-features = false } -wrpc-transport = { version = "0.28.2", path = "./crates/transport", default-features = false } +wrpc-transport = { version = "0.28.3", path = "./crates/transport", default-features = false } wrpc-transport-nats = { version = "0.27.1", path = "./crates/transport-nats", default-features = false } wrpc-transport-quic = { version = "0.4", path = "./crates/transport-quic", default-features = false } wrpc-transport-web = { version = "0.1", path = "./crates/transport-web", default-features = false } wrpc-wasi-keyvalue = { version = "0.1", path = "./crates/wasi-keyvalue", default-features = false } wrpc-wasi-keyvalue-mem = { version = "0.1", path = "./crates/wasi-keyvalue-mem", default-features = false } wrpc-wasi-keyvalue-redis = { version = "0.1", path = "./crates/wasi-keyvalue-redis", default-features = false } -wrpc-wasmtime-cli = { version = "0.2", path = "./crates/wasmtime-cli", default-features = false } +wrpc-wasmtime-cli = { version = "0.3", path = "./crates/wasmtime-cli", default-features = false } wtransport = { version = "0.4", default-features = false } diff --git a/crates/introspect/Cargo.toml b/crates/introspect/Cargo.toml index 1d5abf42..5fc124e5 100644 --- a/crates/introspect/Cargo.toml +++ b/crates/introspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-introspect" -version = "0.5.0" +version = "0.6.0" description = "Component type introspection for wRPC" authors.workspace = true diff --git a/crates/pack/Cargo.toml b/crates/pack/Cargo.toml index af721ef8..99f1b1d2 100644 --- a/crates/pack/Cargo.toml +++ b/crates/pack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-pack" -version = "0.3.0" +version = "0.3.1" description = "Temporary stopgap solution for encoding fully-synchronous wRPC values" authors.workspace = true diff --git a/crates/runtime-wasmtime/Cargo.toml b/crates/runtime-wasmtime/Cargo.toml index df9156aa..20f932f1 100644 --- a/crates/runtime-wasmtime/Cargo.toml +++ b/crates/runtime-wasmtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-runtime-wasmtime" -version = "0.24.1" +version = "0.24.2" description = "wRPC wasmtime integration" authors.workspace = true diff --git a/crates/test/Cargo.toml b/crates/test/Cargo.toml index e7731d27..02a3544b 100644 --- a/crates/test/Cargo.toml +++ b/crates/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-test" -version = "0.1.0" +version = "0.2.0" description = "wRPC test utilities" authors.workspace = true diff --git a/crates/transport/Cargo.toml b/crates/transport/Cargo.toml index 44eb77ba..dbf79b7e 100644 --- a/crates/transport/Cargo.toml +++ b/crates/transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-transport" -version = "0.28.3" +version = "0.28.4" description = "wRPC core transport functionality" authors.workspace = true diff --git a/crates/wasi-keyvalue/Cargo.toml b/crates/wasi-keyvalue/Cargo.toml index ead5081e..6e6669d2 100644 --- a/crates/wasi-keyvalue/Cargo.toml +++ b/crates/wasi-keyvalue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-wasi-keyvalue" -version = "0.1.0" +version = "0.1.1" description = "`wasi:keyvalue` bindings for wRPC" authors.workspace = true diff --git a/crates/wasmtime-cli/Cargo.toml b/crates/wasmtime-cli/Cargo.toml index 0f090f68..d4df3dce 100644 --- a/crates/wasmtime-cli/Cargo.toml +++ b/crates/wasmtime-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-wasmtime-cli" -version = "0.2.0" +version = "0.3.0" description = "wRPC Wasmtime CLI" authors.workspace = true diff --git a/crates/wit-bindgen-go/Cargo.toml b/crates/wit-bindgen-go/Cargo.toml index 943ff539..e94b117f 100644 --- a/crates/wit-bindgen-go/Cargo.toml +++ b/crates/wit-bindgen-go/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wit-bindgen-wrpc-go" -version = "0.10.0" +version = "0.11.0" description = """ Go bindings generator for wRPC """ diff --git a/crates/wit-bindgen-rust-macro/Cargo.toml b/crates/wit-bindgen-rust-macro/Cargo.toml index dcdd00a7..516c2d27 100644 --- a/crates/wit-bindgen-rust-macro/Cargo.toml +++ b/crates/wit-bindgen-rust-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wit-bindgen-wrpc-rust-macro" -version = "0.8.0" +version = "0.9.0" description = """ Procedural macro paired with the `wit-bindgen-wrpc` crate. """ diff --git a/crates/wit-bindgen-rust/Cargo.toml b/crates/wit-bindgen-rust/Cargo.toml index 369d752e..f10de195 100644 --- a/crates/wit-bindgen-rust/Cargo.toml +++ b/crates/wit-bindgen-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wit-bindgen-wrpc-rust" -version = "0.8.0" +version = "0.9.0" description = """ Rust bindings generator for wRPC, typically used through the `wit-bindgen-wrpc` crate's `generate!` macro. diff --git a/crates/wit-bindgen/Cargo.toml b/crates/wit-bindgen/Cargo.toml index 2b396bf7..ecb8e19a 100644 --- a/crates/wit-bindgen/Cargo.toml +++ b/crates/wit-bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wit-bindgen-wrpc" -version = "0.8.0" +version = "0.9.0" description = """ Rust bindings generator for wRPC. """