From 387b5c585e45b1779594e1dee8600bbdf9d3f52a Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Wed, 12 Mar 2025 21:58:16 -0500 Subject: [PATCH] Commit 6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ac926d3d..094bcb5045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 86fe352cbf..369055a006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"