fix(deps): update all non-major dependencies#710
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
7b60fd7 to
ebc0feb
Compare
ebc0feb to
d2b4c29
Compare
Contributor
Author
|
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.100→1.0.1010.8.4→0.8.83.6.5→3.9.00.4.41→0.4.434.5.41→4.5.590.3.31→0.3.322.2.0→2.3.00.11.18→0.11.190.4.27→0.4.29^0.564.0→^0.574.00.24.2→0.24.30.20.0→0.20.18.9.0→8.11.01.38.0→1.40.00.23.29→0.23.361.0.145→1.0.1493.14.1→3.16.13.2.0→3.3.13.23.0→3.25.00.2.18→0.2.192.0.17→2.0.181.47.1→1.49.00.1.17→0.1.180.4.4→0.4.50.7.15→0.7.180.5.2→0.5.30.6.6→0.6.80.1.41→0.1.440.3.20→0.3.222.5.7→2.5.81.17.0→1.21.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.101Compare Source
tokio-rs/axum (axum)
v0.8.8: axum v0.8.8Compare Source
Router::route_layer(#3567)v0.8.7: axum v0.8.7Compare Source
Send/Syncbounds onRouterAsService,RouterIntoService(#3555)v0.8.6Compare Source
v0.8.5: axum v0.8.5Compare Source
OptionalFromRequestforMultipart(#3220)Location::{status_code, location}middleware::ResponseAxumBodyLayerfor mapping response body toaxum::body::Body(#3469)impl FusedStream for WebSocket(#3443)ssemodule andSsetype no longer depend on thetokiofeature (#3154)Redirects constructors is not a valid header value, instead of panicking on construction, theIntoResponseimpl now returns an HTTP 500, just likeJsondoes when serialization fails (#3377)elastio/bon (bon)
v3.9.0Compare Source
Added
builder(generics(setters))for overwriting generic types on the builder. (#364, #368, #370). Thanks @dflemstr for the contribution!builder(overwritable)withbuilder(getter)(#369)Internal
v3.8.2Compare Source
Fixed
Internal
v3.8.1Compare Source
Fixed
clippy::wrong_self_conventionwarning for fields withis_prefix etc. (#349). Thanks @nicmue for the contribution!Internal
clippy::wrong_self_convention(#350)v3.8.0Compare Source
Lint Update Notice
This release brings some rustdoc improvements and no other visible API changes except that
rustcandclippywill start reporting some more true-positive lints. For example builder methods defined via an impl block annotated with#[bon]will now be correctly reported as unused if they are not used. Also, using a private type in a public builder method will trigger aprivate_interfaceslint now.This is all thanks to the updated span handling design researched and implemented by @Eisverygoodletter. It's not clear what other new lints the new span handling may trigger in other realworld codebases. If you see a lint from the code generated by
bonthat you think shouldn't be there, please, open an issue, and it'll be fixed as soon as possible!Changed
Internal
v3.7.2Compare Source
Fixed
derive(IntoFuture)impl block (#337)rustversionto v1.0.19 (#336). Thanks @Fokko for the contribution!v3.7.1Compare Source
This is a small patch release to make
boneasier to package for Debian.Other
Internal
v3.7.0Compare Source
Added
#[builder(derive(IntoFuture(Box)))](#322).This allows calling
builder.awaitinstead ofbuilder.call().await. Thanks @jakubadamw for the contribution!Fixed
whereclause forwarding to#[builder(derive(Into))](#325)Internal
experimental-overwritablefeature (#326)chronotope/chrono (chrono)
v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719clap-rs/clap (clap)
v4.5.59Compare Source
v4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helprust-lang/futures-rs (futures)
v0.3.32Compare Source
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)FuturesOrdered::clear(#2927)mpsc::*Receiver::recv(#2947)mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)FusedStreamforsink::With(#2948)no_stdsupport forshared(#2868)Mutex::new()const (#2956)#[clippy::has_significant_drop]to guards (#2967)pin-utils(#2929)num_cpus(#2946)chronotope/humantime (humantime)
v2.3.0: 2.3.0Compare Source
What's Changed
lettre/lettre (lettre)
v0.11.19Compare Source
Features
MessageBuilder(#1108)Misc
static_assert!macro withstd::assert!(#1112)rust-lang/log (log)
v0.4.29Compare Source
v0.4.28Compare Source
lucide-icons/lucide (lucide-react)
v0.574.0Compare Source
v0.573.0Compare Source
v0.572.0Compare Source
v0.571.0: Version 0.571.0Compare Source
What's Changed
circle-icons path and circle order by @adamlindqvist in #3746shelving-uniticon by @karsa-mistmere in #3041New Contributors
Full Changelog: lucide-icons/lucide@0.570.0...0.571.0
v0.570.0: Version 0.570.0Compare Source
What's Changed
towel-rackicon by @jguddas in #3350Full Changelog: lucide-icons/lucide@0.569.0...0.570.0
v0.569.0: Version 0.569.0Compare Source
What's Changed
clipboard-penicon by @Spleefies in #4006mirror-roundandmirror-rectangularby @Muhammad-Aqib-Bashir in #3832Full Changelog: lucide-icons/lucide@0.568.0...0.569.0
v0.568.0: Version 0.568.0Compare Source
What's Changed
clapperboardso slash is no longer protruding by @torfmuer in #3764git-merge-conflicticon by @timmy471 in #3008New Contributors
Full Changelog: lucide-icons/lucide@0.567.0...0.568.0
v0.567.0: Version 0.567.0Compare Source
What's Changed
infoby @jamiemlaw in #4047gifticon by @jguddas in #3977line-dot-right-horizontalicon by @nathan-de-pachtere in #3742Full Changelog: lucide-icons/lucide@0.566.0...0.567.0
v0.566.0: Version 0.566.0Compare Source
What's Changed
forklifticon by @jguddas in #4069rocketicon by @jguddas in #4067globe-officon by @TimNekk in #4051New Contributors
Full Changelog: lucide-icons/lucide@0.565.0...0.566.0
v0.565.0: Version 0.565.0Compare Source
What's Changed
lens-concaveandlens-convexby @Muhammad-Aqib-Bashir in #3831Full Changelog: lucide-icons/lucide@0.564.0...0.565.0
metrics-rs/metrics (metrics)
v0.24.3Compare Source
theseus-rs/postgresql-embedded (postgresql_embedded)
v0.20.1Compare Source
Other
paupino/rust-decimal (rust_decimal)
v1.40.0Compare Source
What's Changed
New Contributors
Full Changelog: paupino/rust-decimal@1.39.0...1.40.0
v1.39.0Compare Source
What's Changed
postgres->postgres_backendby @Logarithmus in #751New Contributors
Full Changelog: paupino/rust-decimal@1.38.0...1.39.0
serde-rs/json (serde_json)
v1.0.149Compare Source
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
jonasbb/serde_with (serde_with)
v3.16.1: serde_with v3.16.1Compare Source
Fixed
JsonSchemaAsofSetPreventDuplicatesandSetLastValueWins. (#906, #907)v3.16.0: serde_with v3.16.0Compare Source
Added
smallvecv1 under thesmallvec_1feature flag by @isharma228 (#895)JsonSchemaAsimplementation forjson::JsonStringby @yogevm15 (#901)v3.15.1: serde_with v3.15.1Compare Source
Fixed
serde_core.v3.15.0: serde_with v3.15.0Compare Source
Added
Added error inspection to
VecSkipErrorandMapSkipErrorby @michelhe (#878)This allows interacting with the previously hidden error, for example for logging.
Checkout the newly added example to both types.
Allow documenting the types generated by
serde_conv!.The
serde_conv!macro now acceps outer attributes before the optional visibility modifier.This allow adding doc comments in the shape of
#[doc = "..."]or any other attributes, such as lint modifiers.Add support for
hashbrownv0.16 (#877)This extends the existing support for
hashbrownv0.14 and v0.15 to the newly released version.Changed
tomldev-dependency.palfrey/serial_test (serial_test)
v3.3.1Compare Source
docs.rs removed a feature we use in rust-lang/rust#138907. #148 (which is the entire content of this release) adds a CI step to check we don't break it in the future, and fixes the issue.
Full Changelog: palfrey/serial_test@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
New Contributors
Full Changelog: palfrey/serial_test@v3.2.0...v3.3.0
Stebalien/tempfile (tempfile)
v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.v3.24.0Compare Source
d-e-s-o/test-log (test-log)
v0.2.19Compare Source
tracingoutput to log tostderrdtolnay/thiserror (thiserror)
v2.0.18Compare Source
needless_lifetimes = "forbid"(#443, thanks @LucaCappelletti94)tokio-rs/tokio (tokio)
v1.49.0: Tokio v1.49.0Compare Source
1.49.0 (January 3rd, 2026)
Added
TCLASSoption on IPv6 (#7781)runtime::id::Id(#7125)ExtendforJoinSet(#7195)LocalSet::id()(#7776)Changed
{TcpStream,TcpSocket}::set_linger(#7752)Fixed
join!andtry_join!(#7766)TryRecvError::DisconnectedfromReceiver::try_recvafterReceiver::close(#7686)Debugimplementation (#7720)Unstable
EINTRinfs::writefor io-uring (#7786)tokio::fs::read(#7696)EPERM(#7724)Documented
bounded.rsandpark.rs(#7817)SyncIoBridgecross-references tocopyandcopy_buf(#7798)AsyncWritedoes not inherit fromstd::io::Write(#7705)num_alive_tasksis not strongly consistent (#7614)TcpStream::peek(#7305)unix::OwnedWriteHalf(#7742)TcpSocketdocs (#7738)LocalRuntimeinnew_current_threaddocs (#7820)mpsc::Sender::try_senddocs (#7721)oneshot::Receiver(#7780)errorsof mpsc (#7722)spawn_localusage on local runtime (#7689)v1.48.0: Tokio v1.48.0Compare Source
1.48.0 (October 14th, 2025)
The MSRV is increased to 1.71.
Added
File::max_buf_size([#&Add pagination to models endpoint #82Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.