This repository was archived by the owner on Apr 4, 2025. It is now read-only.
forked from rsuntk/KernelSU
-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump the crates group across 1 directory with 45 updates #70
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/userspace/ksud/crates-fb24b9f659
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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 36 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.35` | | [zip](https://github.com/zip-rs/zip2) | `2.2.2` | `2.6.0` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.6` | `0.11.8` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` | | [libc](https://github.com/rust-lang/libc) | `0.2.170` | `0.2.171` | | [rust-embed](https://github.com/pyros2097/rust-embed) | `8.5.0` | `8.6.0` | | [sha256](https://github.com/baoyachi/sha256-rs) | `1.5.0` | `1.6.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.17.1` | `3.19.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.14.1` | `0.15.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.88` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.15` | `1.2.17` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` | | [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.1` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.1` | `0.3.2` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.61` | `0.1.63` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.8.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.14` | `1.0.15` | | [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.5` | `0.8.7` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.3` | `1.21.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.94` | | [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.40` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.20` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.100` | | [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.41` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.44.1` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.17` | `1.0.18` | Updates `anyhow` from 1.0.96 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) Updates `clap` from 4.5.30 to 4.5.35 - [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.30...clap_complete-v4.5.35) Updates `zip` from 2.2.2 to 2.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.2.2...v2.6.0) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) Updates `env_logger` from 0.11.6 to 0.11.8 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.6...v0.11.8) Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) Updates `libc` from 0.2.170 to 0.2.171 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.170...0.2.171) Updates `rust-embed` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `sha256` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/baoyachi/sha256-rs/releases) - [Commits](baoyachi/sha256-rs@1.5.0...1.6.0) Updates `tempfile` from 3.17.1 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.19.1) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `android_logger` from 0.14.1 to 0.15.0 - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](rust-mobile/android_logger-rs@0.14.1...v0.15.0) Updates `android_log-sys` from 0.3.1 to 0.3.2 - [Commits](https://github.com/rust-mobile/android_log-sys-rs/commits) 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.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.84...0.1.88) 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.1 - [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.1) Updates `cc` from 1.2.15 to 1.2.17 - [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.15...cc-v1.2.17) Updates `clap_builder` from 4.5.30 to 4.5.35 - [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.30...v4.5.35) Updates `clap_derive` from 4.5.18 to 4.5.32 - [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.32) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `either` from 1.14.0 to 1.15.0 - [Commits](rayon-rs/either@1.14.0...1.15.0) Updates `flate2` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.1) Updates `getrandom` from 0.3.1 to 0.3.2 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.1...v0.3.2) Updates `iana-time-zone` from 0.1.61 to 0.1.63 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.61...v0.1.63) Updates `indexmap` from 2.7.0 to 2.8.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.8.0) Updates `itoa` from 1.0.14 to 1.0.15 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.14...1.0.15) 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.5 to 0.8.7 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.8.5...0.8.7) Updates `once_cell` from 1.20.3 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.3...v1.21.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.94 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.94) Updates `quote` from 1.0.38 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.38...1.0.40) Updates `rust-embed-impl` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `rust-embed-utils` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `ryu` from 1.0.18 to 1.0.20 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.20) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `serde_derive` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `syn` from 2.0.95 to 2.0.100 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.95...2.0.100) Updates `time` from 0.3.37 to 0.3.41 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.37...v0.3.41) Updates `time-core` from 0.1.2 to 0.1.4 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `tokio` from 1.42.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.44.1) Updates `unicode-ident` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.17...1.0.18) Updates `wasi` from 0.13.3+wasi-0.2.2 to 0.14.2+wasi-0.2.4 - [Commits](bytecodealliance/wasi-rs@0.13.3...0.14.2) Updates `windows-core` from 0.52.0 to 0.61.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.52.0...0.61.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: zip dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: libc dependency-version: 0.2.171 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: sha256 dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: tempfile dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: chrono dependency-version: 0.4.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: android_logger dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: android_log-sys dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle-wincon dependency-version: 3.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: bumpalo dependency-version: 3.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: bytes dependency-version: 1.10.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-version: 1.2.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-version: 4.5.35 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-version: 4.5.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cpufeatures dependency-version: 0.2.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: either dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: flate2 dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: getrandom dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: iana-time-zone dependency-version: 0.1.63 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: itoa dependency-version: 1.0.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: linux-raw-sys dependency-version: 0.4.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: miniz_oxide dependency-version: 0.8.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: pin-project-lite dependency-version: 0.2.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-version: 1.0.94 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed-impl dependency-version: 8.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rust-embed-utils dependency-version: 8.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: ryu dependency-version: 1.0.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde dependency-version: 1.0.219 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_derive dependency-version: 1.0.219 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-version: 2.0.100 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time dependency-version: 0.3.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time-core dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-version: 1.44.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-ident dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: wasi dependency-version: 0.14.2+wasi-0.2.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows-core dependency-version: 0.61.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 36 updates in the /userspace/ksud directory:
1.0.96
1.0.97
4.5.30
4.5.35
2.2.2
2.6.0
0.4.26
0.4.27
0.11.6
0.11.8
1.0.139
1.0.140
0.2.170
0.2.171
8.5.0
8.6.0
1.5.0
1.6.0
3.17.1
3.19.1
0.4.39
0.4.40
0.14.1
0.15.0
3.0.6
3.0.7
0.1.84
0.1.88
3.16.0
3.17.0
1.9.0
1.10.1
1.2.15
1.2.17
0.2.16
0.2.17
1.14.0
1.15.0
1.1.0
1.1.1
0.3.1
0.3.2
0.1.61
0.1.63
2.7.0
2.8.0
1.0.14
1.0.15
0.4.14
0.4.15
0.8.5
0.8.7
1.20.3
1.21.3
0.2.15
0.2.16
1.0.92
1.0.94
1.0.38
1.0.40
1.0.18
1.0.20
1.0.218
1.0.219
2.0.95
2.0.100
0.3.37
0.3.41
1.42.0
1.44.1
1.0.17
1.0.18
Updates
anyhow
from 1.0.96 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89ef
Release 1.0.97c7fca9b
Ignore elidable_lifetime_names pedantic clippy lint427c0bb
Point standard library links to stableUpdates
clap
from 4.5.30 to 4.5.35Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
55a18f5
chore: Release3b05635
fix(complete): Ensure new enough clap is used5d2cdac
chore: Releasef1c10eb
docs: Update changeloga4d1a7f
chore(ci): Take a break from template updatese95ed39
Merge pull request #5775 from vivienm/master18f8d4c
chore(deps): Update Rust Stable to v1.82 (#5788)f35d8e0
Merge pull request #5787 from epage/template1389d7d
chore: Update from '_rust/main' templatedbc9faa
chore(ci): Initialize git for template updateUpdates
zip
from 2.2.2 to 2.6.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
081443d
chore: Update crate version to trigger relelase-plze4e7010
doc: Update 6-month MSRV policy, since Rust now releases minor versions more ...f24ffa9
fix handling decryption with msdos date of 0 (#327)81ac002
First pass (#331)77cde6a
chore: release v2.5.0 (#325)7613e6b
feat: Add support fortime::PrimitiveDateTime
(#322)a7b80cf
deps: remove thiserror and displaydoc dependencies (#324)ef8aa70
feat: Addjiff
integration (#323)c9a5175
fix: improve error message for duplicated file (#277)2283915
chore: release v2.4.2 (#320)Updates
log
from 0.4.26 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0
Merge pull request #674 from rust-lang/cargo/0.4.27cc131ef
prepare for 0.4.27 releaseea6f54d
Merge pull request #673 from rust-lang/feat/logger-by-refd229c73
fix unclosed code block02486e4
fill in more tests for logger argument71e034f
expand logger testsdfa067e
fix up kv passing39d4c3a
run fmt7aacc8f
pass global logger by value, supplied logger by refa438c6e
Merge pull request #664 from tisonkun/logger-fieldUpdates
env_logger
from 0.11.6 to 0.11.8Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
f0443b2
chore: Released8b5e1e
docs: Update changelog3ca671f
Merge pull request #360 from epage/formatbc02d61
feat(fmt): Expose ConfigurableFormatc567fde
refactor(fmt): Pull out format logicce25c73
refactor(fmt): Make DefaultFormats name more specific739ebb1
refactor(fmt): Pull out logger's builder methods3acb571
refactor(fmt): Delegate formatting to DefaultFormate351bcb
refactor(fmt): Reduce duplication in DefaultFormatWriter3c9e6ff
Merge pull request #359 from epage/kvUpdates
serde_json
from 1.0.139 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834
Release 1.0.140d77a498
Merge pull request #1245 from serde-rs/powerpcb34d317
Delete unused gcc installationf7200c3
Ignore unbuffered_bytes clippy lint76cd4fb
Ignore elidable_lifetime_names pedantic clippy lint400eaa9
Point standard library links to stableUpdates
libc
from 0.2.170 to 0.2.171Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
78b0f8a
chore: release v0.2.171b988ca5
Merge pull request #4318 from tgross35/backport-morel5746f8e
Add missing macos proc types and constants29a40e2
linux: add devmem structs85f6836
linux: add socket constants up to SO_DEVMEM_DONTNEEDff17476
linux_like: add F_SEAL_EXEC67352ee
ci: sparc64: fix 'cannot find libc' error10af5a6
ci: s390x: fix 'cannot find libc' errorc6ad434
Merge pull request #4315 from tgross35/backport-porcini5726b3c
Cygwin: Add PTY and group APIUpdates
rust-embed
from 8.5.0 to 8.6.0Changelog
Sourced from rust-embed's changelog.
Commits
Updates
sha256
from 1.5.0 to 1.6.0Release notes
Sourced from sha256's releases.
Commits
52a9131
Merge pull request #28 from baoyachi/support_char6c802f4
fix char type5dab840
Merge pull request #24 from baoyachi/laerling/separate-modulesae3702c
fix cia060075
fix cib60aca5
refactor codeeb70c00
fix cif0046c2
Merge pull request #23 from laerling/separate-modulesde7b778
Move openssl_sha256 module to separate file90f5cf7
Move tests module to separate fileUpdates
tempfile
from 3.17.1 to 3.19.1Changelog
Sourced from tempfile's changelog.
Commits
95540ed
chore: release v3.19.1b60aae4
fix(windows): don't automatically delete files on open (#344)167f544
ci(cargo-deny): remove windows-sys exception (#343)42fff68
chore: release v3.19.061b4283
feat(windows): add a feature to immediate tempfile deletion (#340)c2d16b3
ci: downgrade once-cell on old rustc versions (#342)35c204d
chore: remove cfg-if dependency (#338)b8bddaf
release 3.18.00e17869
update rustix (#336)6cf6536
doc: fix markdownUpdates
chrono
from 0.4.39 to 0.4.40Release notes
Sourced from chrono's releases.
Commits
2b7a28e
Bump version to 0.4.406d29c8a
Add quarter (%q) date string specifier07216ae
Upgrade to windows-bindgen 0.60bf1973c
Use similar-asserts to show bindgen diffd0f8b59
Restrict MSRV to check --lib1f345fd
Switch to 2024 idiom7f6cf5e
Switch to 2024 style11d227a
Apply suggestions from clippy 1.8515e287b
Use NaiveDateTime for internal tz_info methods. (#1658)8317e7c
docs: fix minor typoUpdates
android_logger
from 0.14.1 to 0.15.0Release notes
Sourced from android_logger's releases.
Commits
634c027
Merge pull request #88 from rust-mobile/prepare-for-releasef2a48f0
Prepare for release8b7fe0b
Merge pull request #87 from dextero/no-truncate-2d829810
Merge pull request #84 from dextero/is-loggablee6931cf
Fix typosa14e0c8
Document the behavior ofandroid-api-30
feature47488c9
Apply review suggestions5288561
cargo clippy --fixbde2b63
Avoid rewriting the preconfigured tag2581c25
Reformat with 1.85 toolchainUpdates
android_log-sys
from 0.3.1 to 0.3.2Commits
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.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919
Release 0.1.88a306be8
Merge pull request #289 from dtolnay/cfgd305984
Fix lifetime bounding on generic parameters that have cfg78506f1
Add regression test for issue 288a11384e
Add issue 283 link in test32540aa
Release 0.1.87137d14c
Resolve mem_replace_with_default clippy lint45fd82a
Ignore elidable_lifetime_names pedantic clippy lintea2f2a2
Point standard library links to stable3b78161
Update ui test suite to nightly-2025-02-12Updates
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.1Release notes
Sourced from bytes's releases.