KernelSU
KernelSU copied to clipboard
build(deps): bump the crates group across 1 directory with 7 updates
Bumps the crates group with 6 updates in the /userspace/ksud directory:
| Package | From | To |
|---|---|---|
| clap | 4.5.18 |
4.5.19 |
| tempfile | 3.12.0 |
3.13.0 |
| cc | 1.1.22 |
1.1.24 |
| indexmap | 2.5.0 |
2.6.0 |
| once_cell | 1.19.0 |
1.20.1 |
| syn | 2.0.77 |
2.0.79 |
Updates clap from 4.5.18 to 4.5.19
Release notes
Sourced from clap's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
Commits
1089073chore: Releasec9b8c85docs: Update changelog8b3de18Merge pull request #5685 from epage/engineb38538dfix(complete)!: Rename dynamic to engine232af62Merge pull request #5684 from epage/endless0209a79fix(complete): Don't cause endless completions for bash/zsh- See full diff in compare view
Updates tempfile from 3.12.0 to 3.13.0
Changelog
Sourced from tempfile's changelog.
3.13.0
- Add
with_suffixconstructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to@Borgerr.- Update dependencies (fastrand & rustix).
Commits
Updates cc from 1.1.22 to 1.1.24
Release notes
Sourced from cc's releases.
cc-v1.1.24
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
cc-v1.1.23
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
Changelog
Sourced from cc's changelog.
1.1.24 - 2024-10-01
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
1.1.23 - 2024-09-30
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
Commits
7de85ccchore: release (#1223)94ca4d3Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with...e198c7fReduce the need for the host target triple (#1224)099ef3bAdd auto cancellation for CI jobs (#1222)1d566d4chore: release (#1220)e6a87a6Update doc for detecting changes/upgrades of compilers (#1218)- See full diff in compare view
Updates clap_builder from 4.5.18 to 4.5.19
Release notes
Sourced from clap_builder's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
Commits
61ebe72chore: Release2e3fcc6docs: Update changelog13dad4cMerge pull request #5759 from clap-rs/renovate/unicode-width-0.x3ca44c7Merge pull request #5758 from clap-rs/renovate/terminal_size-0.xd71ae66Merge pull request #5760 from clap-rs/renovate/stable-1.xa25c734chore(deps): Update dependency STABLE to v1.81.0fce38c1chore(deps): Update Rust crate unicode-width to 0.2.0f651921chore(deps): Update compatible (dev) (#5757)a618230chore(deps): Update Rust crate terminal_size to 0.4.0fd31a1bMerge pull request #5754 from epage/shell- Additional commits viewable in compare view
Updates indexmap from 2.5.0 to 2.6.0
Changelog
Sourced from indexmap's changelog.
2.6.0 (2024-10-01)
- Implemented
Cloneformap::IntoIterandset::IntoIter.- Updated the
hashbrowndependency to version 0.15.
Commits
bf0362bMerge pull request #354 from cuviper/release-2.6.0bd0b4f7Add all release dates5340049Release 2.6.07f80229Merge pull request #343 from cuviper/hash_tablee577bf2Usehashbrown::HashTableinstead ofRawTable09b48ecMerge pull request #353 from cuviper/move_index267b83dAdd an explicit bounds check inmove_indexd74a4daMerge pull request #349 from waywardmonkeys/improve-doc-formatting5b0ed20docs: Improve doc formatting with backticks15518f3Merge pull request #348 from cuviper/clone-intoiter- Additional commits viewable in compare view
Updates once_cell from 1.19.0 to 1.20.1
Changelog
Sourced from once_cell's changelog.
1.20.1
- Allow using
racemodule using justportable_atomic, withoutcritical_sectionand provide better error messages on targets without atomic CAS instruction, #265.
Commits
3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS7317eaeaddcargo test --workspaceto beginning of TEST taskbd54bf7fix default-features flag for parking_lot_core in dependenciesbb70b9ecargo fmt updates- Additional commits viewable in compare view
Updates syn from 2.0.77 to 2.0.79
Release notes
Sourced from syn's releases.
2.0.79
- Fix infinite loop on parsing chained ranges (#1741)
- Fix panic in parsing
useitems containing absolute paths (#1742)2.0.78
- Fix infinite loop on chained comparison (#1739)
Commits
732e6e3Release 2.0.79af63396Merge pull request #1742 from dtolnay/usecrateroot31e8632Fix construction of UseGroup containing crate roots037861aMerge pull request #1741 from dtolnay/binoploop8df4dd0Force cursor to advance in parse_expr calls09d020fRelease 2.0.787eaebfbMerge pull request #1739 from dtolnay/chainedcomparisonb3d2886Fix infinite loop on chained comparison3f3d0c5Add regression test for issue 1738346efaeTouch up PR 1737- 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 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