summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 05:02:58 +0000
committerGitHub <noreply@github.com>2023-01-30 05:02:58 +0000
commit5c01b95382a5000ce6ab8d75c00e11da80761785 (patch)
treea39d7baa309eafe2cc8167693a0444599c56f84f /Cargo.toml
parent43c995e96cd1b7fcfb65810749849f3af039a839 (diff)
Bump notify from 4.0.15 to 5.1.0dependabot/cargo/master/notify-5.1.0
Bumps [notify](https://github.com/notify-rs/notify) from 4.0.15 to 5.1.0. - [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/v4.0.15...notify-5.1.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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 12a9b53..fcf5c1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ erased-serde = "0.3"
typetag = "0.1.4"
directories = "3.0.1"
clap = "2.33"
-notify = "4.0"
+notify = "5.1"
toml = "0.5.6"
syn = "=1.0.57"