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
3 changed files with 6 additions and 6 deletions

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"