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 23 updates #9
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 20 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [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` | | [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.85` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.11` | | [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.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.96` | | [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.27 - [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.27) 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 `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.85 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.84...0.1.85) 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 `cc` from 1.2.7 to 1.2.11 - [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.11) Updates `clap_builder` from 4.5.23 to 4.5.27 - [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.27) Updates `clap_derive` from 4.5.18 to 4.5.24 - [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.24) 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.3 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.8.2...0.8.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.96 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.95...2.0.96) 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: 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: 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: 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 20 updates in the /userspace/ksud directory:
4.5.23
4.5.27
0.4.22
0.4.25
1.0.134
1.0.138
7.1.3
8.0.0
3.15.0
3.16.0
3.0.6
3.0.7
0.1.84
0.1.85
3.16.0
3.17.0
1.2.7
1.2.11
0.2.16
0.2.17
2.7.0
2.7.1
0.4.14
0.4.15
0.8.2
0.8.3
0.2.15
0.2.16
1.0.92
1.0.93
1.0.18
1.0.19
2.0.95
2.0.96
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.27Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
21c9892
chore: Release0c8bceb
docs: Update changelogd8f102a
Merge pull request #5732 from epage/consistentc92fca3
docs(complete): Clarify CompleteEnv's Shell trait5ca60e9
Merge pull request #5731 from epage/bash5d7c16c
fix(complete): Adjust how IFS is passed to clapdf1efca
chore: Released48bef6
docs: Update changelog6b7aa3d
Merge pull request #5628 from mart-mihkel/complete_hyphen57b6cb8
refactor(complete): Simplify engine::completeUpdates
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
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.85Release notes
Sourced from async-trait's releases.
Commits
fee923d
Release 0.1.850c2e108
Merge pull request #284 from dtolnay/selfinblock9456e54
OmitSelf: 'async_trait
bound in impl when not needed by signatureb77d0d5
Add regression test for issue 283Updates
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
cc
from 1.2.7 to 1.2.11Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
81929fa
chore: release v1.2.11 (#1377)a10fd61
Fix more flag inheritance (#1380)3a4a86d
Include wrapper args. instdout
family heuristics to restore classifying `c...65b4d9a
Constrain-Clto
and-Cembed-bitcode
flag inheritance to beclang
-only (...8533e8c
Pass deployment target with-m*-version-min=
(#1339)bf4dcf7
Regenerate target info (#1376)e65d160
Update rusqlite requirement from 0.32.0 to 0.33.0 (#1374)48416a2
chore: release v1.2.10 (#1370)cf39286
Fix CC_FORCE_DISABLE=0 evaluating to true (#1371)d2dc6a9
Regenerate target info (#1369)Updates
clap_builder
from 4.5.23 to 4.5.27Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
eadcc8f
chore: Release7ce0f7b
docs: Update changelogfea7c54
Merge pull request #5888 from epage/tutc297ddd
docs(tutorial): Experiment with a flat layout6d7bb11
docs(tutorial): Link to the ToC6e817b9
docs(tutorial): Introduce the quick starte01e2b9
Merge pull request #5887 from epage/positional0a73271
docs: Clarify the default state of an Arg/fieldf89134d
chore(deps): Update compatible (dev) (#5862)aa01c51
chore: ReleaseUpdates
clap_derive
from 4.5.18 to 4.5.24Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
b5a47c4
chore: Releaseb154a7a
docs: Update changelog9accea8
Merge pull request #5873 from epage/ignorec721b6c
fix(parser): Set correct source on ignore-errors with did-you-mean49cd317
test(parser): Verify ignore_errors with did-you-mean1d5c679
Merge pull request #5872 from epage/testsa97e179
test(builder): Switch more to assert_errorc12ab65
test(error): Extract error assertion1bafe3f
test(error): Switch to snapshotsbe8e8d4
chore: ReleaseUpdates
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.1cb520a7
Merge pull request #368 from cuviper/reserve_entriesf0ec924
Merge pull request #367 from savannstm/better-panics38ef618
Merge pull request #364 from hkBst/patch-11f12721
Improve memory reservation forinsert_entry
2f55755
Improve panic messages7b64edc
Add#[track_caller]
attributes to functions that may panicf63bb6e
remove fxhash dep8eb4de5
Remove fxhash example from lib.rsUpdates
linux-raw-sys
from 0.4.14 to 0.4.15Commits
77e4a42
chore: Release linux-raw-sys version 0.4.15131a4d6
AddDT_GNU_HASH
to elf.rs. (#140)ae48be6
Update CI dependency versions. (#139)a3a8bd0
Add uapi bindings to elf.h (#137)1fddb5e
Add ptrace and seccomp bindings (#136)690ba64
Add landlock api (#135)5413c3d
Update CI to node20. (#133)867c4cf
Add btrfs headers (#132)83b7fa6
Update bindgen and remove tempdir (#131)01cbbf4
Don't warn about `target_arch = "xtensa". (#128) (#130)Updates
miniz_oxide
from 0.8.2 to 0.8.3Changelog
Sourced from miniz_oxide's changelog.
Commits
c0ce0fd
bump changelog and versionf357aa1
fix(deflate): remove no longer needed checks for raw mode in compress_normal ...1f829d2
fix(deflate): move stored level to it's own function and simplify to improve ...04973ca
fix(deflate): split some code into new module and fix panic in pad_to_bytes f...97ee3f1
fix(deflate): write directly to output buffer instaed of bit buffer to reduce...c8a4485
fix(miniz_oxide): add richgel99 (original miniz author) as author and add cop...ac03751
fix(bench): add some basic criterion benchmarksUpdates
pin-project-lite
from 0.2.15 to 0.2.16Release notes
Sourced from pin-project-lite's releases.
Changelog
Sourced from pin-project-lite's changelog.
Commits
cca1e8a
Release 0.2.162c26534
Suppress various lints in generated codea3f1fb0
Update cspell dictionary3d66a6a
tests: Update ui test output to nightly-2024-12-1503cd353
Fix typo (#87)327ba29
Ignore clippy::unnecessary_map_or lintfde6a7f
tests: Update lint test0b800e4
tests: Update ui test output to nightly-2024-11-02bac5eb3
Add todo comment7aadaef
ci: Update configUpdates
proc-macro2
from 1.0.92 to 1.0.93Release notes
Sourced from proc-macro2's releases.
Commits
83519e8
Release 1.0.9387e04d2
Merge pull request #490 from dtolnay/fastdrop029360d
Drop tokens in order instead of reversed ord...Description has been truncated