wit-bindgen-rust
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "65ee50585900d9de30d48e99d03ff3e3f97ae186" | ||
| "sha1": "875e8632bb4b45d6b6ea1e3a72c66354c86d5d29" | ||
| }, | ||
| "path_in_vcs": "crates/rust" | ||
| } |
+13
-13
@@ -427,5 +427,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "wasm-encoder" | ||
| version = "0.240.0" | ||
| version = "0.241.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "06d642d8c5ecc083aafe9ceb32809276a304547a3a6eeecceb5d8152598bc71f" | ||
| checksum = "e01164c9dda68301e34fdae536c23ed6fe90ce6d97213ccc171eebbd3d02d6b8" | ||
| dependencies = [ | ||
@@ -438,5 +438,5 @@ "leb128fmt", | ||
| name = "wasm-metadata" | ||
| version = "0.240.0" | ||
| version = "0.241.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ee093e1e1ccffa005b9b778f7a10ccfd58e25a20eccad294a1a93168d076befb" | ||
| checksum = "876fe286f2fa416386deedebe8407e6f19e0b5aeaef3d03161e77a15fa80f167" | ||
| dependencies = [ | ||
@@ -451,5 +451,5 @@ "anyhow", | ||
| name = "wasmparser" | ||
| version = "0.240.0" | ||
| version = "0.241.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b722dcf61e0ea47440b53ff83ccb5df8efec57a69d150e4f24882e4eba7e24a4" | ||
| checksum = "46d90019b1afd4b808c263e428de644f3003691f243387d30d673211ee0cb8e8" | ||
| dependencies = [ | ||
@@ -544,5 +544,5 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.47.0" | ||
| version = "0.48.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "cdf62e62178415a705bda25dc01c54ed65c0f956e4efd00ca89447a9a84f4881" | ||
| checksum = "a64f7435c8448e456bc6e8f14e27ee4f65926cbdfe72b7bf95badeae2501bacf" | ||
| dependencies = [ | ||
@@ -558,3 +558,3 @@ "anyhow", | ||
| name = "wit-bindgen-rust" | ||
| version = "0.47.0" | ||
| version = "0.48.0" | ||
| dependencies = [ | ||
@@ -577,5 +577,5 @@ "anyhow", | ||
| name = "wit-component" | ||
| version = "0.240.0" | ||
| version = "0.241.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7dc5474b078addc5fe8a72736de8da3acfb3ff324c2491133f8b59594afa1a20" | ||
| checksum = "1fd0c57df25e7ee612d946d3b7646c1ddb2310f8280aa2c17e543b66e0812241" | ||
| dependencies = [ | ||
@@ -597,5 +597,5 @@ "anyhow", | ||
| name = "wit-parser" | ||
| version = "0.240.0" | ||
| version = "0.241.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9875ea3fa272f57cc1fc50f225a7b94021a7878c484b33792bccad0d93223439" | ||
| checksum = "09ef1c6ad67f35c831abd4039c02894de97034100899614d1c44e2268ad01c91" | ||
| dependencies = [ | ||
@@ -602,0 +602,0 @@ "anyhow", |
+4
-4
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen-rust" | ||
| version = "0.47.0" | ||
| version = "0.48.0" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -81,10 +81,10 @@ build = "build.rs" | ||
| [dependencies.wasm-metadata] | ||
| version = "0.240.0" | ||
| version = "0.241.0" | ||
| default-features = false | ||
| [dependencies.wit-bindgen-core] | ||
| version = "0.47.0" | ||
| version = "0.48.0" | ||
| [dependencies.wit-component] | ||
| version = "0.240.0" | ||
| version = "0.241.0" | ||
@@ -91,0 +91,0 @@ [dev-dependencies.futures] |
Sorry, the diff of this file is too big to display