KernelSU
KernelSU copied to clipboard
build(deps): bump the crates group across 1 directory with 12 updates
Bumps the crates group with 8 updates in the /userspace/ksud directory:
| Package | From | To |
|---|---|---|
| clap | 4.5.13 |
4.5.14 |
| serde | 1.0.204 |
1.0.205 |
| serde_json | 1.0.120 |
1.0.122 |
| cc | 1.1.7 |
1.1.8 |
| flate2 | 1.0.30 |
1.0.31 |
| object | 0.36.2 |
0.36.3 |
| ppv-lite86 | 0.2.18 |
0.2.20 |
| winapi-util | 0.1.8 |
0.1.9 |
Updates clap from 4.5.13 to 4.5.14
Release notes
Sourced from clap's releases.
v4.5.14
[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
Changelog
Sourced from clap's changelog.
[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
Commits
- See full diff in compare view
Updates serde from 1.0.204 to 1.0.205
Commits
9b868efRelease 1.0.205c3eaf76Merge pull request #2791 from dtolnay/flatten32958deSkip collecting unmatched fields in variants that do not use flattend64a97bIgnore confusable_idents warning in testc3df337Add test of flatten in enum8764353Enable collection_is_never_read nursury lint in teste08c5deMerge pull request #2785 from Mingun/serialize_entry-in-flatten-newtype-variantbc5af50Use serialize_entry instead of serialize_key + serialize_value when serialize...28a0922Work around test suite dead code warnings in nightly-2024-07-07- See full diff in compare view
Updates serde_json from 1.0.120 to 1.0.122
Release notes
Sourced from serde_json's releases.
v1.0.122
- Support using
json!in no-std crates (#1166)v1.0.121
- Optimize position search in error path (#1160, thanks
@purplesyringa)
Commits
54381d6Release 1.0.12216fb6e0Work around buggy rust-analyzer behavior49d7d66Merge pull request #1166 from dtolnay/allocvec6827c7bFix json! invocations when std prelude is not in scope611b2a4Merge pull request #1165 from serde-rs/jsonmac7633cb7Eliminate local_inner_macros in favor of non-ident macro pathseca2658Release 1.0.121b0d678cMerge pull request #1160 from iex-rs/efficient-positionb1edc7dOptimize position search in error path40dd7f5Merge pull request #1159 from iex-rs/fix-recursion- Additional commits viewable in compare view
Updates cc from 1.1.7 to 1.1.8
Commits
5863b31chore: release (#1174)59dfb53Fix broken link in docs.rs (#1173)- See full diff in compare view
Updates clap_builder from 4.5.13 to 4.5.14
Release notes
Sourced from clap_builder's releases.
v4.5.14
[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
Changelog
Sourced from clap_builder's changelog.
[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
Commits
d222ae4chore: Releasea8abcb4docs: Update changelog2690e1bMerge pull request #5621 from shannmu/dynamic_valuehint7fd7b3efeat(clap_complete): Support to complete custom value of argumentfc6aacaMerge pull request #5638 from epage/cargo631e54bdocs(cookbook): Style cargo plugin6fb49d0Merge pull request #5636 from gibfahn/styles_const6f215eerefactor(styles): make styles example use a constbbb2e6ftest: Add test case for completing custom value of argument999071cfix: Changevisibletohidden- Additional commits viewable in compare view
Updates flate2 from 1.0.30 to 1.0.31
Changelog
Sourced from flate2's changelog.
1.0.31 (2024-08-03)
This release allows using
libz-rsin the latest version, v0.2.1.Commit Statistics
- 7 commits contributed to the release over the course of 95 calendar days.
- 95 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
- Uncategorized
- Add exclusion rule to not package github or git specific files with crate. (
25541bd)- Crate and update changelog in preparation for release. (
1dbed76)- Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (
a7853c0)- Release version 1.0.31: bump libz-rs-sys version (
e6f6949)- Merge pull request #414 from yestyle/main (
9e6af00)- Remove duplicate word in top-most doc (
411d641)- Merge pull request #408 from marxin/document-read-after-end (
1a0daec)
Commits
93c8177Release flate2 v1.0.3125541bdadd exclusion rule to not package github or git specific files with crate.1dbed76crate and update changelog in preparation for release.a7853c0Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1e6f6949release version 1.0.31: bump libz-rs-sys version9e6af00Merge pull request #414 from yestyle/main411d641Remove duplicate word in top-most doc1a0daecMerge pull request #408 from marxin/document-read-after-endf37b1b0docs: Document expected behavior when Read is done for ZLIB and DEFLATE decoders- See full diff in compare view
Updates object from 0.36.2 to 0.36.3
Changelog
Sourced from object's changelog.
0.36.3
Released 2024/08/07.
Added
Changed
Changed
from_bytesconstructors for integer endian types toconst. #712Changed
nextmethods in the low level read API to fuse after returning an error. #714Updated
wasmparserdependency. #715
Commits
4170a3cRelease 0.36.325a3b93Update Cargo.lock5c00d29Updatewasmparserto the latest version (#715)b1aa6c3read: implement Iterator for more types (#714)8a25b8eread/elf: impl Iterator for NoteIterator (#713)b138dabMakefrom_bytesinteger constructors const (#712)- See full diff in compare view
Updates ppv-lite86 from 0.2.18 to 0.2.20
Commits
- See full diff in compare view
Updates serde_derive from 1.0.204 to 1.0.205
Commits
9b868efRelease 1.0.205c3eaf76Merge pull request #2791 from dtolnay/flatten32958deSkip collecting unmatched fields in variants that do not use flattend64a97bIgnore confusable_idents warning in testc3df337Add test of flatten in enum8764353Enable collection_is_never_read nursury lint in teste08c5deMerge pull request #2785 from Mingun/serialize_entry-in-flatten-newtype-variantbc5af50Use serialize_entry instead of serialize_key + serialize_value when serialize...28a0922Work around test suite dead code warnings in nightly-2024-07-07- See full diff in compare view
Updates winapi-util from 0.1.8 to 0.1.9
Commits
1ba3b310.1.9da28eaccargo: update windows-sys to version 0.59.0- See full diff in compare view
Updates zerocopy from 0.6.6 to 0.7.35
Release notes
Sourced from zerocopy's releases.
v0.7.34
What's Changed
- [ci] Pin Kani version by
@joshlfin google/zerocopy#1189- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#1194- [ci] Roll pinned nightly toolchain by
@joshlfin google/zerocopy#1203- [Backport] Set manifest keywords and categories by
@jswrennin google/zerocopy#1043Full Changelog: https://github.com/google/zerocopy/compare/v0.7.33...v0.7.34
v0.7.33
What's Changed
- Roll toolchains, release 0.7.33 by
@joshlfin google/zerocopy#1188Full Changelog: https://github.com/google/zerocopy/compare/v0.7.32...v0.7.33
v0.7.32
What's Changed
- [derive] Exclude large test files when publishing by
@joshlfin google/zerocopy#744Full Changelog: https://github.com/google/zerocopy/compare/v0.7.31...v0.7.32
v0.7.31
This release fixes the soundness issue described in #716. The affected versions will soon be yanked.
This release is also described in security advisories RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
What's Changed
- Fix soundness hole in Ref::into_ref and into_mut by
@joshlfin google/zerocopy#721Full Changelog: https://github.com/google/zerocopy/compare/v0.7.30...v0.7.31
v0.7.30
What's Changed
- [policies] Document yanking policy by
@joshlfin google/zerocopy#677- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#680- [readme] Link to GitHub Releases (#692) by
@joshlfin google/zerocopy#693Full Changelog: https://github.com/google/zerocopy/compare/v0.7.29...v0.7.30
v0.7.29
What's Changed
- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#664
... (truncated)
Changelog
Sourced from zerocopy's changelog.
Changelog
Releases
We track releases and release notes using GitHub Releases.
Yanks and Regressions
0.2.2 through 0.2.8, 0.3.0 through 0.3.1, 0.4.0, 0.5.0, 0.6.0 through 0.6.5, 0.7.0 through 0.7.30
Security advisories for this bug have been published as RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
In these versions, the
Refmethodsinto_ref,into_mut,into_slice, andinto_mut_slicewere permitted in combination with the standard librarycell::Refandcell::RefMuttypes forRef<B, T>'sBtype parameter. These combinations are unsound, and may permit safe code to exhibit undefined behavior. Fixes have been published to each affected minor version which do not permit this code to compile.See #716issue-716 for more details.
0.7.27, 0.7.28
These versions were briefly yanked due to a non-soundness regression reported in #672pull-672. After reconsidering our yanking policy in #679issue-679, we un-yanked these versions.
Commits
- See full diff in compare view
Updates zerocopy-derive from 0.6.6 to 0.7.35
Release notes
Sourced from zerocopy-derive's releases.
v0.7.34
What's Changed
- [ci] Pin Kani version by
@joshlfin google/zerocopy#1189- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#1194- [ci] Roll pinned nightly toolchain by
@joshlfin google/zerocopy#1203- [Backport] Set manifest keywords and categories by
@jswrennin google/zerocopy#1043Full Changelog: https://github.com/google/zerocopy/compare/v0.7.33...v0.7.34
v0.7.33
What's Changed
- Roll toolchains, release 0.7.33 by
@joshlfin google/zerocopy#1188Full Changelog: https://github.com/google/zerocopy/compare/v0.7.32...v0.7.33
v0.7.32
What's Changed
- [derive] Exclude large test files when publishing by
@joshlfin google/zerocopy#744Full Changelog: https://github.com/google/zerocopy/compare/v0.7.31...v0.7.32
v0.7.31
This release fixes the soundness issue described in #716. The affected versions will soon be yanked.
This release is also described in security advisories RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
What's Changed
- Fix soundness hole in Ref::into_ref and into_mut by
@joshlfin google/zerocopy#721Full Changelog: https://github.com/google/zerocopy/compare/v0.7.30...v0.7.31
v0.7.30
What's Changed
- [policies] Document yanking policy by
@joshlfin google/zerocopy#677- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#680- [readme] Link to GitHub Releases (#692) by
@joshlfin google/zerocopy#693Full Changelog: https://github.com/google/zerocopy/compare/v0.7.29...v0.7.30
v0.7.29
What's Changed
- [ci] Roll pinned nightly toolchain by
@google-pr-creation-botin google/zerocopy#664
... (truncated)
Changelog
Sourced from zerocopy-derive's changelog.
Changelog
Releases
We track releases and release notes using GitHub Releases.
Yanks and Regressions
0.2.2 through 0.2.8, 0.3.0 through 0.3.1, 0.4.0, 0.5.0, 0.6.0 through 0.6.5, 0.7.0 through 0.7.30
Security advisories for this bug have been published as RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
In these versions, the
Refmethodsinto_ref,into_mut,into_slice, andinto_mut_slicewere permitted in combination with the standard librarycell::Refandcell::RefMuttypes forRef<B, T>'sBtype parameter. These combinations are unsound, and may permit safe code to exhibit undefined behavior. Fixes have been published to each affected minor version which do not permit this code to compile.See #716issue-716 for more details.
0.7.27, 0.7.28
These versions were briefly yanked due to a non-soundness regression reported in #672pull-672. After reconsidering our yanking policy in #679issue-679, we un-yanked these versions.
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions