From 05da71cb5037398d97a301a0622980e544225bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:28:03 +0000 Subject: [PATCH] build(deps): bump the rust-dependencies group across 1 directory with 5 updates Bumps the rust-dependencies group with 3 updates in the /apd directory: [nom](https://github.com/rust-bakery/nom), [notify](https://github.com/notify-rs/notify) and [cpufeatures](https://github.com/RustCrypto/utils). Updates `nom` from 7.1.3 to 8.0.0 - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0) Updates `notify` from 7.0.0 to 8.0.0 - [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-7.0.0...notify-8.0.0) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `inotify` from 0.10.2 to 0.11.0 - [Changelog](https://github.com/hannobraun/inotify-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hannobraun/inotify/compare/v0.10.2...v0.11.0) Updates `notify-types` from 1.0.1 to 2.0.0 - [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/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: inotify dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: notify-types dependency-type: indirect update-type: version-update:semver-major dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- apd/Cargo.lock | 43 ++++++++++++------------------------------- apd/Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/apd/Cargo.lock b/apd/Cargo.lock index 8c856b551..ed2eac7bd 100644 --- a/apd/Cargo.lock +++ b/apd/Cargo.lock @@ -343,9 +343,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -752,11 +752,11 @@ dependencies = [ [[package]] name = "inotify" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" +checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.8.0", "inotify-sys", "libc", ] @@ -770,15 +770,6 @@ dependencies = [ "libc", ] -[[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" -dependencies = [ - "cfg-if", -] - [[package]] name = "is_executable" version = "1.0.4" @@ -922,12 +913,6 @@ version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - [[package]] name = "miniz_oxide" version = "0.8.3" @@ -951,19 +936,18 @@ dependencies = [ [[package]] name = "nom" -version = "7.1.3" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" dependencies = [ "memchr", - "minimal-lexical", ] [[package]] name = "notify" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" +checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" dependencies = [ "bitflags 2.8.0", "filetime", @@ -975,17 +959,14 @@ dependencies = [ "mio", "notify-types", "walkdir", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "notify-types" -version = "1.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174" -dependencies = [ - "instant", -] +checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" [[package]] name = "num-conv" diff --git a/apd/Cargo.toml b/apd/Cargo.toml index 73dff0ce8..4c75d37f4 100644 --- a/apd/Cargo.toml +++ b/apd/Cargo.toml @@ -32,7 +32,7 @@ libc = "0.2" extattr = "1" jwalk = "0.8" is_executable = "1" -nom = "7" +nom = "8" derive-new = "0.7.0" which = "7" getopts = "0.2" @@ -40,7 +40,7 @@ sha256 = "1" tempdir = "0.3" chrono = "0.4" errno = "0.3.10" -notify = "7.0" +notify = "8.0" [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies] rustix = { git = "https://github.com/AndroidPatch/rustix", branch = "main", features = ["all-apis"] }