chore(deps): bump the rust-dependencies group with 33 updates - #56
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the rust-dependencies group with 33 updates#56dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-dependencies group with 33 updates: | Package | From | To | | --- | --- | --- | | [quinn](https://github.com/Tipuch/quinn) | ``ce60e5b`` | ``762128e`` | | [quinn-proto](https://github.com/Tipuch/quinn) | ``ce60e5b`` | ``762128e`` | | [bytes](https://github.com/tokio-rs/bytes) | `1.12.0` | `1.12.1` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.18` | `0.7.19` | | [snafu](https://github.com/shepmaster/snafu) | `0.9.1` | `0.9.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.4` | `1.24.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.4` | | [clap_derive](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.4` | | [time](https://github.com/time-rs/time) | `0.3.53` | `0.3.54` | | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` | | [toml](https://github.com/toml-rs/toml) | `1.1.2+spec-1.1.0` | `1.1.3+spec-1.1.0` | | [educe](https://github.com/magiclen/educe) | `0.6.0` | `0.7.4` | | [pest](https://github.com/pest-parser/pest) | `2.8.6` | `2.8.8` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.6` | `2.8.8` | | [rustls](https://github.com/rustls/rustls) | `0.23.41` | `0.23.43` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.91` | | [socket2](https://github.com/rust-lang/socket2) | `0.6.4` | `0.6.5` | | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.189` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [regex](https://github.com/rust-lang/regex) | `1.12.4` | `1.13.1` | | [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `2.4.0` | `2.4.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` | | [rkyv](https://github.com/rkyv/rkyv) | `0.8.16` | `0.8.17` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.19` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.17.1` | `1.17.3` | | [ctor](https://github.com/mmastrac/linktime) | `1.0.7` | `1.0.11` | | [crossfire](https://github.com/frostyplanet/crossfire-rs) | `3.1.18` | `3.1.19` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.13.1` | `1.14.0` | | [http](https://github.com/hyperium/http) | `1.4.2` | `1.5.0` | Updates `quinn` from `ce60e5b` to `762128e` - [Commits](Tipuch/quinn@ce60e5b...762128e) Updates `quinn-proto` from `ce60e5b` to `762128e` - [Commits](Tipuch/quinn@ce60e5b...762128e) Updates `bytes` from 1.12.0 to 1.12.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.12.0...v1.12.1) Updates `tokio-util` from 0.7.18 to 0.7.19 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.18...tokio-util-0.7.19) Updates `snafu` from 0.9.1 to 0.9.2 - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](shepmaster/snafu@0.9.1...0.9.2) Updates `uuid` from 1.23.4 to 1.24.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.4...v1.24.0) Updates `tokio` from 1.52.3 to 1.53.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1) Updates `futures-util` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.32...0.3.33) Updates `tokio-stream` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.18...tokio-stream-0.1.19) Updates `clap` from 4.6.1 to 4.6.4 - [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.6.1...clap_complete-v4.6.4) Updates `clap_derive` from 4.6.1 to 4.6.4 - [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.6.1...v4.6.4) Updates `time` from 0.3.53 to 0.3.54 - [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.53...v0.3.54) Updates `serde` from 1.0.228 to 1.0.229 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.228...v1.0.229) Updates `toml` from 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.2...toml-v1.1.3) Updates `educe` from 0.6.0 to 0.7.4 - [Changelog](https://github.com/magiclen/educe/blob/master/CHANGELOG-0.6.0-to-0.7.0.md) - [Commits](magiclen/educe@v0.6.0...v0.7.4) Updates `pest` from 2.8.6 to 2.8.8 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.6...v2.8.8) Updates `pest_derive` from 2.8.6 to 2.8.8 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.6...v2.8.8) Updates `rustls` from 0.23.41 to 0.23.43 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.41...v/0.23.43) Updates `async-trait` from 0.1.89 to 0.1.91 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.89...0.1.91) Updates `socket2` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits/v0.6.5) Updates `libc` from 0.2.186 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.186...0.2.189) Updates `futures` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.32...0.3.33) Updates `regex` from 1.12.4 to 1.13.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.4...1.13.1) Updates `rand` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.10.1...0.10.2) Updates `bytesize` from 2.4.0 to 2.4.2 - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](bytesize-rs/bytesize@bytesize-v2.4.0...bytesize-v2.4.2) Updates `serde_json` from 1.0.150 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.150...v1.0.151) Updates `rkyv` from 0.8.16 to 0.8.17 - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](rkyv/rkyv@0.8.16...0.8.17) Updates `thiserror` from 2.0.18 to 2.0.19 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.18...2.0.19) Updates `aws-lc-rs` from 1.17.1 to 1.17.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.17.1...v1.17.3) Updates `ctor` from 1.0.7 to 1.0.11 - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](mmastrac/linktime@ctor-1.0.7...ctor-1.0.11) Updates `crossfire` from 3.1.18 to 3.1.19 - [Release notes](https://github.com/frostyplanet/crossfire-rs/releases) - [Changelog](https://github.com/frostyplanet/crossfire-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/frostyplanet/crossfire-rs/commits) Updates `portable-atomic` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](taiki-e/portable-atomic@v1.13.1...v1.14.0) Updates `http` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: quinn dependency-version: 762128e9e8017e8ffde51dc207edfc8cff7f59db dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: quinn-proto dependency-version: 762128e9e8017e8ffde51dc207edfc8cff7f59db dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: bytes dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-util dependency-version: 0.7.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: snafu dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: futures-util dependency-version: 0.3.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-stream dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_derive dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: time dependency-version: 0.3.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-version: 1.0.229 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 1.1.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: educe dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pest dependency-version: 2.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_derive dependency-version: 2.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustls dependency-version: 0.23.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: async-trait dependency-version: 0.1.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: socket2 dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: futures dependency-version: 0.3.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytesize dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rkyv dependency-version: 0.8.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-lc-rs dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ctor dependency-version: 1.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: crossfire dependency-version: 3.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/rust-dependencies-bd61dca394
branch
August 4, 2026 01:47
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 rust-dependencies group with 33 updates:
ce60e5b762128ece60e5b762128e1.12.01.12.10.7.180.7.190.9.10.9.21.23.41.24.01.52.31.53.10.3.320.3.330.1.180.1.194.6.14.6.44.6.14.6.40.3.530.3.541.0.2281.0.2291.1.2+spec-1.1.01.1.3+spec-1.1.00.6.00.7.42.8.62.8.82.8.62.8.80.23.410.23.430.1.890.1.910.6.40.6.50.2.1860.2.1890.3.320.3.331.12.41.13.10.10.10.10.22.4.02.4.21.0.1501.0.1510.8.160.8.172.0.182.0.191.17.11.17.31.0.71.0.113.1.183.1.191.13.11.14.01.4.21.5.0Updates
quinnfromce60e5bto762128eCommits
762128eremoved previous BBR implementation22157cdadded BBRv3 algorithm, including MaxFilter from Kathleen Nicholsa1f9dacmodified Pacer such that congestion controller metrics can be used to adjust ...fe841d3added more granular packet events for congestion controllers, necessary for s...8663c76docs(quinn): document cancellation safety for accept_uni, accept_bi and read_...ba29458chore(proto): fix typod9919a1Read cmsg payloads unaligned2e31f7eComparecmsg_lenasusizefor musl compatibilitya36664aTest quinn-udp on musl in CI81040edbuild(deps): bump libc from 0.2.185 to 0.2.189Updates
quinn-protofromce60e5bto762128eCommits
762128eremoved previous BBR implementation22157cdadded BBRv3 algorithm, including MaxFilter from Kathleen Nicholsa1f9dacmodified Pacer such that congestion controller metrics can be used to adjust ...fe841d3added more granular packet events for congestion controllers, necessary for s...8663c76docs(quinn): document cancellation safety for accept_uni, accept_bi and read_...ba29458chore(proto): fix typod9919a1Read cmsg payloads unaligned2e31f7eComparecmsg_lenasusizefor musl compatibilitya36664aTest quinn-udp on musl in CI81040edbuild(deps): bump libc from 0.2.185 to 0.2.189Updates
bytesfrom 1.12.0 to 1.12.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
76c0fbbRelease bytes v1.12.1 (#838)924c82bHandle unwinding from Box::new (#837)Updates
tokio-utilfrom 0.7.18 to 0.7.19Commits
f2189d3chore: prepare tokio-util v0.7.19 (#8309)52f2745net: re-enabletcp_stream::try_read_buftest for WASI (#8305)ac6869art: remove unstable cfgs leftovers after local runtime stabilization (#8298)75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)be689a3chore: prepare Tokio v1.53.0 (#8294)50f76c7chore: prepare tokio-macros v2.7.1 (#8295)Updates
snafufrom 0.9.1 to 0.9.2Changelog
Sourced from snafu's changelog.
Commits
d6b22beRelease 0.9.2fd520a8Update the changelogdb84e7eMerge pull request #560 from shepmaster/whatever-semicolon-expression86c5365Do not trigger thesemicolon_in_expressions_from_macroslint4fb4b5fMerge pull request #562 from shepmaster/v0-mangling666dbedUpdate backtrace test for symbol mangling v0e9ef616Merge pull request #561 from shepmaster/migrate-from-cirrusdac8b7aMigrate from CirrusCI to GitHub ActionsUpdates
uuidfrom 1.23.4 to 1.24.0Release notes
Sourced from uuid's releases.
Commits
6a8aeabMerge pull request #896 from uuid-rs/cargo/v1.24.0e6db8ecprepare for 1.24.0 release606f236Merge pull request #892 from weifanglab/mainab848dbfeat(fmt): support encoding into MaybeUninit buffers5dc6b3dMerge pull request #895 from uuid-rs/cargo/v1.23.55a7dfe5prepare for 1.23.5 release9b4bfc8Merge pull request #894 from geeknoid/main5acc5a5perf: Optimize UUID hex parsing and formatting6fa1a1efeat(fmt): support encoding into MaybeUninit buffers1e5d867Merge pull request #891 from frostyplanet/docUpdates
tokiofrom 1.52.3 to 1.53.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)be689a3chore: prepare Tokio v1.53.0 (#8294)50f76c7chore: prepare tokio-macros v2.7.1 (#8295)f61fccaMerge 'tokio-1.52.4' into 'master' (#8290)efdba5fchore: prepare Tokio v1.52.4 (#8289)b0ba02eMerge 'tokio-1.51.4' into 'tokio-1.52.x' (#8288)Updates
futures-utilfrom 0.3.32 to 0.3.33Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
89cc254Release 0.3.33cd9f5beci: Update release workflowd79a499Resolve rustdoc::broken_intra_doc_links warning95bbcf8Resolve rustdoc ambiguous link error303c165Resolve rustdoc::redundant_explicit_links warningf34e3f5ci: Cleanup66591a2Enable Miri for more testsab1072fSimplify target_has_atomic cfg in utility cratescf5d23bFix unsound compat01as03 implementation (fixes #2514) (#3012)8ae794fAdd portable-atomic-alloc feature and use it in FuturesUnordered (#3007)Updates
tokio-streamfrom 0.1.18 to 0.1.19Commits
bc0933cchore: prepare tokio-stream v0.1.19 (#8310)e3786d0readme: remove obsolete TokioConf notices (#8311)f2189d3chore: prepare tokio-util v0.7.19 (#8309)52f2745net: re-enabletcp_stream::try_read_buftest for WASI (#8305)ac6869art: remove unstable cfgs leftovers after local runtime stabilization (#8298)75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)Updates
clapfrom 4.6.1 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
clap_derivefrom 4.6.1 to 4.6.4Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
466b2bechore: Releasedbc0790docs: Update changelogdd40ed7Merge pull request #6451 from epage/syn37cf4891chore: Upgrade to syn v312e50b3chore: Released6267d5docs: Update changelog99a4018Merge pull request #6413 from arihant2math/issue/6412f181417fix: Require literal attribute values9011fa5test(derive): Show bad literal0838e82chore: ReleaseUpdates
timefrom 0.3.53 to 0.3.54Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d1c55a4v0.3.54 release2fb04c4Add ability to iterate overWeekdays00779faAdd ability to iterate overMonthsb99c5c2Add ability to iterate overDates41eea5bLint on missing panic documentation5a0bdd8Replace optimizing loop with linear pass687d4a9Address clippy lints6bf0055Add LLM policy81f9fe0RenameDurationtoSignedDuration058efaeRename internals forPlainDateTimeUpdates
serdefrom 1.0.228 to 1.0.229Release notes
Sourced from serde's releases.
Commits
7fc3b4cRelease 1.0.2296d6e9a1Merge pull request #3085 from dtolnay/syn36dec3b7Update to syn 3cfe6692Resolve mut_mut pedantic clippy lint1023d07Update actions/upload-artifact@v6 -> v7dd682c2Update actions/checkout@v6 -> v75f0f18bUpdate ui test suite to nightly-2026-06-0163a1498Regenerate stderr with trybuild normalization fixesfa7da4aFix unused_features warning6b1a178Unpin CI miri toolchainUpdates
tomlfrom 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0Commits
eb25160chore: Releasef36fb52docs: Update changelog3adbbb7fix(writer): Don't overflow (#1189)fb0c1b3fix(writer): Don't overflow5e70a70test(writer): Add overflow test771a975chore: Upgrade toml-test (#1186)28f6c9cchore: Upgrade toml-test30d75cachore(deps): Update Prek to v0.4.9 (#1185)17efe57chore(deps): Update Rust Stable to v1.97 (#1184)c9d0d54style: Make clippy happyUpdates
educefrom 0.6.0 to 0.7.4Commits
ab70302bump versiondccd863fix docsrs8d446b3bump version843a61dallow clippy lints on the generated Debug/Clone method markers5366aa5bump version4a38810remove unnecessary #[allow(dead_code)]f8df4afmark custom Debug/Clone methods as used to avoid dead-code warnings607e0d8bump version3fa27c1fix unsound enum discriminant comparison in PartialOrd/Ord (solve #36)4383ceaadd SAFETY comments for all unsafe blocks (solve #45)Updates
pestfrom 2.8.6 to 2.8.8Release notes
Sourced from pest's releases.
Commits
81eeedbci toolchain in release update + bump version (#1181)7be2dc4Fix tag_node incorrectly modifying tokens during lookahead (#1180)24ed7bcfmt fix + bump version75a1348fix(macro): resolve parses_to! and fails_with! compiler errors in integration...ad3c254ci: bump nightlyf3f2eeafix: reject unescaped quote inside char literal in meta grammar (#1175)b24fa55docs: add missing # Panics sections to public API (#1174)02c5ad8docs: add Panics sections to line_col() and PrattParser::parse() (#1167)2a69a98fix(test): make miette_error test independent of terminal (#1164)d1a5beffix doc indentation check (#1166)Updates
pest_derivefrom 2.8.6 to 2.8.8Release notes
Sourced from pest_derive's releases.
Commits
81eeedbci toolchain in release update + bump version (#1181)7be2dc4Fix tag_node incorrectly modifying tokens during lookahead (#1180)24ed7bcfmt fix + bump version75a1348fix(macro): resolve parses_to! and fails_with! compiler errors in integration...ad3c254ci: bump nightlyf3f2eeafix: reject unescaped quote inside char literal in meta grammar (#1175)b24fa55docs: add missing # Panics sections to public API (#1174)02c5ad8docs: add Panics sections to line_col() and PrattParser::parse() (#1167)2a69a98fix(test): make miette_error test independent of terminal (#1164)d1a5beffix doc indentation check (#1166)Updates
rustlsfrom 0.23.41 to 0.23.43Commits
fcf61cdPrepare 0.23.43f0dad4cCheck server's proposed suite against actual offerb480cc6Test for server choosing a non-QUIC TLS1.3 suite883a44dConsiderProtocolinServerConfig::supports_versionc2f1fd9Check suitability of server version in QUIC clientd98e1b9Add test for serverTls13RequiredForQuice63d9bfBound ticket age calculation79cd462Defensiveness improvement for binder suffix arithmetic4a9f025use checked_sub for the mac tag offset in Rfc5077Ticketer::decrypt3131e5cAccept that libcrux deps are vulnerableUpdates
async-traitfrom 0.1.89 to 0.1.91Release notes
Sourced from