summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-08 05:30:36 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-08 05:39:23 +0000
commitc4b99ef7fa42c6e76ad028fcc5006778e3ee7779 (patch)
treec432fb4a7b829030b4d1682fc352bd47a30e709c /Cargo.toml
parent49c51437d297d68af9adc94a29f583131e6c0ee2 (diff)
build(deps): bump notify-rust from 4.1.0 to 4.1.1
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/hoodie/notify-rust/releases) - [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/notify-rust/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 fa84897e7..4a28d6d58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ quick-xml = "0.20.0"
rand = "0.8.1"
serde = { version = "1.0.118", features = ["derive"] }
indexmap = "1.6.1"
-notify-rust = { version = "4.1.0", optional = true }
+notify-rust = { version = "4.1.1", optional = true }
semver = "0.11.0"
which = "4.0.2"