mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
Commit 6
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user