bmax121 / APatch

The patching of Android kernel and Android system
GNU General Public License v3.0
4.71k stars 356 forks source link

build(deps): bump the rust-dependencies group across 1 directory with 7 updates #708

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the rust-dependencies group with 5 updates in the /apd directory:

Package From To
clap 4.5.19 4.5.20
procfs 0.16.0 0.17.0
cc 1.1.25 1.1.28
once_cell 1.20.1 1.20.2
proc-macro2 1.0.86 1.0.87

Updates clap from 4.5.19 to 4.5.20

Changelog

Sourced from clap's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt
Commits
  • 5034cab chore: Release
  • b5b690c docs: Update changelog
  • abba196 Merge pull request #5688 from epage/rename
  • 6ddd5d4 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates
  • 71c5e27 fix(complete)!: Rename CustomCompleter to ValueCandidates
  • See full diff in compare view


Updates procfs from 0.16.0 to 0.17.0

Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view


Updates cc from 1.1.25 to 1.1.28

Release notes

Sourced from cc's releases.

cc-v1.1.28

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

cc-v1.1.27

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

cc-v1.1.26

Other

  • Use debug version of MSVC runtime library on debug (#1231)
Changelog

Sourced from cc's changelog.

1.1.28 - 2024-10-06

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

1.1.27 - 2024-10-06

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

1.1.26 - 2024-10-06

Other

  • Use debug version of MSVC runtime library on debug (#1231)
Commits


Updates clap_builder from 4.5.19 to 4.5.20

Changelog

Sourced from clap_builder's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt
Commits
  • 61f5ee5 chore: Release
  • 3e65384 docs: Update changelog
  • fca8f73 Merge pull request #5706 from shannmu/external_subcommand
  • fc82a3e feat(complete): Support to complete custom external subcommand
  • 6a09122 test(complete): Add test for external subcommand
  • d2874a5 Merge pull request #5766 from epage/completer
  • a767a97 feat: Add CommandExt support
  • 32853d7 refactor(builder): Make Ext code similar for Arg, Command
  • e9ce1be refactor(builder): Rename AppTag to AppExt
  • f89afeb refactor(complete): Put most general completer first
  • Additional commits viewable in compare view


Updates once_cell from 1.20.1 to 1.20.2

Changelog

Sourced from once_cell's changelog.

1.20.2

  • Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.
Commits


Updates proc-macro2 from 1.0.86 to 1.0.87

Release notes

Sourced from proc-macro2's releases.

1.0.87

  • Check valid punctuation character in Punct::new (#470)
Commits
  • 50b477d Release 1.0.87
  • f0b6802 Merge pull request #471 from dtolnay/punctnew
  • 98ea261 Check valid punctuation character in Punct::new
  • d60aaad Ignore missing_panics_doc pedantic clippy lint
  • 27061af Ignore needless_lifetimes clippy lint
  • 9c1d3eb Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view


Updates procfs-core from 0.16.0 to 0.17.0

Release notes

Sourced from procfs-core's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.