Bump notify-debouncer-full from 0.2.0 to 0.3.1 (#10129)

This commit is contained in:
dependabot[bot] 2023-08-31 22:07:41 +00:00 committed by GitHub
parent faad6ca355
commit e68ae4c8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

26
Cargo.lock generated
View File

@ -1250,11 +1250,11 @@ dependencies = [
[[package]] [[package]]
name = "file-id" name = "file-id"
version = "0.1.0" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13be71e6ca82e91bc0cb862bebaac0b2d1924a5a1d970c822b2f98b63fda8c3" checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
dependencies = [ dependencies = [
"winapi-util", "windows-sys 0.48.0",
] ]
[[package]] [[package]]
@ -1268,13 +1268,13 @@ dependencies = [
[[package]] [[package]]
name = "filetime" name = "filetime"
version = "0.2.21" version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"redox_syscall 0.2.16", "redox_syscall 0.3.5",
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]
@ -2513,29 +2513,31 @@ dependencies = [
[[package]] [[package]]
name = "notify" name = "notify"
version = "6.0.1" version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 2.3.3",
"crossbeam-channel", "crossbeam-channel",
"filetime", "filetime",
"fsevent-sys", "fsevent-sys",
"inotify", "inotify",
"kqueue", "kqueue",
"libc", "libc",
"log",
"mio", "mio",
"walkdir", "walkdir",
"windows-sys 0.45.0", "windows-sys 0.48.0",
] ]
[[package]] [[package]]
name = "notify-debouncer-full" name = "notify-debouncer-full"
version = "0.2.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416969970ec751a5d702a88c6cd19ac1332abe997fce43f96db0418550426241" checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
dependencies = [ dependencies = [
"file-id", "file-id",
"log",
"notify", "notify",
"parking_lot", "parking_lot",
"walkdir", "walkdir",

View File

@ -57,7 +57,7 @@ miette = { version = "5.10", features = ["fancy-no-backtrace"] }
mime = "0.3" mime = "0.3"
mime_guess = "2.0" mime_guess = "2.0"
native-tls = "0.2" 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 = { version = "0.4", optional = true }
num-format = { version = "0.4" } num-format = { version = "0.4" }
num-traits = "0.2" num-traits = "0.2"