fix(deps): update rust crate wast to v55

This commit is contained in:
renovate[bot] 2023-03-06 21:34:54 +00:00 committed by GitHub
parent cca420f07c
commit bdf9aeba5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -227,9 +227,9 @@ dependencies = [
[[package]]
name = "wasm-encoder"
version = "0.23.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c3e4bc09095436c8e7584d86d33e6c3ee67045af8fb262cbb9cc321de553428"
checksum = "4eff853c4f09eec94d76af527eddad4e9de13b11d6286a1ef7134bc30135a2b7"
dependencies = [
"leb128",
]
@ -255,9 +255,9 @@ dependencies = [
[[package]]
name = "wast"
version = "53.0.0"
version = "55.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8244fa24196b1d8fd3ca4a96a3a164c40f846498c5deab6caf414c67340ca4af"
checksum = "4984d3e1406571f4930ba5cf79bd70f75f41d0e87e17506e0bd19b0e5d085f05"
dependencies = [
"leb128",
"memchr",

View File

@ -16,7 +16,7 @@ it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
serde = { version = "1.0.152", features = ["derive", "rc"]}
nom = { version = "7.1", optional = true }
wast = { version = "53.0", optional = true }
wast = { version = "55.0", optional = true }
variant_count = "1.1"

View File

@ -14,7 +14,7 @@ it-lilo = { path = "../crates/it-lilo", version = "0.5.0" }
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
nom = "7.1"
wast = "53.0"
wast = "55.0"
# `serde` is useful only to simplify the users' life. It is not
# required by WIT itself, is is used to cross the boundary between the