summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-16 04:01:51 +0000
committerGitHub <noreply@github.com>2023-02-16 04:01:51 +0000
commit22efbff2abe2eba1a74ae3a005924919d609bb7e (patch)
treebf01cec6c67af2370491e22e25d8a92321fb110b
parentc81ecd2cb40b55aec5cb830f025f1b7f9dc3c6ac (diff)
build(deps): update rust crate notify-rust to 4.7.1
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fdd7ca2e5..e94951dbf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1837,9 +1837,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "notify-rust"
-version = "4.7.0"
+version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ce656bb6d22a93ae276a23de52d1aec5ba4db3ece3c0eb79dfd5add7384db6a"
+checksum = "260208751689b605138bb55ab6af43ad75f628619a7e0b818d63bf6629e59467"
dependencies = [
"mac-notification-sys",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 3a4ca9913..35388d7e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ indexmap = { version = "1.9.2", features = ["serde"] }
log = { version = "0.4.17", features = ["std"] }
# nofity-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.7.0", optional = true }
+notify-rust = { version = "4.7.1", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.17.1"
open = "3.2.0"