chore(deps): update rust crate nom_locate to 4.1.0 (#439)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-07 01:38:44 +07:00 committed by GitHub
parent 3139299114
commit 881e303b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1989,9 +1989,9 @@ dependencies = [
[[package]]
name = "nom_locate"
version = "4.0.0"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
checksum = "b1e299bf5ea7b212e811e71174c5d1a5d065c4c0ad0c8691ecb1f97e3e66025e"
dependencies = [
"bytecount",
"memchr",

View File

@ -20,7 +20,7 @@ air-parser = { path = "../air-lib/air-parser" }
itertools = "0.10.5"
strum = { version="0.24.1", features=["derive"] }
nom = "7.1.3"
nom_locate = "4.0.0"
nom_locate = "4.1.0"
serde_json = "1.0.92"
[dev-dependencies]