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
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
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
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
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
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
Bumps the rust-dependencies group with 6 updates in the /apd directory:
4.5.19
4.5.20
0.16.0
0.17.0
1.1.25
1.1.28
0.3.70
0.3.71
1.20.1
1.20.2
1.0.86
1.0.87
Updates
clap
from 4.5.19 to 4.5.20Changelog
Sourced from clap's changelog.
Commits
5034cab
chore: Releaseb5b690c
docs: Update changelogabba196
Merge pull request #5688 from epage/rename6ddd5d4
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates71c5e27
fix(complete)!: Rename CustomCompleter to ValueCandidatesUpdates
procfs
from 0.16.0 to 0.17.0Release notes
Sourced from procfs's releases.
Commits
e303757
Version 0.17.06c959b6
Merge pull request #311 from yamaura/proc_devicesf2a51ef
Merge pull request #315 from Hwatwasthat/masterdc70412
Update Devices struct doc comment to clarify block_devices can be emptyd66c910
Remove unnecessary #[allow(non_snake_case)]eb26215
Add support for /dev/devices53dc3a7
Updated readme to show what the crypto example produces.e0dec8b
Implemented example for /dev/crypto parser784dd2c
Merge pull request #314 from Hwatwasthat/master296791a
Reworked pressure example to be more readable.Updates
cc
from 1.1.25 to 1.1.28Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
218365e
chore: release (#1239)1a6a710
Environment variables: For one accepting boolean, treat "0", "false" and empt...3bbb384
chore: release (#1235)2b94f52
Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)39c0aaf
DisableCC_ENABLE_DEBUG_OUTPUT
if it is set to "0" (#1234)7e9730b
chore: release (#1232)c80a706
Use debug version of MSVC runtime library on debug (#1231)Updates
clap_builder
from 4.5.19 to 4.5.20Changelog
Sourced from clap_builder's changelog.
Commits
61f5ee5
chore: Release3e65384
docs: Update changelogfca8f73
Merge pull request #5706 from shannmu/external_subcommandfc82a3e
feat(complete): Support to complete custom external subcommand6a09122
test(complete): Add test for external subcommandd2874a5
Merge pull request #5766 from epage/completera767a97
feat: Add CommandExt support32853d7
refactor(builder): Make Ext code similar for Arg, Commande9ce1be
refactor(builder): Rename AppTag to AppExtf89afeb
refactor(complete): Put most general completer firstUpdates
js-sys
from 0.3.70 to 0.3.71Commits
Updates
once_cell
from 1.20.1 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5
release 1.20.30aef2f8
Merge pull request #267 from taiki-e/portable-atomiccf87ac6
Remove "portable-atomic?/require-cas" from race featureUpdates
proc-macro2
from 1.0.86 to 1.0.87Release notes
Sourced from proc-macro2's releases.
Commits
50b477d
Release 1.0.87f0b6802
Merge pull request #471 from dtolnay/punctnew98ea261
Check valid punctuation character in Punct::newd60aaad
Ignore missing_panics_doc pedantic clippy lint27061af
Ignore needless_lifetimes clippy lint9c1d3eb
Upload CI Cargo.lock for reproducing failuresUpdates
procfs-core
from 0.16.0 to 0.17.0Release notes
Sourced from procfs-core's releases.
Commits
e303757
Version 0.17.06c959b6
Merge pull request #311 from yamaura/proc_devicesf2a51ef
Merge pull request #315 from Hwatwasthat/masterdc70412
Update Devices struct doc comment to clarify block_devices can be emptyd66c910
Remove unnecessary #[allow(non_snake_case)]eb26215
Add support for /dev/devices53dc3a7
Updated readme to show what the crypto example produces.e0dec8b
Implemented example for /dev/crypto parser784dd2c
Merge pull request #314 from Hwatwasthat/master296791a
Reworked pressure example to be more readable.Updates
wasm-bindgen
from 0.2.93 to 0.2.94Changelog
Sourced from wasm-bindgen's changelog.
... (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
Fixwasm_bindgen_test(unsupported = test)
(#4151)3f4545e
Addwasm_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
Fixexperimental-nodejs-module
target with#[wasm_bindgen(start)]
(#4093)e6e098d
Update WebGPU API to draft 2024-10-07 (#4145)Updates
wasm-bindgen-backend
from 0.2.93 to 0.2.94Changelog
Sourced from wasm-bindgen-backend's changelog.
... (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
Fixwasm_bindgen_test(unsupported = test)
(#4151)3f4545e
Addwasm_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
Fixexperimental-nodejs-module
target with#[wasm_bindgen(start)]
(#4093)e6e098d
Update WebGPU API to draft 2024-10-07 (#4145)Updates
wasm-bindgen-macro
from 0.2.93 to 0.2.94Changelog
Sourced from wasm-bindgen-macro's changelog.
... (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
Fixwasm_bindgen_test(unsupported = test)
(#4151)3f4545e
Addwasm_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
Fixexperimental-nodejs-module
target with#[wasm_bindgen(start)]
(#4093)e6e098d
Update WebGPU API to draft 2024-10-07 (#4145)Updates
wasm-bindgen-macro-support
from 0.2.93 to 0.2.94Changelog
Sourced from wasm-bindgen-macro-support's changelog.
... (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
Fixwasm_bindgen_test(unsupported = test)
(#4151)3f4545e
Addwasm_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
Fixexperimental-nodejs-module
target with#[wasm_bindgen(start)]
(#4093)e6e098d
Update WebGPU API to draft 2024-10-07 (#4145)Updates
wasm-bindgen-shared
from 0.2.93 to 0.2.94Changelog
Sourced from wasm-bindgen-shared's changelog.
... (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
Fixwasm_bindgen_test(unsupported = test)
(#4151)3f4545e
Addwasm_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
Fixexperimental-nodejs-module
target with#[wasm_bindgen(start)]
(#4093)e6e098d
Update WebGPU API to draft 2024-10-07 (#4145)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