This commit is contained in:
Tristan Partin
2025-03-12 20:52:30 -05:00
parent 7c102b92fb
commit 3bcfaeb936
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=7b73ab3b481623fe2a678eaa161afce2b61aec4d#7b73ab3b481623fe2a678eaa161afce2b61aec4d"
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=7b73ab3b481623fe2a678eaa161afce2b61aec4d#7b73ab3b481623fe2a678eaa161afce2b61aec4d"
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 = "7b73ab3b481623fe2a678eaa161afce2b61aec4d" }
notify = { git = "https://github.com/notify-rs/notify", rev = "ae69a5ca3463a1ffc3322c6a7b67894a2e545817" }
num_cpus = "1.15"
num-traits = "0.2.15"
once_cell = "1.13"