summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti/Cargo.toml2
-rw-r--r--crates/tor-config/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index f6bcde532..6f0902519 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -126,7 +126,7 @@ humantime = "2"
humantime-serde = "1.1.1"
itertools = "0.13.0"
libc = "0.2"
-notify = { version = "6.0", default-features = false, features = ["macos_kqueue"] }
+notify = { version = "7", default-features = false, features = ["macos_kqueue"] }
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rlimit = "0.10.1"
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index d3d8aa0ee..ca8a659fa 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -42,7 +42,7 @@ figment = { version = "0.10.18", features = ["toml"] }
fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
futures = "0.3.14"
itertools = "0.13.0"
-notify = { version = "6.0", default-features = false, features = ["macos_kqueue"] }
+notify = { version = "7", default-features = false, features = ["macos_kqueue"] }
once_cell = "1"
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }