summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-03 13:20:45 -0400
committerGitHub <noreply@github.com>2021-05-03 13:20:45 -0400
commit36b651b6adf8b01d1a21e3a06bf687258bf2c42d (patch)
tree77db94667be3d29e2b1ef4c33268e785c70c5bdf /Cargo.toml
parent439491e977fc28d4da681796e7e61ec1074f37b1 (diff)
build: bump notify-rust from 4.4.0 to 4.4.1 (#2683)
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.4.0 to 4.4.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[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 6b977ccee..7e7db2470 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ quick-xml = "0.22.0"
rand = "0.8.3"
serde = { version = "1.0.125", features = ["derive"] }
indexmap = { version ="1.6.2", features = ["serde"] }
-notify-rust = { version = "4.4.0", optional = true }
+notify-rust = { version = "4.4.1", optional = true }
semver = "0.11.0"
which = "4.1.0"
shadow-rs = "0.5.25"