From 1e7ce5265fa6ed48d70474b87886342600d3ad58 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 24 Apr 2026 10:26:52 +0200 Subject: [PATCH] Cargo.toml: unpin notify --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"