This commit is contained in:
Tristan Partin
2025-03-12 21:58:16 -05:00
parent ad83156e2f
commit 387b5c585e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3869,7 +3869,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "notify"
version = "6.1.1"
source = "git+https://github.com/notify-rs/notify?rev=d5bb698c64c218ada2888c6a6e4d6c20714860bb#d5bb698c64c218ada2888c6a6e4d6c20714860bb"
source = "git+https://github.com/notify-rs/notify?rev=ae69a5ca3463a1ffc3322c6a7b67894a2e545817#ae69a5ca3463a1ffc3322c6a7b67894a2e545817"
dependencies = [
"bitflags 2.8.0",
"filetime",
@@ -3887,7 +3887,7 @@ dependencies = [
[[package]]
name = "notify-types"
version = "1.0.0"
source = "git+https://github.com/notify-rs/notify?rev=d5bb698c64c218ada2888c6a6e4d6c20714860bb#d5bb698c64c218ada2888c6a6e4d6c20714860bb"
source = "git+https://github.com/notify-rs/notify?rev=ae69a5ca3463a1ffc3322c6a7b67894a2e545817#ae69a5ca3463a1ffc3322c6a7b67894a2e545817"
dependencies = [
"instant",
]

View File

@@ -128,7 +128,7 @@ memoffset = "0.9"
nix = { version = "0.27", features = ["dir", "fs", "process", "socket", "signal", "poll"] }
# Do not update to >= 7.0.0, at least. The update will have a significant impact
# on compute startup metrics (start_postgres_ms), >= 25% degradation.
notify = { git = "https://github.com/notify-rs/notify", rev = "d5bb698c64c218ada2888c6a6e4d6c20714860bb" }
notify = { git = "https://github.com/notify-rs/notify", rev = "ae69a5ca3463a1ffc3322c6a7b67894a2e545817" }
num_cpus = "1.15"
num-traits = "0.2.15"
once_cell = "1.13"