chore(deps): update backend dependencies - #927
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
4 times, most recently
from
June 29, 2026 00:00
bc4ad27 to
85a3326
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
from
July 2, 2026 12:53
85a3326 to
ce4362c
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
4 times, most recently
from
July 15, 2026 22:31
6be7227 to
c119b38
Compare
Dokploy Preview Deployment
|
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
5 times, most recently
from
July 20, 2026 19:13
655a924 to
b59be4f
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
from
July 27, 2026 10:16
b59be4f to
659c7b5
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
5 times, most recently
from
August 9, 2026 02:01
01a1282 to
cf643c6
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
from
August 12, 2026 00:57
cf643c6 to
b0972d2
Compare
renovate
Bot
force-pushed
the
renovate/backend-dependencies
branch
from
August 14, 2026 23:56
b0972d2 to
41de568
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:
3.12.1→3.13.34.13.0→4.14.10.4.44→0.4.450.3.32→0.3.340.11.22→0.11.230.14.0→0.15.0^1.0.45→^1.0.470.10.1→0.10.21.12.3→1.13.11.0.228→1.0.2291.0.150→1.0.151^2.0.117→^2.0.1190.27.3→0.28.02.0.18→2.0.201.52.3→1.53.11.23.2→1.24.10.20.0→0.21.0Release Notes
chronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
rust-lang/futures-rs (futures-util)
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)lettre/lettre (lettre)
v0.11.23Compare Source
Bug Fixes
Misc
base64to v0.23 (#1152)asomers/mockall (mockall)
v0.15.0Compare Source
Added
#[auto_impl]macro.(#686)
dtolnay/quote (quote)
v1.0.47Compare Source
v1.0.46Compare Source
get_spaninquote_spanned(#329, thanks @Noratrieb)rust-random/rand (rand)
v0.10.2Compare Source
Fixes
UniformCharfrom bad source (#1790)Changes
partial_shuffleand apply#[must_use](#1769)unsafein contexts where non-local memory corruption could invalidate contract (#1791)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.v1.12.4Compare Source
===================
This release includes a performance optimization for compilation of regexes
with very large character classes.
Improvements:
Avoid re-canonicalizing the entire interval set when pushing new class ranges.
serde-rs/serde (serde)
v1.0.229Compare Source
serde-rs/json (serde_json)
v1.0.151Compare Source
dtolnay/syn (syn)
v2.0.119Compare Source
v2.0.118Compare Source
testcontainers/testcontainers-rs (testcontainers)
v0.28.0Compare Source
Details
Miscellaneous Tasks
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)
uuid-rs/uuid (uuid)
v1.24.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1
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
v1.23.4Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4
v1.23.3Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3
Keats/validator (validator)
v0.21.0Configuration
📅 Schedule: (in timezone Europe/Warsaw)
* 0-3 * * 1)🚦 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.