diff --git a/Cargo.lock b/Cargo.lock index ef73c59..7a43b84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/it-types/Cargo.toml b/crates/it-types/Cargo.toml index 7e15889..782f345 100644 --- a/crates/it-types/Cargo.toml +++ b/crates/it-types/Cargo.toml @@ -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" diff --git a/wasmer-it/Cargo.toml b/wasmer-it/Cargo.toml index a1d321d..261774a 100644 --- a/wasmer-it/Cargo.toml +++ b/wasmer-it/Cargo.toml @@ -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