From e68ae4c8d14a7edaebbc3807b529f4438efc852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:07:41 +0000 Subject: [PATCH] Bump notify-debouncer-full from 0.2.0 to 0.3.1 (#10129) --- Cargo.lock | 26 ++++++++++++++------------ crates/nu-command/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e001725e5..18e898e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1250,11 +1250,11 @@ dependencies = [ [[package]] name = "file-id" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13be71e6ca82e91bc0cb862bebaac0b2d1924a5a1d970c822b2f98b63fda8c3" +checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9" dependencies = [ - "winapi-util", + "windows-sys 0.48.0", ] [[package]] @@ -1268,13 +1268,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", ] @@ -2513,29 +2513,31 @@ 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.3.3", "crossbeam-channel", "filetime", "fsevent-sys", "inotify", "kqueue", "libc", + "log", "mio", "walkdir", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] name = "notify-debouncer-full" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416969970ec751a5d702a88c6cd19ac1332abe997fce43f96db0418550426241" +checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154" dependencies = [ "file-id", + "log", "notify", "parking_lot", "walkdir", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 3e9ccb389..69b7c0fee 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -57,7 +57,7 @@ miette = { version = "5.10", features = ["fancy-no-backtrace"] } mime = "0.3" mime_guess = "2.0" native-tls = "0.2" -notify-debouncer-full = { version = "0.2", default-features = false } +notify-debouncer-full = { version = "0.3", default-features = false } num = { version = "0.4", optional = true } num-format = { version = "0.4" } num-traits = "0.2"