fix(deps): update rust dependencies - #2
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
2 times, most recently
from
July 13, 2026 00:42
bc4adae to
2b1d7be
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
from
July 14, 2026 22:05
2b1d7be to
323a3e1
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
7 times, most recently
from
July 23, 2026 17:45
64cd74d to
2eda0b8
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
6 times, most recently
from
August 1, 2026 10:27
06accf0 to
5b68b3c
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
from
August 3, 2026 16:02
5b68b3c to
18d9547
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
5 times, most recently
from
August 10, 2026 02:16
84cb0c6 to
a7b1343
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
from
August 11, 2026 21:32
a7b1343 to
c870293
Compare
renovate
Bot
force-pushed
the
renovate/rust-dependencies
branch
from
August 12, 2026 18:04
c870293 to
9af4029
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.920.22→0.234.6.1→4.6.61.0.8→1.0.130.3.32→0.3.340.4.19→0.4.201.4.2→1.5.04.1.5→4.1.61.0.228→1.0.2291.0.150→1.0.1512.0.18→2.0.201.52.3→1.53.10.7.18→0.7.19Release 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
marshallpierce/rust-base64 (base64)
v0.23.1Compare Source
v0.23.0Compare Source
simd-unsafefeature:Simdpicks the bestinstruction set at runtime (AVX2 on
x86_64, NEON onaarch64) and falls back to the scalarGeneralPurposeengine, whileAvx2andNeontarget one instruction set with no runtimedetection and work in
no_std. The engines support the standard and URL-safe alphabets.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)BurntSushi/ripgrep (globset)
v0.4.20Compare Source
hyperium/http (http)
v1.5.0Compare Source
Method::QUERYconstant for the new QUERY method defined in RFC 10008.uri::Builder::path_and_query()to allow empty strings to mean no path.uri::PathAndQueryparsing to enforce URI max length.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
serde-rs/serde (serde)
v1.0.229Compare Source
serde-rs/json (serde_json)
v1.0.151Compare Source
dtolnay/thiserror (thiserror)
v2.0.20Compare Source
v2.0.19Compare Source
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)
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.