wasm-smith
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "7308476bac5cbc1d5a98602e1aec2dff8711b0ba" | ||
| "sha1": "544ac54d0d9d43bcfed2597af4293729dfb89854" | ||
| }, | ||
| "path_in_vcs": "crates/wasm-smith" | ||
| } |
+11
-11
@@ -643,5 +643,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "wasm-encoder" | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "50143b010bdc3adbd16275710f9085cc80d9c12cb869309a51a98ce2ff96558e" | ||
| checksum = "d50d48c31c615f77679b61c607b8151378a5d03159616bf3d17e8e2005afdaf5" | ||
| dependencies = [ | ||
@@ -654,3 +654,3 @@ "leb128fmt", | ||
| name = "wasm-smith" | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| dependencies = [ | ||
@@ -674,5 +674,5 @@ "anyhow", | ||
| name = "wasmparser" | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c0ad4ca2ecb86b79ea410cd970985665de1d05774b7107b214bc5852b1bcbad7" | ||
| checksum = "3fa99c8328024423875ae4a55345cfde8f0371327fb2d0f33b0f52a06fc44408" | ||
| dependencies = [ | ||
@@ -686,5 +686,5 @@ "bitflags", | ||
| name = "wasmprinter" | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5fec8a560f7288effd1a61fe8d7bfe9fc3efdc2173949d7a5ee38ea9e8eaa336" | ||
| checksum = "cd2d53749ac5922bdc60ef3288adc7b45990fb079331d977b25dd7e83c75c810" | ||
| dependencies = [ | ||
@@ -698,5 +698,5 @@ "anyhow", | ||
| name = "wast" | ||
| version = "238.0.0" | ||
| version = "238.0.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8c671ea796336ebaa49b963adb14cf13cb98de4e64d69ed4a16ace8c7b4db87b" | ||
| checksum = "b0a564e7eab2abb8920c1302b90eb2c98a15efbbe30fc060d4e2d88483aa23fe" | ||
| dependencies = [ | ||
@@ -712,5 +712,5 @@ "bumpalo", | ||
| name = "wat" | ||
| version = "1.238.0" | ||
| version = "1.238.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8de04a6a9c93aaae4de7bec6323bf11f810457b479f9f877e80d212fd77ffdbc" | ||
| checksum = "0eb84e6ac2997025f80482266fdc9f60fa28ba791b674bfd33855e77fe867631" | ||
| dependencies = [ | ||
@@ -717,0 +717,0 @@ "wast", |
+7
-7
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wasm-smith" | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| authors = ["Nick Fitzgerald <fitzgen@gmail.com>"] | ||
@@ -115,3 +115,3 @@ build = false | ||
| [dependencies.wasm-encoder] | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| features = ["std"] | ||
@@ -121,3 +121,3 @@ default-features = false | ||
| [dependencies.wasmparser] | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| features = [ | ||
@@ -134,3 +134,3 @@ "simd", | ||
| [dependencies.wat] | ||
| version = "1.238.0" | ||
| version = "1.238.1" | ||
| optional = true | ||
@@ -148,3 +148,3 @@ default-features = false | ||
| [dev-dependencies.wasmparser] | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| features = [ | ||
@@ -160,7 +160,7 @@ "simd", | ||
| [dev-dependencies.wasmprinter] | ||
| version = "0.238.0" | ||
| version = "0.238.1" | ||
| default-features = false | ||
| [dev-dependencies.wat] | ||
| version = "1.238.0" | ||
| version = "1.238.1" | ||
| default-features = false | ||
@@ -167,0 +167,0 @@ |