diff --git a/Cargo.lock b/Cargo.lock index 9f0ef79fc..3521cfadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,9 +2375,9 @@ checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" [[package]] name = "notify-rust" -version = "4.14.0" +version = "4.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2c9bc1689653cfbc04400b8719f2562638ff9c545bbd48cc58c657a14526df" +checksum = "3c8146c105ae33d744e2d645f684d063b01176a99daf5986556266777b428816" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index 19a7dc70f..f7c14f631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ jsonc-parser = { version = "0.32.3", features = ["serde"] } log = { version = "0.4.29", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix # see: https://github.com/NixOS/nixpkgs/issues/160876 -notify-rust = { version = "4.14.0", optional = true } +notify-rust = { version = "4.15.0", optional = true } nu-ansi-term = "0.50.3" open = "5.3.3" # update os module config and tests when upgrading os_info