mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-28 06:01:39 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user