summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-04 23:55:01 +0000
committerGitHub <noreply@github.com>2024-04-04 23:55:01 +0000
commitf9c4bef85d4375070c2a6b7d6c346759e8586ac7 (patch)
tree67d545c5717f66d8ab9ac194d1feab47c147ca93 /Cargo.toml
parent86235967b45971808642bc001ec1ca5ade92e8ee (diff)
build(deps): update rust crate notify-rust to 4.11.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 96a70323b..eba614096 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ indexmap = { version = "2.2.6", features = ["serde"] }
log = { version = "0.4.21", 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.10.0", optional = true }
+notify-rust = { version = "4.11.0", optional = true }
nu-ansi-term = "0.50.0"
once_cell = "1.19.0"
open = "5.1.2"