summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-30 18:30:31 +0000
committerGitHub <noreply@github.com>2022-08-30 18:30:31 +0000
commit26c82450084222071464a8fd0bb3d8efde9e73f8 (patch)
tree5f73d20ee43bed3d6a54a1c045862042c97e4ab6
parenteb32915b32591557a3a253be5bd9464d49d8518c (diff)
Update notify requirement from ^4.0.0 to ^5.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/compare/notify-5.0.0-pre.16...notify-5.0.0) --- 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 8e4a4cc..ea432ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,5 +49,5 @@ reqwest = "0.11.10"
serde = "1.0"
glob = "0.3"
lazy_static = "1"
-notify = "^4.0.0"
+notify = "^5.0.0"
temp-env = "0.2.0"