chore(deps): update all dependencies #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.93
->1.0.95
0.1.83
->0.1.85
0.7
->0.8
1.8.0
->1.9.0
0.4.38
->0.4.39
4.5.21
->4.5.27
0.13.0
->0.15.0
0.2.0
->0.3.0
0.5.0
->0.7.0
1.41.1
->1.43.0
0.1.16
->0.1.17
0.7.12
->0.7.13
1.11.0
->1.12.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
dtolnay/async-trait (async-trait)
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)tokio-rs/axum (axum)
v0.8.0
: axum v0.8.0Compare Source
since rc.1
axum::extract::ws::Message
now usesBytes
in place ofVec<u8>
,and a new
Utf8Bytes
type in place ofString
, for its variants (#3078)OptionalFromRequestParts
impl forQuery
(#3088)tokio-tungstenite
to 0.26 (#3078)serde_path_to_error
to report fields that failed to parse (#3081)full changelog
You can also read the blog post on tokio
Note: there are further relevant changes in axum-core's changelog
/:single
and/*many
to/{single}
and/{*many}
; the old syntax produces a panic to avoid silent change in behavior (#2645)Sync
for all handlers and services added toRouter
andMethodRouter
(#2473)Path
extractor deserializers now check that the number of parameters matches the tuple length exactly (#2931)Host
extractor toaxum-extra
(#2956)WebSocket::close
. Users should explicitly send close messages themselves. (#2974)serve
generic over the listener and IO types (#2941)Serve::tcp_nodelay
andWithGracefulShutdown::tcp_nodelay
.See
serve::ListenerExt
for an API that let you set arbitrary TCP stream properties. (#2941)Option<Path<T>>
no longer swallows all error conditions,instead rejecting the request in many cases; see its documentation for details (#2475)
axum::extract::ws::Message
now usesBytes
in place ofVec<u8>
,and a new
Utf8Bytes
type in place ofString
, for its variants (#3078)serde_json::RawValue
inEvent::json_data
(#2992)content-length
before middleware.This allows middleware to add bodies to requests without needing to manually set
content-length
(#2897)tokio-tungstenite
to 0.26 (#3078)serde_path_to_error
to report fields that failed to parse (#3081)method_not_allowed_fallback
to set a fallback when a path matches but there is no handler for the given HTTP method (#2903)NoContent
as a self-described shortcut forStatusCode::NO_CONTENT
(#2978)get(ws_endpoint)
handlers toany(ws_endpoint)
(#2894)MethodFilter::CONNECT
,routing::connect[_service]
andMethodRouter::connect[_service]
(#2961)FailedToDeserializePathParams::kind
enum with (ErrorKind::DeserializeError
). This new variant captures bothkey
,value
, andmessage
from named path parameters parse errors, instead of only deserialization error message inErrorKind::Message
. (#2720)tokio-rs/bytes (bytes)
v1.9.0
Compare Source
Added
Bytes::from_owner
to enable externally-allocated memory (#742)Documented
Internal changes
chronotope/chrono (chrono)
v0.4.39
: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591NaiveWeek
methods by @bragov4ik in https://github.com/chronotope/chrono/pull/1600PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in https://github.com/chronotope/chrono/pull/1618#[inline]
tonum_days
by @CommanderStorm in https://github.com/chronotope/chrono/pull/1627clap-rs/clap (clap)
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
dagger/dagger (dagger-sdk)
v0.15.2
Compare Source
Added
dagger update
command to update dependencies indagger.json
by @rajatjindal in https://github.com/dagger/dagger/pull/8839$schema
property indagger.json
by @JacobLey in https://github.com/dagger/dagger/pull/9069Changed
CacheVolumes
are now namespaced between different modules by @rajatjindal in https://github.com/dagger/dagger/pull/8724CACHED
operations for--progress=plain
output by @marcosnils in https://github.com/dagger/dagger/pull/9344Fixed
AsService
by @marcosnils in https://github.com/dagger/dagger/pull/9247Container.terminal
by @jedevc in https://github.com/dagger/dagger/pull/9338Container.up
behaves as identically as possible toContainer.AsService.up
by @jedevc in https://github.com/dagger/dagger/pull/9231dagger install
always inserts dependencies in the right order by @jedevc in https://github.com/dagger/dagger/pull/9052What to do next?
v0.15.1
Compare Source
Fixed
What to do next?
kjuulh/mad (notmad)
v0.7.1
Compare Source
Fixed
v0.7.0
Compare Source
Added
Fixed
v0.6.0
Compare Source
Added
tokio-rs/tokio (tokio)
v1.43.0
: Tokio v1.43.0Compare Source
1.43.0 (Jan 8th, 2025)
Added
UdpSocket::peek
methods (#7068)Command::into_std()
(#7014)SignalKind::info
on illumos (#6995)Fixed
set_len
before initializing vector inBlocking
(#7054)clippy::needless_return
in#[tokio::main]
(#6874)Changes
unsync_load
(#7073)Buf::put_bytes
inRepeat
read impl (#7055)Changes to unstable APIs
Documented
ReadBuf::uninit
allows initialized buffers as well (#7053)TcpStream::try_write_vectored
docs (#7067)LocalRuntime
doc links (#7074)watch::Receiver::wait_for
(#7038)OnceCell
docs (#7047)v1.42.0
: Tokio v1.42.0Compare Source
1.42.0 (Dec 3rd, 2024)
Added
AsyncFd::{try_io, try_io_mut}
(#6967)Fixed
ptr->ref->ptr
roundtrip in RegistrationSet (#6929)yield_now
insideblock_in_place
(#6999)Changes
Documented
tokio::net::unix::{pid_t, gid_t, uid_t}
(#6791)Instant
docs (#6982)uuid-rs/uuid (uuid)
v1.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1
v1.12.0
Compare Source
⚠️ Possible Breakage
This release includes additional
PartialEq
implementations onUuid
, which can break inference in some cases.What's Changed
NonZeroUuid
type for optimizedOption<Uuid>
representation by @ab22593k in https://github.com/uuid-rs/uuid/pull/779NonNilUuid
by @KodrAus in https://github.com/uuid-rs/uuid/pull/783New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0
v1.11.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
04f38c61ea
tofc4f887e5b
fix(deps): update rust crate notmad to 0.6.0to fix(deps): update rust crate notmad to 0.7.0fc4f887e5b
tobf562d4922
bf562d4922
to70b9f623c8
70b9f623c8
to9303766ad9
fix(deps): update rust crate notmad to 0.7.0to chore(deps): update all dependencies9303766ad9
to3c563b95a5
3c563b95a5
to044d5b20e7
044d5b20e7
tofa07d0328f
fa07d0328f
to906f6e0a9b
906f6e0a9b
toa802010853
a802010853
toebc7d4ce51
ebc7d4ce51
to70351fae40
70351fae40
to56883cb375
56883cb375
to2cb2b74287
2cb2b74287
tofaac90af2a
faac90af2a
to9e791c4185
9e791c4185
to18bb071e75
18bb071e75
to255a85619b
255a85619b
to813d5930a9
813d5930a9
tob6b9a0d109
b6b9a0d109
toec1d259b0c
ec1d259b0c
tob371b29895
b371b29895
to11bf2dda36
11bf2dda36
to374110123f
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: Cargo.lock
374110123f
to0f48d65491
0f48d65491
to7254d86031
7254d86031
to0f34e2b02c
0f34e2b02c
to46a85f7e0b
46a85f7e0b
to537f326dab
537f326dab
to5c4b3463e9
5c4b3463e9
tob3c8c3f99d
b3c8c3f99d
tob1a169a2ea
b1a169a2ea
to0f69b701ef
0f69b701ef
to3b90ca1b5b
3b90ca1b5b
to204b43b639
204b43b639
tod39afa81b4
d39afa81b4
to7b6a059a09
7b6a059a09
to138382aa37
138382aa37
tobb084978d5
bb084978d5
to71487b07c1
71487b07c1
to979572e685
979572e685
to4e3cdf346c
4e3cdf346c
to6730a0749c
6730a0749c
to9290dcdf81
9290dcdf81
to9900da7ff6
9900da7ff6
to530ffe6db7
530ffe6db7
to8cc218b40c
8cc218b40c
tof10eb848ce
f10eb848ce
to6590d64080
6590d64080
to36acdaa09a
36acdaa09a
to88fea5a2dd
88fea5a2dd
toe027d85a80
e027d85a80
to7e11aa23fc
7e11aa23fc
tocc2eb11390
cc2eb11390
to1320231fe9
1320231fe9
to46e851e092
46e851e092
to5571df062c
5571df062c
tod8a6f0237f
d8a6f0237f
to8a386c0998
8a386c0998
tob100e10265
b100e10265
tob94fd313cb
b94fd313cb
to8d8548c10b
8d8548c10b
toa553d5bf69
a553d5bf69
tode2b80ad74
de2b80ad74
toe66d5aefbd
e66d5aefbd
toa839279f22
a839279f22
toeaf993193c
eaf993193c
to44523d9038
44523d9038
toa4d751dfa6
a4d751dfa6
toe491fcb0dc
e491fcb0dc
to4e75015822
4e75015822
to34bb61d5dc
34bb61d5dc
to0e742b0863
0e742b0863
to2cf6d1c491
2cf6d1c491
tod3f1cb2f97
Checkout
From your project repository, check out a new branch and test the changes.