chore(deps): update rust dependencies - #197
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
4 times, most recently
from
June 24, 2026 19:18
f8e7657 to
fb2b0a7
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
2 times, most recently
from
June 29, 2026 02:47
fb2b0a7 to
3b72a18
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
4 times, most recently
from
July 6, 2026 20:40
6047512 to
e60ab24
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
12 times, most recently
from
July 22, 2026 01:48
00206bb to
5caab90
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
7 times, most recently
from
July 30, 2026 02:02
0317178 to
e00907a
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
5 times, most recently
from
August 6, 2026 22:02
27ba928 to
5187108
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
4 times, most recently
from
August 11, 2026 21:00
debebcd to
ae35965
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
from
August 12, 2026 17:14
ae35965 to
2b9e96d
Compare
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.
This PR contains the following updates:
1.0.103→1.0.1040.1.89→0.1.921.8.18→1.10.11.137.0→1.141.01.137.0→1.141.00.2→0.31.12.3→1.14.01.5.0→1.6.22.4.2→2.7.01.2.4→1.2.54.6.1→4.6.61.0.8→1.0.130.3.32→0.3.344.1.4→4.1.61.12.4→1.13.12.1.0→2.2.02.1.0→2.2.01.2.1→1.2.21.0.228→1.0.2291.0.150→1.0.1513.21.0→3.22.01.52.3→1.53.10.7.18→0.7.191.1.2+spec-1.1.0→1.1.41.23.4→1.24.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.104Compare Source
syndev-dependency to version 3dtolnay/async-trait (async-trait)
v0.1.92Compare Source
v0.1.91Compare Source
v0.1.90Compare Source
bytesize-rs/bytesize (bytesize)
v2.7.0Compare Source
ByteSize::display()when default features were disabled.v2.6.0Compare Source
v2.5.0Compare Source
#[no_alloc]support.camino-rs/camino (camino)
v1.2.5Compare Source
Fixed
Removed unnecessary files from the package.
clap-rs/clap (clap)
v4.6.6Compare Source
Features
Command::get_overridden_usagev4.6.5Compare Source
v4.6.4Compare Source
Internal
v4.6.3Compare Source
Fixes
"literal".function()as attribute valuesv4.6.2Compare Source
Fixes
aliaswhen there is only onemmastrac/linktime (ctor)
v1.0.13Compare Source
What's Changed
crate_pathand re-exports by @mmastrac in mmastrac/rust-ctor#514Full Changelog: mmastrac/linktime@ctor-1.0.12...ctor-1.0.13
v1.0.12Compare Source
What's Changed
Full Changelog: mmastrac/linktime@ctor-1.0.11...ctor-1.0.12
v1.0.11Compare Source
What's Changed
Full Changelog: mmastrac/linktime@ctor-1.0.10...ctor-1.0.11
v1.0.10Compare Source
What's Changed
Static::deref's slow path into cold fn by @yvt in #501New Contributors
Full Changelog: mmastrac/linktime@ctor-1.0.9...ctor-1.0.10
v1.0.9Compare Source
What's Changed
Full Changelog: mmastrac/linktime@ctor-1.0.8...ctor-1.0.9
rust-lang/futures-rs (futures)
v0.3.34Compare Source
synto 3. (#3028)v0.3.33Compare Source
ReadLine's soundness issue regarding to exception safety. (#3020)Sendimpl forIterPinRefandIter. (#3003)compat01as03implementation. (#3012)FuturesUnordered::IntoIter. (#3005)portable-atomic-allocfeature and use it inFuturesUnordered. (#3007)alloc::task::Wake. (#3010)spinto 0.12. (#3014)open-source-cooperative/keyring-rs (keyring)
v4.1.6: : fix concurrent initialization bugCompare Source
This release fixes #343, a bug in concurrent initialization of the v1 default credential store (thanks @bbmediaco for reporting this). As part of this fix, there's an added feature: you can now query the exact result of the default credential store creation, as well as force it to happen without creating an entry.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.1.5...v4.1.6
v4.1.5: : Compatibility releaseCompare Source
Rust 1.97 introduced a new clippy lint that fired on the CLI example. This release fixes that problem.
This release also takes the recent bug fix to the Apple native credential store.
There are no functional changes in this release.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.1.4...v4.1.5
rust-lang/regex (regex)
v1.13.1Compare Source
===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#1364 for (many) more details.
Bug fixes:
Fixes previously unsound reverse suffix and inner optimizations.
v1.13.0Compare Source
===================
This release includes a new API, a
regex!macro, for lazy compilation ofa regex from a string literal. If you use regexes a lot, it's likely you've
already written one exactly like it. The new macro can be used like this:
Improvements:
Add a new
regex!macro for efficient and automatic reuse of a compiled regex.modelcontextprotocol/rust-sdk (rmcp)
v2.2.0Compare Source
Added
Fixed
GREsau/schemars (schemars)
v1.2.2Compare Source
serde-rs/serde (serde)
v1.0.229Compare Source
serde-rs/json (serde_json)
v1.0.151Compare Source
jonasbb/serde_with (serde_with)
v3.22.0: serde_with v3.22.0Compare Source
Added
jiffv0.2 behind the newjiff_0_2feature flag (#936)jiff::SignedDurationworks withDurationSecondsand its variants.jiff::Timestamp,jiff::Zoned, andjiff::civil::DateTimework withTimestampSecondsand its variants.Deserializing a
jiff::Zoneduses the system time zone, likechrono::DateTime<Local>.Fixed
The
rust::sets_duplicate_value_is_error,rust::maps_duplicate_key_is_error,rust::sets_last_value_wins, andrust::maps_first_key_winsadapters created their backing sets/maps withwith_capacity_and_hasherusing the raw deserializersize_hint, bypassing thesize_hint_cautiouscap added in #966 (theclippy.tomldisallowed_methodslint only coversVec::with_capacity, notwith_capacity_and_hasher, so these sites were not flagged).Attacker-controlled input claiming a huge length could panic with
Hash table capacity overflowbefore a single element was read. All such constructions now route throughsize_hint_cautious.tokio-rs/tokio (tokio)
v1.53.1: Tokio v1.53.1Compare Source
1.53.1 (July 20th, 2026)
Fixed
OnceLock::waitfrom the Windows handler (#8300)Fixed (unstable)
Documented
v1.53.0: Tokio v1.53.0Compare Source
1.53.0 (July 17th, 2026)
Added
From<OwnedFd>andFrom<OwnedHandle>forFile(#8266)SocketAddrmethods to Unix sockets (#8144)Changed
#[inline]to IO trait impls for in-memory types (#8242)mpsc::{Receiver,UnboundedReceiver}now drops waker on drop, even if there are still senders (#8095)#[track_caller]totimeout_at()(#8077)Sleep(#8132)Fixed
Chain(#8251)FastRand(#8078)reserve[_many]returns permits (#8260)Trace::capture/Trace::trace_with(#8043).reset()(#8169)IO uring (unstable)
fs::try_exists(#8080)Documented
create_dir_allsucceeds if path exists (#8149)try_read*/try_write*readiness behavior (#8032)yield_nowdefers its waker (#8254)timeout_at()(#8077)v1.52.4: Tokio v1.52.4Compare Source
1.52.4 (July 16th, 2026)
Fixed
before_parkschedules work (#8222)Fixed (unstable)
toml-rs/toml (toml)
v1.1.4Compare Source
v1.1.3Compare Source
uuid-rs/uuid (uuid)
v1.24.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0
v1.23.5Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.4...v1.23.5
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.