diff --git a/Cargo.lock b/Cargo.lock index 9be88e701..2c78c112e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,9 +1460,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.2.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" +checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2" dependencies = [ "bitflags", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 525e9ab38..8e64fbaa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -295,7 +295,7 @@ lscolors = { version = "0.14.0", default-features=false, features = ["nu-ansi-te memchr = "2" nix = { version="0.26", default-features=false } nom = "7.1.3" -notify = { version = "=5.2.0", features=["macos_kqueue"]} +notify = { version = "=6.0.0", features=["macos_kqueue"]} num-bigint = "0.4.3" num-traits = "0.2.15" number_prefix = "0.4"