diff --git a/Cargo.lock b/Cargo.lock index 8a3b47031e3b4..2341b87759eca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5271,9 +5271,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "notify" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2" +checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" dependencies = [ "bitflags", "filetime", diff --git a/Cargo.toml b/Cargo.toml index 9d0dfe2fb4e81..d5e0bb8ffc77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,7 +279,7 @@ mongodb = { version = "2.5.0", default-features = false, features = ["tokio-runt nats = { version = "0.24.0", default-features = false, optional = true } nkeys = { version = "0.3.0", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } -notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] } +notify = { version = "6.0.1", default-features = false, features = ["macos_fsevent"] } once_cell = { version = "1.18", default-features = false } openssl = { version = "0.10.54", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false }