diff --git a/Cargo.lock b/Cargo.lock index 6a679cf8..037dbc99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/testing-framework/Cargo.toml b/crates/testing-framework/Cargo.toml index 61836289..459f5280 100644 --- a/crates/testing-framework/Cargo.toml +++ b/crates/testing-framework/Cargo.toml @@ -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]