summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-17 19:00:25 +0000
committerGitHub <noreply@github.com>2023-05-17 19:00:25 +0000
commitbf9fe034895f3fd5f8bef570e5590cc357dda62b (patch)
treeeefac5ed268634d8cb1c6b316274c9f664e0f177
parent2b4642227685c2dc79da2e30964baec5f1d379d7 (diff)
Update notify requirement from ^5.0.0 to ^6.0.0
Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/commits) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-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"] }