mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 07:10:18 +00:00
chore(deps): update rust crate nom to 7.1.3 (#437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a9d105c36
commit
a081e61507
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -216,7 +216,7 @@ dependencies = [
|
||||
"air-test-utils",
|
||||
"itertools",
|
||||
"maplit",
|
||||
"nom 7.1.2",
|
||||
"nom 7.1.3",
|
||||
"nom_locate",
|
||||
"pretty_assertions 1.3.0",
|
||||
"serde_json",
|
||||
@ -1979,9 +1979,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "7.1.2"
|
||||
version = "7.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
|
||||
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"minimal-lexical",
|
||||
@ -1995,7 +1995,7 @@ checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
|
||||
dependencies = [
|
||||
"bytecount",
|
||||
"memchr",
|
||||
"nom 7.1.2",
|
||||
"nom 7.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -19,7 +19,7 @@ air-parser = { path = "../air-lib/air-parser" }
|
||||
|
||||
itertools = "0.10.5"
|
||||
strum = { version="0.24.1", features=["derive"] }
|
||||
nom = "7.1.2"
|
||||
nom = "7.1.3"
|
||||
nom_locate = "4.0.0"
|
||||
serde_json = "1.0.91"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user