fix(deps): update all non-major rust dependencies

This commit is contained in:
renovate[bot]
2022-12-26 18:01:44 +00:00
committed by GitHub
parent 527d3c0be9
commit 7606a37a93
5 changed files with 22 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
serde = { version = "1.0.147", features = ["derive", "rc"]}
serde = { version = "1.0.152", features = ["derive", "rc"]}
nom = { version = "7.1", optional = true }
wast = { version = "8.0", optional = true }