diff --git a/Cargo.lock b/Cargo.lock index 8fdf70025..f90100d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1359,9 +1359,9 @@ dependencies = [ [[package]] name = "nom" -version = "7.1.1" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", diff --git a/Cargo.toml b/Cargo.toml index e29ef2233..5320e669a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -293,7 +293,7 @@ libc = "0.2.139" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] } memchr = "2" nix = { version="0.26", default-features=false } -nom = "7.1.1" +nom = "7.1.3" notify = { version = "=5.0.0", features=["macos_kqueue"]} num_cpus = "1.14" num-bigint = "0.4.3"