chore(deps): update Rust crate nom to v7 (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
This commit is contained in:
renovate[bot]
2022-09-16 18:06:31 +03:00
committed by GitHub
parent d10b3cca67
commit 68ef5d9361
4 changed files with 23 additions and 55 deletions

View File

@ -15,7 +15,7 @@ it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
serde = { version = "1.0.144", features = ["derive", "rc"]}
nom = { version = "5.1", optional = true }
nom = { version = "7.1", optional = true }
wast = { version = "8.0", optional = true }
variant_count = "1.1"