mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 07:10:21 +00:00
Merge pull request #39 from fluencelabs/renovate/wast-55.x
fix(deps): update rust crate wast to v55
This commit is contained in:
commit
24c2d06327
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user