-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 41 updates #2525
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
136d938
to
f1fb99c
Compare
Bumps the crates group with 32 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.32` | | [zip](https://github.com/zip-rs/zip2) | `2.2.2` | `2.5.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.7` | | [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` | | [fs4](https://github.com/al8n/fs4-rs) | `0.13.0` | `0.13.1` | | [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.14.1` | `0.15.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.88` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.15` | `1.2.17` | | [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.35` | `1.1.0` | | [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.62` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.1` | `2.8.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.14` | `1.0.15` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.3` | `1.21.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` | | [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.40` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.19` | `1.0.20` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.19` | `1.0.20` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.100` | | [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.41` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.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.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@clap_complete-v4.5.30...clap_complete-v4.5.32) Updates `zip` from 2.2.2 to 2.5.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.5.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.7 - [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.7) 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 `fs4` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/al8n/fs4-rs/releases) - [Changelog](https://github.com/al8n/fs4-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/fs4-rs/commits) 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 `async-trait` from 0.1.86 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.86...0.1.88) Updates `bytes` from 1.10.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.10.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.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.30...v4.5.32) Updates `clap_derive` from 4.5.28 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.28...v4.5.32) Updates `either` from 1.14.0 to 1.15.0 - [Commits](rayon-rs/either@1.14.0...1.15.0) Updates `flate2` from 1.0.35 to 1.1.0 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/1.1.0/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.35...1.1.0) 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.62 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.61...v0.1.62) Updates `indexmap` from 2.7.1 to 2.8.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.1...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 `once_cell` from 1.20.3 to 1.21.1 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.3...v1.21.1) Updates `proc-macro2` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.93...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 `rustversion` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.19...1.0.20) Updates `ryu` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.19...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.98 to 2.0.100 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.98...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.43.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.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 `wit-bindgen-rt` from 0.33.0 to 0.39.0 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.33.0...v0.39.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: env_logger 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: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: sha256 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: fs4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: android_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: android_log-sys 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: bytes dependency-type: indirect update-type: version-update:semver-patch 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: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: getrandom dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed-impl dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rust-embed-utils dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rustversion 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: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_derive 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: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time-core 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 - dependency-name: wasi dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: wit-bindgen-rt dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates ... Signed-off-by: dependabot[bot] <[email protected]>
f1fb99c
to
4eba921
Compare
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 32 updates in the /userspace/ksud directory:
1.0.96
1.0.97
4.5.30
4.5.32
2.2.2
2.5.0
0.4.26
0.4.27
0.11.6
0.11.7
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.13.0
0.13.1
0.14.1
0.15.0
0.1.86
0.1.88
1.10.0
1.10.1
1.2.15
1.2.17
1.14.0
1.15.0
1.0.35
1.1.0
0.3.1
0.3.2
0.1.61
0.1.62
2.7.1
2.8.0
1.0.14
1.0.15
1.20.3
1.21.1
1.0.93
1.0.94
1.0.38
1.0.40
1.0.19
1.0.20
1.0.19
1.0.20
1.0.218
1.0.219
2.0.98
2.0.100
0.3.37
0.3.41
1.43.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.32Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
81b9db2
chore: Released3d7a17
chore: Merge branch 'master' intoupstream/master
361114e
chore: Releaseb693fc0
docs: Update changelog7100091
Merge pull request #5765 from epage/completee90b2da
refactor(complete): Pull our registration writing95e99ef
refactor(complete): Pull out shell lookup4af0cd6
fix(complete): Loosen requirements on Command factoryUpdates
zip
from 2.2.2 to 2.5.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
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)31c8a65
ci(fuzz): Update timeout5322a59
ci(fuzz): Restore missing corpused78171
fix:deep_copy_file
produced a mangled file header on big-endian platforms6aaf857
Create SECURITY.mdUpdates
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.7Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
e36452e
chore: Release84ef0cf
docs: Update changelogd6c8c2a
Merge pull request #352 from oherrala/jiffd8dccfc
chore(deps): Switch humantime to jiffa27b3c8
chore: Add tests for humantime formattinga93b787
chore(deps): Update Rust Stable to v1.85 (#350)c5d4d46
chore(deps): Update Rust Stable to v1.84 (#348)fa50112
chore(deps): Update Rust crate snapbox to v0.6.21 (#347)Updates
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
fs4
from 0.13.0 to 0.13.1Changelog
Sourced from fs4's changelog.
Commits
Updates
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
async-trait
from 0.1.86 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
bytes
from 1.10.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427
chore: prepare bytes v1.10.1 (#774)3667543
Fix memory leak inowned_to_vec
(#773)Updates
cc
from 1.2.15 to 1.2.17Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
d9dd20e
chore: release v1.2.17 (#1435)c964f0e
Regenerate target info (#1439)a140cc7
Regenerate windows sys bindings (#1437)55051eb
Update windows-bindgen requirement from 0.60 to 0.61 (#1436)8054df0
Fix wasm32-wali-linux-musl target parsing (#1434)d2a5991
ci: fix creating issue comment (#1433)cfb6a7c
Fix failure from cargo not propagating because of pipe (#1432)968da78
Parserustc
target names (#1413)20300d5
Regenerate target info (#1429)830eea9
Added base support forwasm32-wali-linux-musl
target (#1373)Updates
clap_builder
from 4.5.30 to 4.5.32Release notes
Sourced from clap_builder's releases.