From 88373ddcd31a2fd2e5ce35ea1c83b8233ae29a5b Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Mon, 16 Oct 2023 12:45:42 +0200 Subject: [PATCH] Update deps Signed-off-by: Ryan Levick --- Cargo.lock | 88 +++++++------------ Cargo.toml | 2 +- crates/core/tests/core-wasi-test/Cargo.toml | 2 +- crates/redis/tests/rust/Cargo.lock | 24 ++--- crates/redis/tests/rust/Cargo.toml | 2 +- .../benches/spin-http-benchmark/Cargo.toml | 2 +- .../tests/rust-http-test/Cargo.toml | 2 +- examples/config-rust/Cargo.lock | 24 ++--- .../http-hello/Cargo.lock | 24 ++--- .../outbound-http-to-same-app/Cargo.lock | 24 ++--- .../outbound-http/Cargo.lock | 24 ++--- examples/http-rust-router-macro/Cargo.lock | 24 ++--- examples/http-rust-router/Cargo.lock | 24 ++--- examples/http-rust/Cargo.lock | 24 ++--- examples/redis-rust/Cargo.lock | 24 ++--- examples/rust-key-value/Cargo.lock | 24 ++--- examples/rust-outbound-mysql/Cargo.lock | 24 ++--- examples/rust-outbound-pg/Cargo.lock | 24 ++--- examples/rust-outbound-redis/Cargo.lock | 24 ++--- examples/spin-timer/Cargo.lock | 30 +++---- examples/spin-timer/app-example/Cargo.lock | 24 ++--- examples/spin-timer/app-example/Cargo.toml | 2 +- examples/spin-wagi-http/http-rust/Cargo.lock | 24 ++--- examples/wasi-http-rust-async/Cargo.lock | 24 ++--- sdk/rust/Cargo.toml | 4 +- tests/http/headers-env-routes-test/Cargo.lock | 24 ++--- tests/http/simple-spin-rust/Cargo.lock | 24 ++--- tests/http/vault-config-test/Cargo.lock | 24 ++--- .../http-rust-outbound-redis/Cargo.lock | 24 ++--- tests/testcases/config-variables/Cargo.lock | 24 ++--- tests/testcases/head-rust-sdk-http/Cargo.lock | 24 ++--- .../testcases/head-rust-sdk-redis/Cargo.lock | 24 ++--- .../headers-dynamic-env-test/Cargo.lock | 24 ++--- .../headers-env-routes-test/Cargo.lock | 24 ++--- .../http-rust-outbound-mysql/Cargo.lock | 24 ++--- .../http-rust-outbound-pg/Cargo.lock | 24 ++--- .../key-value-undefined-store/Cargo.lock | 24 ++--- tests/testcases/key-value/Cargo.lock | 24 ++--- .../http-component/Cargo.lock | 24 ++--- .../outbound-http-component/Cargo.lock | 24 ++--- .../testcases/sqlite-undefined-db/Cargo.lock | 24 ++--- tests/testcases/sqlite/Cargo.lock | 24 ++--- 42 files changed, 451 insertions(+), 475 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e511405b..04d748f2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4945,26 +4945,12 @@ dependencies = [ "cc", "libc", "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", + "spin", + "untrusted", "web-sys", "winapi", ] -[[package]] -name = "ring" -version = "0.17.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e" -dependencies = [ - "cc", - "getrandom 0.2.8", - "libc", - "spin 0.9.8", - "untrusted 0.9.0", - "windows-sys 0.48.0", -] - [[package]] name = "rle-decode-fast" version = "1.0.3" @@ -5121,7 +5107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", - "ring 0.16.20", + "ring", "sct", "webpki", ] @@ -5133,7 +5119,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" dependencies = [ "log", - "ring 0.16.20", + "ring", "rustls-webpki", "sct", ] @@ -5162,8 +5148,8 @@ version = "0.101.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring", + "untrusted", ] [[package]] @@ -5240,8 +5226,8 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring", + "untrusted", ] [[package]] @@ -5589,12 +5575,6 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -[[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" - [[package]] name = "spin-app" version = "2.0.0-pre0" @@ -5710,11 +5690,11 @@ dependencies = [ [[package]] name = "spin-componentize" version = "0.1.0" -source = "git+https://github.com/fermyon/spin-componentize?rev=7e371ff2ee8aad90ad94170c3c962947a51045c8#7e371ff2ee8aad90ad94170c3c962947a51045c8" +source = "git+https://github.com/fermyon/spin-componentize?rev=0c68c5f2afae65c2011fa23b30fd136682506e2a#0c68c5f2afae65c2011fa23b30fd136682506e2a" dependencies = [ "anyhow", - "wasm-encoder 0.33.2", - "wasmparser 0.113.3", + "wasm-encoder 0.35.0", + "wasmparser 0.115.0", "wit-component", "wit-parser 0.12.0", ] @@ -6997,12 +6977,6 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - [[package]] name = "url" version = "2.3.1" @@ -7268,18 +7242,18 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap 2.0.0", @@ -7287,8 +7261,8 @@ dependencies = [ "serde_derive", "serde_json", "spdx", - "wasm-encoder 0.34.1", - "wasmparser 0.114.0", + "wasm-encoder 0.35.0", + "wasmparser 0.115.0", ] [[package]] @@ -7316,9 +7290,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap 2.0.0", "semver", @@ -7791,12 +7765,12 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.4" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" +checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" dependencies = [ - "ring 0.17.3", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -8104,7 +8078,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags 2.4.0", "wit-bindgen-rust-macro", @@ -8113,7 +8087,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -8123,7 +8097,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck 0.4.1", @@ -8135,7 +8109,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -8148,9 +8122,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -8159,9 +8133,9 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "wasm-encoder 0.34.1", + "wasm-encoder 0.35.0", "wasm-metadata", - "wasmparser 0.114.0", + "wasmparser 0.115.0", "wit-parser 0.12.0", ] diff --git a/Cargo.toml b/Cargo.toml index f7cc046dd..36e51ad57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce "component-model", ] } wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" } -spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "7e371ff2ee8aad90ad94170c3c962947a51045c8" } +spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "0c68c5f2afae65c2011fa23b30fd136682506e2a" } hyper = { version = "=1.0.0-rc.3", features = ["full"] } http-body-util = "=0.1.0-rc.2" diff --git a/crates/core/tests/core-wasi-test/Cargo.toml b/crates/core/tests/core-wasi-test/Cargo.toml index 5f2fefd64..c73b613d6 100644 --- a/crates/core/tests/core-wasi-test/Cargo.toml +++ b/crates/core/tests/core-wasi-test/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" debug = true [dependencies] -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } [workspace] diff --git a/crates/redis/tests/rust/Cargo.lock b/crates/redis/tests/rust/Cargo.lock index 78493e325..8688f1055 100644 --- a/crates/redis/tests/rust/Cargo.lock +++ b/crates/redis/tests/rust/Cargo.lock @@ -184,18 +184,18 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -264,9 +264,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/crates/redis/tests/rust/Cargo.toml b/crates/redis/tests/rust/Cargo.toml index 1e5279586..a9cc036eb 100644 --- a/crates/redis/tests/rust/Cargo.toml +++ b/crates/redis/tests/rust/Cargo.toml @@ -8,6 +8,6 @@ authors = ["Radu Matei "] crate-type = ["cdylib"] [dependencies] -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } [workspace] diff --git a/crates/trigger-http/benches/spin-http-benchmark/Cargo.toml b/crates/trigger-http/benches/spin-http-benchmark/Cargo.toml index 9bfb41e66..c20a6d672 100644 --- a/crates/trigger-http/benches/spin-http-benchmark/Cargo.toml +++ b/crates/trigger-http/benches/spin-http-benchmark/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } url = "2.4.1" [workspace] diff --git a/crates/trigger-http/tests/rust-http-test/Cargo.toml b/crates/trigger-http/tests/rust-http-test/Cargo.toml index 01327443b..d87c5cca2 100644 --- a/crates/trigger-http/tests/rust-http-test/Cargo.toml +++ b/crates/trigger-http/tests/rust-http-test/Cargo.toml @@ -8,6 +8,6 @@ authors = ["Radu Matei "] crate-type = ["cdylib"] [dependencies] -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } [workspace] diff --git a/examples/config-rust/Cargo.lock b/examples/config-rust/Cargo.lock index 927409452..f9d42fbb6 100644 --- a/examples/config-rust/Cargo.lock +++ b/examples/config-rust/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust-outbound-http/http-hello/Cargo.lock b/examples/http-rust-outbound-http/http-hello/Cargo.lock index 0c147bdf2..a9785d304 100644 --- a/examples/http-rust-outbound-http/http-hello/Cargo.lock +++ b/examples/http-rust-outbound-http/http-hello/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust-outbound-http/outbound-http-to-same-app/Cargo.lock b/examples/http-rust-outbound-http/outbound-http-to-same-app/Cargo.lock index df85ac3f2..1b2e1cb4f 100644 --- a/examples/http-rust-outbound-http/outbound-http-to-same-app/Cargo.lock +++ b/examples/http-rust-outbound-http/outbound-http-to-same-app/Cargo.lock @@ -506,18 +506,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -586,9 +586,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust-outbound-http/outbound-http/Cargo.lock b/examples/http-rust-outbound-http/outbound-http/Cargo.lock index 13caf57f2..1a19db1ad 100644 --- a/examples/http-rust-outbound-http/outbound-http/Cargo.lock +++ b/examples/http-rust-outbound-http/outbound-http/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust-router-macro/Cargo.lock b/examples/http-rust-router-macro/Cargo.lock index b5bb29349..18f789ba1 100644 --- a/examples/http-rust-router-macro/Cargo.lock +++ b/examples/http-rust-router-macro/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust-router/Cargo.lock b/examples/http-rust-router/Cargo.lock index f416ba804..fc3bf605a 100644 --- a/examples/http-rust-router/Cargo.lock +++ b/examples/http-rust-router/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/http-rust/Cargo.lock b/examples/http-rust/Cargo.lock index b4c98eae9..e3bf5ea05 100644 --- a/examples/http-rust/Cargo.lock +++ b/examples/http-rust/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/redis-rust/Cargo.lock b/examples/redis-rust/Cargo.lock index b1e92f239..8c284392e 100644 --- a/examples/redis-rust/Cargo.lock +++ b/examples/redis-rust/Cargo.lock @@ -453,18 +453,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -498,7 +498,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -533,9 +533,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/rust-key-value/Cargo.lock b/examples/rust-key-value/Cargo.lock index e95eb8e82..5802f8b58 100644 --- a/examples/rust-key-value/Cargo.lock +++ b/examples/rust-key-value/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/rust-outbound-mysql/Cargo.lock b/examples/rust-outbound-mysql/Cargo.lock index 16210a124..26e0756c0 100644 --- a/examples/rust-outbound-mysql/Cargo.lock +++ b/examples/rust-outbound-mysql/Cargo.lock @@ -456,18 +456,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -481,9 +481,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -536,9 +536,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/rust-outbound-pg/Cargo.lock b/examples/rust-outbound-pg/Cargo.lock index b9fe90785..e721d2caf 100644 --- a/examples/rust-outbound-pg/Cargo.lock +++ b/examples/rust-outbound-pg/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/rust-outbound-redis/Cargo.lock b/examples/rust-outbound-redis/Cargo.lock index 43654d1bd..32024db52 100644 --- a/examples/rust-outbound-redis/Cargo.lock +++ b/examples/rust-outbound-redis/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/spin-timer/Cargo.lock b/examples/spin-timer/Cargo.lock index fb39861f2..edd7017cc 100644 --- a/examples/spin-timer/Cargo.lock +++ b/examples/spin-timer/Cargo.lock @@ -3588,11 +3588,11 @@ dependencies = [ [[package]] name = "spin-componentize" version = "0.1.0" -source = "git+https://github.com/fermyon/spin-componentize?rev=7e371ff2ee8aad90ad94170c3c962947a51045c8#7e371ff2ee8aad90ad94170c3c962947a51045c8" +source = "git+https://github.com/fermyon/spin-componentize?rev=ed1305044fd1455ded4bb47a4d3b1ed8a505fc86#ed1305044fd1455ded4bb47a4d3b1ed8a505fc86" dependencies = [ "anyhow", - "wasm-encoder 0.33.2", - "wasmparser 0.113.3", + "wasm-encoder 0.35.0", + "wasmparser 0.115.0", "wit-component", "wit-parser 0.12.0", ] @@ -4690,18 +4690,18 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap 2.0.2", @@ -4709,8 +4709,8 @@ dependencies = [ "serde_derive", "serde_json", "spdx", - "wasm-encoder 0.34.1", - "wasmparser 0.114.0", + "wasm-encoder 0.35.0", + "wasmparser 0.115.0", ] [[package]] @@ -4738,9 +4738,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap 2.0.2", "semver", @@ -5397,9 +5397,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -5408,9 +5408,9 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "wasm-encoder 0.34.1", + "wasm-encoder 0.35.0", "wasm-metadata", - "wasmparser 0.114.0", + "wasmparser 0.115.0", "wit-parser 0.12.0", ] diff --git a/examples/spin-timer/app-example/Cargo.lock b/examples/spin-timer/app-example/Cargo.lock index e6d5d3824..7254603c1 100644 --- a/examples/spin-timer/app-example/Cargo.lock +++ b/examples/spin-timer/app-example/Cargo.lock @@ -193,18 +193,18 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/spin-timer/app-example/Cargo.toml b/examples/spin-timer/app-example/Cargo.toml index 82fa0467f..da85af9b6 100644 --- a/examples/spin-timer/app-example/Cargo.toml +++ b/examples/spin-timer/app-example/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } [workspace] diff --git a/examples/spin-wagi-http/http-rust/Cargo.lock b/examples/spin-wagi-http/http-rust/Cargo.lock index 5e6599715..210a80b44 100644 --- a/examples/spin-wagi-http/http-rust/Cargo.lock +++ b/examples/spin-wagi-http/http-rust/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/examples/wasi-http-rust-async/Cargo.lock b/examples/wasi-http-rust-async/Cargo.lock index 12bdd79df..bb233e9d3 100644 --- a/examples/wasi-http-rust-async/Cargo.lock +++ b/examples/wasi-http-rust-async/Cargo.lock @@ -590,18 +590,18 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -615,9 +615,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -635,7 +635,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 002e7c30b..4f7c2fb2e 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -15,7 +15,9 @@ form_urlencoded = "1.0" http_types = { package = "http", version = "0.2" } spin-macro = { path = "macro" } thiserror = "1.0.37" -wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "3fac9c9f4a06061a1cfae83de356cecad2d642d1" } +# Use a sha commit for now to include https://github.com/bytecodealliance/wit-bindgen/pull/693 +# Once wit-bindgen 0.13 is released we can move to that version. +wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" } routefinder = "0.5.3" serde_json = { version = "1.0.96", optional = true } serde = { version = "1.0.163", optional = true } diff --git a/tests/http/headers-env-routes-test/Cargo.lock b/tests/http/headers-env-routes-test/Cargo.lock index 6febbeda3..40d01ab1b 100644 --- a/tests/http/headers-env-routes-test/Cargo.lock +++ b/tests/http/headers-env-routes-test/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/http/simple-spin-rust/Cargo.lock b/tests/http/simple-spin-rust/Cargo.lock index d3cb620c5..6a9cd3b5e 100644 --- a/tests/http/simple-spin-rust/Cargo.lock +++ b/tests/http/simple-spin-rust/Cargo.lock @@ -461,18 +461,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -486,9 +486,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -541,9 +541,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/http/vault-config-test/Cargo.lock b/tests/http/vault-config-test/Cargo.lock index 3aaf4edf5..6e16b805e 100644 --- a/tests/http/vault-config-test/Cargo.lock +++ b/tests/http/vault-config-test/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/outbound-redis/http-rust-outbound-redis/Cargo.lock b/tests/outbound-redis/http-rust-outbound-redis/Cargo.lock index f1d631ccc..0dc8ed298 100644 --- a/tests/outbound-redis/http-rust-outbound-redis/Cargo.lock +++ b/tests/outbound-redis/http-rust-outbound-redis/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=3fac9c9f4a06061a1cfae83de356cecad2d642d1#3fac9c9f4a06061a1cfae83de356cecad2d642d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/config-variables/Cargo.lock b/tests/testcases/config-variables/Cargo.lock index 7ebf24ece..9ce48569a 100644 --- a/tests/testcases/config-variables/Cargo.lock +++ b/tests/testcases/config-variables/Cargo.lock @@ -466,18 +466,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -491,9 +491,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -546,9 +546,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/head-rust-sdk-http/Cargo.lock b/tests/testcases/head-rust-sdk-http/Cargo.lock index 27acee917..b5129c724 100644 --- a/tests/testcases/head-rust-sdk-http/Cargo.lock +++ b/tests/testcases/head-rust-sdk-http/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/head-rust-sdk-redis/Cargo.lock b/tests/testcases/head-rust-sdk-redis/Cargo.lock index 53128b237..81dd3dd1e 100644 --- a/tests/testcases/head-rust-sdk-redis/Cargo.lock +++ b/tests/testcases/head-rust-sdk-redis/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/headers-dynamic-env-test/Cargo.lock b/tests/testcases/headers-dynamic-env-test/Cargo.lock index 453cd4283..79371656f 100644 --- a/tests/testcases/headers-dynamic-env-test/Cargo.lock +++ b/tests/testcases/headers-dynamic-env-test/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/headers-env-routes-test/Cargo.lock b/tests/testcases/headers-env-routes-test/Cargo.lock index 10707ddcb..1cf9f747b 100644 --- a/tests/testcases/headers-env-routes-test/Cargo.lock +++ b/tests/testcases/headers-env-routes-test/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/http-rust-outbound-mysql/Cargo.lock b/tests/testcases/http-rust-outbound-mysql/Cargo.lock index ec13d52ed..f9a1fb0cc 100644 --- a/tests/testcases/http-rust-outbound-mysql/Cargo.lock +++ b/tests/testcases/http-rust-outbound-mysql/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/http-rust-outbound-pg/Cargo.lock b/tests/testcases/http-rust-outbound-pg/Cargo.lock index 74ff5801f..aba0fe9a8 100644 --- a/tests/testcases/http-rust-outbound-pg/Cargo.lock +++ b/tests/testcases/http-rust-outbound-pg/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/key-value-undefined-store/Cargo.lock b/tests/testcases/key-value-undefined-store/Cargo.lock index f5ebb1698..2af1efbb4 100644 --- a/tests/testcases/key-value-undefined-store/Cargo.lock +++ b/tests/testcases/key-value-undefined-store/Cargo.lock @@ -483,18 +483,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/key-value/Cargo.lock b/tests/testcases/key-value/Cargo.lock index 43b2425d4..03d4e1de9 100644 --- a/tests/testcases/key-value/Cargo.lock +++ b/tests/testcases/key-value/Cargo.lock @@ -483,18 +483,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/outbound-http-to-same-app/http-component/Cargo.lock b/tests/testcases/outbound-http-to-same-app/http-component/Cargo.lock index e465cff3c..d33c39eed 100644 --- a/tests/testcases/outbound-http-to-same-app/http-component/Cargo.lock +++ b/tests/testcases/outbound-http-to-same-app/http-component/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/outbound-http-to-same-app/outbound-http-component/Cargo.lock b/tests/testcases/outbound-http-to-same-app/outbound-http-component/Cargo.lock index f3fe5a749..b37d357d8 100644 --- a/tests/testcases/outbound-http-to-same-app/outbound-http-component/Cargo.lock +++ b/tests/testcases/outbound-http-to-same-app/outbound-http-component/Cargo.lock @@ -454,18 +454,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/sqlite-undefined-db/Cargo.lock b/tests/testcases/sqlite-undefined-db/Cargo.lock index 67988ed0a..416e98896 100644 --- a/tests/testcases/sqlite-undefined-db/Cargo.lock +++ b/tests/testcases/sqlite-undefined-db/Cargo.lock @@ -483,18 +483,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags", diff --git a/tests/testcases/sqlite/Cargo.lock b/tests/testcases/sqlite/Cargo.lock index 01efe31c8..78ebfc296 100644 --- a/tests/testcases/sqlite/Cargo.lock +++ b/tests/testcases/sqlite/Cargo.lock @@ -483,18 +483,18 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-encoder" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a94e06a3e2ed1af4e80cac712fed883142019ebe33c3899fd1b5e8550df9d" +checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" dependencies = [ "leb128", ] [[package]] name = "wasm-metadata" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346c0975b2fea462dbe9bf692dd054272f9872f8c3958be21c83b3ebf44a9b85" +checksum = "14abc161bfda5b519aa229758b68f2a52b45a12b993808665c857d1a9a00223c" dependencies = [ "anyhow", "indexmap", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.114.0" +version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef211410dcb08b037eb6d197b2398f8ef9d635c5dc5598d0dfda32094315ea3" +checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" dependencies = [ "indexmap", "semver", @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "wit-bindgen" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "wit-component", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "heck", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" version = "0.12.0" -source = "git+https://github.com/dicej/wit-bindgen?rev=60195574dc59f9ba56801a0c7fe5bba1382592d1#60195574dc59f9ba56801a0c7fe5bba1382592d1" +source = "git+https://github.com/bytecodealliance/wit-bindgen?rev=2405a79c74c5d61b9bc88c378d475c6c21ed6a9f#2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" dependencies = [ "anyhow", "proc-macro2", @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.6" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99c85960e9e0a6211b4bb127347151224183fae69c2fe89ccc36c6c6551c0d" +checksum = "c1bc644bb4205a2ee74035e5d35958777575fa4c6dd38ce7226c7680be2861c1" dependencies = [ "anyhow", "bitflags",