summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-05-18 09:03:30 +0200
committerGitHub <noreply@github.com>2023-05-18 09:03:30 +0200
commit9a3175468697b0329185ec53d1e80a3c657f7c13 (patch)
treeeefac5ed268634d8cb1c6b316274c9f664e0f177
parent2b4642227685c2dc79da2e30964baec5f1d379d7 (diff)
parentbf9fe034895f3fd5f8bef570e5590cc357dda62b (diff)
Merge pull request #438 from mehcode/dependabot/cargo/notify-tw-6.0.0
Update notify requirement from ^5.0.0 to ^6.0.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4a3c88..3127cd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,6 +52,6 @@ reqwest = "0.11.10"
serde = "1.0"
glob = "0.3"
lazy_static = "1"
-notify = "^5.0.0"
+notify = "^6.0.0"
temp-env = "0.3.0"
log = { version = "0.4", features = ["serde"] }