forked from rsuntk/KernelSU
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the crates group across 1 directory with 26 updates #21
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the crates group with 23 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.29` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` | | [nom](https://github.com/rust-bakery/nom) | `7.1.3` | `8.0.0` | | [which](https://github.com/harryfei/which-rs) | `7.0.1` | `7.0.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.6` | `3.0.7` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.84` | `0.1.86` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.13` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.2` | `0.8.4` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.98` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` | Updates `clap` from 4.5.23 to 4.5.29 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.29) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `serde_json` from 1.0.134 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.138) Updates `nom` from 7.1.3 to 8.0.0 - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](rust-bakery/nom@7.1.3...8.0.0) Updates `which` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.1...7.0.2) Updates `tempfile` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.16.0) Updates `anstyle-wincon` from 3.0.6 to 3.0.7 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7) Updates `async-trait` from 0.1.84 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.84...0.1.86) Updates `bumpalo` from 3.16.0 to 3.17.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.16.0...3.17.0) Updates `bytes` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.10.0) Updates `cc` from 1.2.7 to 1.2.13 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.7...cc-v1.2.13) Updates `clap_builder` from 4.5.23 to 4.5.29 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.23...v4.5.29) Updates `clap_derive` from 4.5.18 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.18...v4.5.28) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `linux-raw-sys` from 0.4.14 to 0.4.15 - [Commits](sunfishcode/linux-raw-sys@v0.4.14...v0.4.15) Updates `miniz_oxide` from 0.8.2 to 0.8.4 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) Updates `pin-project-lite` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.15...v0.2.16) Updates `proc-macro2` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.93) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `syn` from 2.0.95 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.95...2.0.98) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `thiserror-impl` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `unicode-ident` from 1.0.14 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: bumpalo dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the crates group with 23 updates in the /userspace/ksud directory:
4.5.23
4.5.29
0.4.22
0.4.25
1.0.134
1.0.138
7.1.3
8.0.0
7.0.1
7.0.2
3.15.0
3.16.0
3.0.6
3.0.7
0.1.84
0.1.86
3.16.0
3.17.0
1.9.0
1.10.0
1.2.7
1.2.13
0.2.16
0.2.17
2.7.0
2.7.1
0.4.14
0.4.15
0.8.2
0.8.4
1.20.2
1.20.3
0.2.15
0.2.16
1.0.92
1.0.93
1.0.18
1.0.19
2.0.95
2.0.98
2.0.9
2.0.11
1.42.0
1.43.0
1.0.14
1.0.16
Updates
clap
from 4.5.23 to 4.5.29Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1f74b01
chore: Release23feee1
docs: Update changelogae1457b
chore(complete): Update require clap0d142f6
chore: Release0facf1f
docs: Update changelogee6af99
Merge pull request #5743 from epage/sort232ee10
fix(complete): Use existing display order for Arg/Commandc6b5d62
feat(builder): Expose get_display_order67d9fef
feat(complete): Give control over display order59a61e1
refactor(complete): Pull out common candidate codeUpdates
log
from 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo features2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.23Updates
serde_json
from 1.0.134 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099
Release 1.0.138dc29e48
Move BufReader to caller29122f9
Sort imports from PR 1237d33c1b5
Merge pull request #1237 from JonathanBrouwer/master8c2d800
Add more warnings to apply buffering on docs of affected functions65bbd1a
Fix example of from_reader not applying buffering when it should87f78da
More precise gitignore patterns4134f11
Remove *.sw[po] from gitignorec7626db
Remove **/*.rs.bk from project-specific gitignoreeb49e28
Release 1.0.137Updates
nom
from 7.1.3 to 8.0.0Changelog
Sourced from nom's changelog.
... (truncated)
Commits
2cec1b3
v8.0.0 (#1797)7afe3a8
Merge pull request #1793 from rust-bakery/beta.184af9e7
nom 8.0.0-beta.1555eab9
Merge pull request #1792 from rust-bakery/nom-language6a25312
fix nom-language testsbcc1b0c
move the left_assoc combinator to nom-language9b0e18c
Implement new parserleft_assoc
. (#1775)cb3b5b8
move precedence parsing to nom-languagef1abba6
fix precedence parsing6c12469
Precedence parsing (#1362)Updates
which
from 7.0.1 to 7.0.2Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
bd86881
bump version, add to changelogcf37760
don't run relative dot test on macosf2c4bd6
update target to new name for wasm32-wasip187acc08
When searching for./script.sh
, don't return/path/to/./script.sh
Updates
tempfile
from 3.15.0 to 3.16.0Changelog
Sourced from tempfile's changelog.
Commits
6ecd9f1
chore: release 3.16.03693c01
build: upgrade getrandom to v0.3.0 (#320)a4596e5
build: allowwindows-sys
0.59 (#319)3ac6d4e
chore: fix clippy lifetime warning (#318)3a722e8
docs: improve & expand security documentation (#317)Updates
anstyle-wincon
from 3.0.6 to 3.0.7Commits
5925243
chore: Release5e6b41d
docs: Update changelogf6a7b79
Merge pull request #239 from epage/ci92fe1b2
chore(ci): Run more checks on Windows1f3fef0
fix(wincon): Restore MSRV86dca69
style: Fix clippy warnings in cfg(windows) coded2ff8f2
chore(deps): Update Rust Stable to v1.84 (#237)8180067
chore(deps): Update Rust Stable to v1.83 (#232)f088309
style: Make clippy happyab1e195
chore: Update from _rust templateUpdates
async-trait
from 0.1.84 to 0.1.86Release notes
Sourced from async-trait's releases.
Commits
46a70c0
Release 0.1.860e43f29
Merge pull request #286 from dtolnay/dyncompc49cbcb
Update 'object safe' -> 'dyn compatible' naming in tests87316f9
Merge pull request #285 from dtolnay/dyncompeb69fb3
Delete section on dyn compatibility of default implementationsec9665a
Update example error message in docsf1b4d3c
Update ui test suite to nightly-2025-02-01b33a4b2
More precise gitignore patterns9d09210
Remove **/*.rs.bk from project-specific gitignore3f11674
Update ui test suite to nightly-2025-01-23Updates
bumpalo
from 3.16.0 to 3.17.0Changelog
Sourced from bumpalo's changelog.
Commits
b3707e8
Bump to version 3.17.0 (#263)0713b5f
addtry_
functions for slices andstr
(#260)8392c63
docs: fix typo (#257)b594a77
Fixed stacked borrows violation indealloc
(fixes #247) (#248)231403a
Reduce rust-version to 1.71.1 (#252)25d5f32
Remove bogus executable filesystem permissions from Rust sources (#249)30f8491
Fix warning when testing without theallocator_api
cargo feature (#245)Updates
bytes
from 1.9.0 to 1.10.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
e0f3a25
chore: prepare bytes v1.10.0 (#766)16fd473
Add feature to support platforms without atomic CAS (#467)71824b0
ci: test AArch64 and run tests instead of build in cross job (#763)7a87660
Use [lints] to address unexpected_cfgs lint (#762)3ab876f
Try get methods for Buf trait (#753)a1b1208
Disable test_bytes_vec_alloc test on miri (#755)aae4969
Add specializedBuf::chunks_vectored
forTake
(#617)103d7bf
Remove incorrect guarantee forchunks_vectored
(#754)16cc574
ImplementBuf::chunks_vectored
forVecDeque\<u8>
(#708)0e9e4fc
ExpandBuf
tests (#747)Updates
cc
from 1.2.7 to 1.2.13Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
15fe112
chore: release v1.2.13 (#1394)23c0ee3
Fix cross-compiling for Apple platforms (#1389)9a9c248
chore: release v1.2.12 (#1387)c82ea31
Split impl Build (#1382)a49184e
test: ensureclang --driver-mode=cl
is MSVC- andclang-cl
-like (#1381)4990d4b
allow specifyingrustc
when generating target information (#1385)29431fa
Don't specify both-target
and-mtargetos=
on Apple targets (#1384)81929fa
chore: release v1.2.11 (#1377)a10fd61
Fix more flag inheritance (#1380)3a4a86d
Include wrapper args. instdout
family heuristics to restore classifying `c...Updates
clap_builder
from 4.5.23 to 4.5.29Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
6717cf1
chore: Releasef68d965
docs: Update changelog50a2b16
Merge pull request #5908 from epage/present24fd0a7
docs(parser): Clarify meaning of args_present0ef80bb
fix(parser): Dont report missing flags as present225e0d8
test(parser): Verify args_present behavior190a3f2
Merge pull request #5906 from wmmc88/patch-1839f195
docs: replaceconcolor-clap
withcolorchoice-clap
336b645
chore: Releasec0dce62
docs: Update changelogUpdates
clap_derive
from 4.5.18 to 4.5.28Release notes
Sourced from clap_derive's releases.
... (truncated)
Changelog
Sourced from clap_derive's changelog.
... (truncated)
Commits
336b645
chore: Releasec0dce62
docs: Update changelogc99872c
Merge pull request #5891 from ModProg/derive-markdown349bd3c
Merge pull request #5898 from clap-rs/renovate/clap-cargo-0.xf519568
chore(deps): Update Rust crate clap-cargo to 0.15.058308ab
feat(derive): Support markdown4778141
tests8e2c2c5
chore: Release427d4fc
docs: Update changelog3b99593
Merge pull request #5896 from epage/envUpdates
cpufeatures
from 0.2.16 to 0.2.17Commits
9d92d5e
cpufeatures: release v0.2.17 (#1143)41a653a
CI: update security-audit config (#1144)ca3d1c2
cpufeatures: don't linkstd
when linkinglibc
(#1142)1517021
opaque-debug: fix typo in example code (#1139)Updates
indexmap
from 2.7.0 to 2.7.1Changelog
Sourced from indexmap's changelog.
Commits
42e57a3
Merge pull request #369 from cuviper/release-2.7.1f61b581
Release 2.7.1