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:
renovate[bot] 2023-01-19 17:33:00 +07:00 committed by GitHub
parent 2a9d105c36
commit a081e61507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -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]]

View File

@ -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"