summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 06:24:20 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 06:35:35 +0000
commit49f9c2beee39f12c6a720e72e4859caf81af7cca (patch)
tree0738158aa504485890a65134b41feeb6b9358905 /Cargo.toml
parent7fe96b1f3e3185c461c9ea04e61e2433b158f989 (diff)
build(deps): bump notify-rust from 4.2.2 to 4.3.0
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.2.2 to 4.3.0. - [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 a3e0ca04b..45019f8b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,7 @@ quick-xml = "0.22.0"
rand = "0.8.3"
serde = { version = "1.0.123", features = ["derive"] }
indexmap = "1.6.1"
-notify-rust = { version = "4.2.2", optional = true }
+notify-rust = { version = "4.3.0", optional = true }
semver = "0.11.0"
which = "4.0.2"
shadow-rs = "0.5.24"