From eeafdcce0bd27f318694daab325154629538ff3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:57:31 +0800 Subject: [PATCH] chore(deps): bump notify-debouncer-full from 0.3.1 to 0.3.2 (#109) Bumps [notify-debouncer-full](https://github.com/notify-rs/notify) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/debouncer-full-0.3.2/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/debouncer-full-0.3.1...debouncer-full-0.3.2) --- updated-dependencies: - dependency-name: notify-debouncer-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84dcf61..63b02ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,9 +1053,9 @@ dependencies = [ [[package]] name = "notify-debouncer-full" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154" +checksum = "fb7fd166739789c9ff169e654dc1501373db9d80a4c3f972817c8a4d7cf8f34e" dependencies = [ "crossbeam-channel", "file-id", diff --git a/Cargo.toml b/Cargo.toml index c38f459..9c18b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.19", features = ["derive"] } local-ip-address = "0.6.2" log = "0.4.22" env_logger = "0.10.2" -notify-debouncer-full = "0.3.1" +notify-debouncer-full = "0.3.2" tokio = { version = "1.40.0", features = ["full"] } axum = { version = "0.7.6", features = ["ws"]} futures = "0.3.31"