bmax121 / APatch

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

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

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

Package From To
anyhow 1.0.86 1.0.87
clap 4.5.16 4.5.17
const_format 0.2.32 0.2.33
serde 1.0.209 1.0.210
serde_json 1.0.127 1.0.128
is_executable 1.0.1 1.0.3
backtrace 0.3.73 0.3.74
cc 1.1.15 1.1.18
cpufeatures 0.2.13 0.2.14

Updates anyhow from 1.0.86 to 1.0.87

Release notes

Sourced from anyhow's releases.

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • afe93e7 Release 1.0.87
  • d58fa4b Fix outdated html_root_url
  • c18d807 Disable unused doc_cfg feature
  • 8ecfcdf Merge pull request #383 from dtolnay/nostd
  • bee814a Support error sources in no-std on Rust 1.81+
  • 1eabf69 Merge pull request #382 from dtolnay/corerequest
  • 3e70139 Access generic_member_access APIs through core
  • c378a2c Upload CI Cargo.lock for reproducing failures
  • e38edc0 Raise rustc required for backtrace feature to 1.67
  • eb976a4 Merge pull request #378 from dtolnay/ttpretty
  • Additional commits viewable in compare view


Updates clap from 4.5.16 to 4.5.17

Release notes

Sourced from clap's releases.

v4.5.17

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Changelog

Sourced from clap's changelog.

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Commits
  • 6013ad4 chore: Release
  • f98e3ee docs: Update changelog
  • addec17 Merge pull request #5681 from epage/static
  • 3c69aaa docs(complete): Add stdout warning to env
  • e46263a docs(complete): Redistribute dynamic's documentation
  • de723aa fix(complete)!: Flatten in prep for stabilization
  • 6727c15 fix(complete): Section off existing completions
  • 6842ed9 refactor(complete): Remove low-value w macro
  • 17d6d24 Merge pull request #5680 from epage/unstable
  • 23fb056 Merge pull request #5679 from epage/api
  • Additional commits viewable in compare view


Updates const_format from 0.2.32 to 0.2.33

Changelog

Sourced from const_format's changelog.

0.2.33

Fixed Rust Analyzer style warning for assertion macros.

Commits


Updates serde from 1.0.209 to 1.0.210

Release notes

Sourced from serde's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view


Updates serde_json from 1.0.127 to 1.0.128

Release notes

Sourced from serde_json's releases.

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)
Commits
  • d96b1d9 Release 1.0.128
  • 599228d Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer
  • 5416cee feat: add support for 128 bit HashMap key serialization
  • 27a4ca9 Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view


Updates is_executable from 1.0.1 to 1.0.3

Commits
  • cfe9912 Bump to version 1.0.3
  • d6fcf2f Remove old test about README.md being in sync with module docs
  • 95f27a6 Remove old CI
  • e70c103 Update badges in README
  • 61d2e9b Add github actions
  • 001b334 Bump to version 1.0.2
  • fab168c Merge pull request #14 from lucieleblanc/master
  • 82f9c68 replace is_file() --> exists() because symlinks are ok
  • 441c1c7 add file existence check before reading extension
  • ea10f6b Merge pull request #11 from davide125/exclude
  • Additional commits viewable in compare view


Updates backtrace from 0.3.73 to 0.3.74

Release notes

Sourced from backtrace's releases.

0.3.74

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74

Commits
  • 38d49aa Merge pull request #658 from workingjubilee/cut-0.3.74
  • c1749ce Cut backtrace 0.3.74
  • 230570f Merge pull request #660 from workingjubilee/dont-unsoundly-iterate-phdr
  • 153f510 Do not destructure maybe-uninit fields
  • 3858946 Revise dl_iterate_phdr callback to be sound-ish
  • 7d062c6rust-lang/backtrace-rs#653
  • fc37b22rust-lang/backtrace-rs#657
  • 600beaarust-lang/backtrace-rs#648
  • 84b6c1drust-lang/backtrace-rs#652
  • 95c3bac Make enum print::PrintFmtrust-lang/backtrace-rs#651
  • Additional commits viewable in compare view


Updates cc from 1.1.15 to 1.1.18

Release notes

Sourced from cc's releases.

cc-v1.1.18

Other

  • Fixed unsoundness in StderrForwarder::forward_available (#1203)

cc-v1.1.17

Fixed

  • fix finding toolchains when invoked by msbuild (#1201)

cc-v1.1.16

Other

  • Treat VxWorks wr-cc as a Gnu compiler (#1198)
Changelog

Sourced from cc's changelog.

1.1.18 - 2024-09-07

Other

  • Fixed unsoundness in StderrForwarder::forward_available (#1203)

1.1.17 - 2024-09-06

Fixed

  • fix finding toolchains when invoked by msbuild (#1201)

1.1.16 - 2024-09-04

Other

  • Treat VxWorks wr-cc as a Gnu compiler (#1198)
Commits


Updates clap_builder from 4.5.15 to 4.5.17

Release notes

Sourced from clap_builder's releases.

v4.5.17

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

[4.5.16] - 2024-08-15

Fixes

  • (derive) Improve error messages when derive feature is missing
Changelog

Sourced from clap_builder's changelog.

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

[4.5.16] - 2024-08-15

Fixes

  • (derive) Improve error messages when derive feature is missing
Commits
  • 19460ee chore: Release
  • 4b42ce4 docs: Update changelog
  • 1192002 Merge pull request #5721 from epage/update
  • 75365ad fix(help): Style arg groups
  • 220597e refactor: Clean up group formatting
  • 8bd63d2 refactor: Use newer anstyle API
  • df19cbb refactor(error): Avoid variable name ambiguity
  • e09f793 Merge pull request #5717 from epage/dyn-tests
  • 931d9ac refactor(complete): Make it easier to compare tests
  • 5286385 test(complete): Verify space in completed value
  • Additional commits viewable in compare view


Updates const_format_proc_macros from 0.2.32 to 0.2.33

Changelog

Sourced from const_format_proc_macros's changelog.

0.2.33

Fixed Rust Analyzer style warning for assertion macros.

Commits


Updates cpufeatures from 0.2.13 to 0.2.14

Commits


Updates gimli from 0.29.0 to 0.31.0

Changelog

Sourced from gimli's changelog.

0.31.0

Released 2024/07/16.

Breaking changes

  • Deleted support for segment selectors. #720

  • Added read::FileEntry::source and deleted Copy implementation. #728

  • Changed read::LineRow::execute to return a Result. #731

  • Deleted Display implementation for read::LineInstruction. #734

  • Changed read::Error to be non-exhaustive.

Changed

  • Fixed Hash implementation for read::EndianReader. #723

  • Changed read::EhFrameHdr::parse to validate the FDE count encoding. #725

  • Changed address overflow to be an error for read::UnwindTableRow, read::LineRow, and read::ArangeEntry. #730 #731 #732

  • Changed wrapping addition for 32-bit addresses to wrap at 32 bits instead of at 64 bits. #733

  • Added earlier validation of address sizes. #733

Added

  • Added read::IndexSectionId::section_id. #719

  • Added read::FrameDescriptionEntry::end_address. #727

  • Added support for DW_LNCT_LLVM_source.

... (truncated)

Commits
  • efc17bd Release 0.31.0 (#736)
  • cf64cb7 dwarfdump: change format specifier for addresses
  • 482823f read/line: move LineInstruction Display impl to dwarfdump
  • 159f3cf dwarfdump: display indexed addresses in expressions
  • 552cb89 dwarfdump: style changes
  • 36ee540 read: use address size when checking address overflow (#733)
  • 38c185e Delete support for segment selectors (#720)
  • 345d60f read/aranges: handle address range overflow (#732)
  • 450cb69 read/line: check for overflow when advancing the address (#731)
  • 9257192 read/cfi: check for overflow when evaluating DW_CFA_advance_loc (#730)
  • Additional commits viewable in compare view


Updates miniz_oxide from 0.7.4 to 0.8.0

Changelog

Sourced from miniz_oxide's changelog.

0.8.0 - 2024-08-08

Major changes

This release changes to using the forked adler2 crate as the original adler crate has not seen any updates in the last 3 years and the repositories have been marked as archived. The minimum rust version has also been bumped slightly to make room for future improvements.

Bug Fixes

  • (miniz_oxide) update edition, make more functions const, fix warning, update to adler2 - (b212371) - oyvindln

Commits
  • 58cf901 bump version and update changelog and readme
  • b212371 fix(miniz_oxide): update edition, make more functions const, fix warning, upd...
  • See full diff in compare view


Updates serde_derive from 1.0.209 to 1.0.210

Release notes

Sourced from serde_derive's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • 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 3 weeks ago

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