From 114a12152251de94e6578481dfc13dcb3ab5acd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 05:06:34 +0000 Subject: [PATCH] chore(deps): Bump notify from 6.0.0 to 6.0.1 Bumps [notify](https://github.com/notify-rs/notify) from 6.0.0 to 6.0.1. - [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-6.0.0...notify-6.0.1) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..75df26496dbc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5281,9 +5281,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "notify" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2" +checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" dependencies = [ "bitflags", "filetime", diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..bf9305e00c9a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,7 +279,7 @@ mongodb = { version = "2.5.0", default-features = false, features = ["tokio-runt nats = { version = "0.24.0", default-features = false, optional = true } nkeys = { version = "0.3.0", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } -notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] } +notify = { version = "6.0.1", default-features = false, features = ["macos_fsevent"] } once_cell = { version = "1.18", default-features = false } openssl = { version = "0.10.54", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false }