Skip to content

Commit

Permalink
build(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 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](rust-bakery/nom@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](notify-rs/notify@notify-7.0.0...notify-8.0.0)

Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](RustCrypto/utils@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](hannobraun/inotify-rs@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](notify-rs/notify@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pomelohan committed Jan 28, 2025
1 parent e0df775 commit 4774b1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 33 deletions.
43 changes: 12 additions & 31 deletions apd/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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"
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"] }
Expand Down

0 comments on commit 4774b1b

Please sign in to comment.