bmax121 / APatch

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

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the rust-dependencies group with 6 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
js-sys 0.3.70 0.3.71
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 js-sys from 0.3.70 to 0.3.71

Commits


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


Updates wasm-bindgen from 0.2.93 to 0.2.94

Changelog

Sourced from wasm-bindgen's changelog.

0.2.94

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

  • Added support for js_name and skip_typescript attributes for string enums. #4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well. #4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array). #4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue. #4156

Changed

  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features. #4133

  • Updated Gamepad API. #4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_. #4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment. #4134

... (truncated)

Commits
  • e6c82f5 Prepare v0.2.94 release (#4158)
  • b150020 Properly indent the doc comments of enum variants (#4153)
  • 95bf437 Account for [AllowShared] and improve setters generated from interface attr...
  • e575aba Fix wasm_bindgen_test(unsupported = test) (#4151)
  • 3f4545e Add wasm_bindgen_test(unsupported = test) (#4150)
  • 0be2fe5 Improved support for string enums (#4147)
  • 2a0022a Specify "type": "module" when deploying to nodejs-module (#4092)
  • 9725988 Fix error when importing very large JS files (#4146)
  • 8a8f65c Fix experimental-nodejs-module target with #[wasm_bindgen(start)] (#4093)
  • e6e098d Update WebGPU API to draft 2024-10-07 (#4145)
  • Additional commits viewable in compare view


Updates wasm-bindgen-backend from 0.2.93 to 0.2.94

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.94

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

  • Added support for js_name and skip_typescript attributes for string enums. #4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well. #4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array). #4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue. #4156

Changed

  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features. #4133

  • Updated Gamepad API. #4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_. #4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment. #4134

... (truncated)

Commits
  • e6c82f5 Prepare v0.2.94 release (#4158)
  • b150020 Properly indent the doc comments of enum variants (#4153)
  • 95bf437 Account for [AllowShared] and improve setters generated from interface attr...
  • e575aba Fix wasm_bindgen_test(unsupported = test) (#4151)
  • 3f4545e Add wasm_bindgen_test(unsupported = test) (#4150)
  • 0be2fe5 Improved support for string enums (#4147)
  • 2a0022a Specify "type": "module" when deploying to nodejs-module (#4092)
  • 9725988 Fix error when importing very large JS files (#4146)
  • 8a8f65c Fix experimental-nodejs-module target with #[wasm_bindgen(start)] (#4093)
  • e6e098d Update WebGPU API to draft 2024-10-07 (#4145)
  • Additional commits viewable in compare view


Updates wasm-bindgen-macro from 0.2.93 to 0.2.94

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.94

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

  • Added support for js_name and skip_typescript attributes for string enums. #4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well. #4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array). #4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue. #4156

Changed

  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features. #4133

  • Updated Gamepad API. #4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_. #4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment. #4134

... (truncated)

Commits
  • e6c82f5 Prepare v0.2.94 release (#4158)
  • b150020 Properly indent the doc comments of enum variants (#4153)
  • 95bf437 Account for [AllowShared] and improve setters generated from interface attr...
  • e575aba Fix wasm_bindgen_test(unsupported = test) (#4151)
  • 3f4545e Add wasm_bindgen_test(unsupported = test) (#4150)
  • 0be2fe5 Improved support for string enums (#4147)
  • 2a0022a Specify "type": "module" when deploying to nodejs-module (#4092)
  • 9725988 Fix error when importing very large JS files (#4146)
  • 8a8f65c Fix experimental-nodejs-module target with #[wasm_bindgen(start)] (#4093)
  • e6e098d Update WebGPU API to draft 2024-10-07 (#4145)
  • Additional commits viewable in compare view


Updates wasm-bindgen-macro-support from 0.2.93 to 0.2.94

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.94

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

  • Added support for js_name and skip_typescript attributes for string enums. #4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well. #4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array). #4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue. #4156

Changed

  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features. #4133

  • Updated Gamepad API. #4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_. #4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment. #4134

... (truncated)

Commits
  • e6c82f5 Prepare v0.2.94 release (#4158)
  • b150020 Properly indent the doc comments of enum variants (#4153)
  • 95bf437 Account for [AllowShared] and improve setters generated from interface attr...
  • e575aba Fix wasm_bindgen_test(unsupported = test) (#4151)
  • 3f4545e Add wasm_bindgen_test(unsupported = test) (#4150)
  • 0be2fe5 Improved support for string enums (#4147)
  • 2a0022a Specify "type": "module" when deploying to nodejs-module (#4092)
  • 9725988 Fix error when importing very large JS files (#4146)
  • 8a8f65c Fix experimental-nodejs-module target with #[wasm_bindgen(start)] (#4093)
  • e6e098d Update WebGPU API to draft 2024-10-07 (#4145)
  • Additional commits viewable in compare view


Updates wasm-bindgen-shared from 0.2.93 to 0.2.94

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.94

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

  • Added support for js_name and skip_typescript attributes for string enums. #4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well. #4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array). #4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue. #4156

Changed

  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features. #4133

  • Updated Gamepad API. #4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_. #4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment. #4134

... (truncated)

Commits
  • e6c82f5 Prepare v0.2.94 release (#4158)
  • b150020 Properly indent the doc comments of enum variants (#4153)
  • 95bf437 Account for [AllowShared] and improve setters generated from interface attr...
  • e575aba Fix wasm_bindgen_test(unsupported = test) (#4151)
  • 3f4545e Add wasm_bindgen_test(unsupported = test) (#4150)
  • 0be2fe5 Improved support for string enums (#4147)
  • 2a0022a Specify "type": "module" when deploying to nodejs-module (#4092)
  • 9725988 Fix error when importing very large JS files (#4146)
  • 8a8f65c Fix experimental-nodejs-module target with #[wasm_bindgen(start)] (#4093)
  • e6e098d Update WebGPU API to draft 2024-10-07 (#4145)
  • 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