From 6a9c72f34eda922e53c890ad8805cdb6571cc0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:13:36 +0000 Subject: [PATCH] Bump notify from 6.0.1 to 6.1.1 Bumps [notify](https://github.com/notify-rs/notify) from 6.0.1 to 6.1.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.1...notify-6.1.1) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++--------- dozer-cli/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b52702dace..b64f4407c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3649,7 +3649,7 @@ dependencies = [ "handlebars", "include_dir", "metrics", - "notify 6.0.1", + "notify 6.1.1", "notify-debouncer-full", "page_size", "prometheus-parse", @@ -4511,13 +4511,13 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" +checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", + "redox_syscall 0.3.5", "windows-sys 0.48.0", ] @@ -6779,20 +6779,21 @@ dependencies = [ [[package]] name = "notify" -version = "6.0.1" +version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" +checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "crossbeam-channel", "filetime", "fsevent-sys", "inotify", "kqueue", "libc", + "log", "mio", "walkdir", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -6803,7 +6804,7 @@ checksum = "416969970ec751a5d702a88c6cd19ac1332abe997fce43f96db0418550426241" dependencies = [ "crossbeam-channel", "file-id", - "notify 6.0.1", + "notify 6.1.1", "parking_lot", "walkdir", ] diff --git a/dozer-cli/Cargo.toml b/dozer-cli/Cargo.toml index a31bd59945..04114195f0 100644 --- a/dozer-cli/Cargo.toml +++ b/dozer-cli/Cargo.toml @@ -42,7 +42,7 @@ atty = "0.2.14" tower = "0.4.13" metrics = "0.21.0" zip = "0.5.11" -notify = "6.0.1" +notify = "6.1.1" notify-debouncer-full = "0.2.0" webbrowser = "0.8.12" tempfile = "3.8"