diff --git a/Cargo.toml b/Cargo.toml index 75b6b07c855..9d20051c2b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -430,7 +430,7 @@ memchr = "2.7.2" memmap2 = "0.9.4" nix = { version = "0.31.2", default-features = false } nom = "8.0.0" -notify = { version = "=8.2.0", features = ["macos_kqueue"] } +notify = { version = "8.2.0", features = ["macos_kqueue"] } num-bigint = "0.4.4" num-prime = "0.5.0" num-traits = "0.2.19"