From ff7df37a42db892c2d2c061df824e5d7449c76be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:10:02 +0000 Subject: [PATCH] chore(deps): update rust crate nom to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4c369eb3c..98c5f70215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -308,7 +308,7 @@ lscolors = { version = "0.20.0", default-features = false, features = [ memchr = "2.7.2" memmap2 = "0.9.4" nix = { version = "0.29", default-features = false } -nom = "7.1.3" +nom = "8.0.0" notify = { version = "=8.0.0", features = ["macos_kqueue"] } num-bigint = "0.4.4" num-prime = "0.4.4"