fix(deps): update all dependencies #16
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:
0.1.85
->0.1.86
0.7
->0.8
1.9.0
->1.10.0
4.5.26
->4.5.28
5.0.1
->6.0.0
0.32.1
->0.33.0
1.0.135
->1.0.138
0.8.19
->0.8.20
1.11.1
->1.13.1
28.0.0
->29.0.0
28.0.0
->29.0.0
Release Notes
dtolnay/async-trait (async-trait)
v0.1.86
Compare Source
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.10.0
Compare Source
Added
try_get_*
methods forBuf
trait (#753)Buf::chunks_vectored
forTake
(#617)Buf::chunks_vectored
forVecDeque<u8>
(#708)Fixed
chunks_vectored
(#754)panic=abort
(#749)clap-rs/clap (clap)
v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
rusqlite/rusqlite (rusqlite)
v0.33.0
: 0.33.0Compare Source
What's Changed
impl FromSql
for various heap-allocated string and blob slices #15584.6.1
(SQLite3.46.1
) #1566wasm32-wasip(\d)
targets not enabling wasi compile flags inbundled
mode. #1569wal_hook
#1595arg
is out-of-range for auxiliary data #1607Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.32.1...v0.33.0
serde-rs/json (serde_json)
v1.0.138
Compare Source
v1.0.137
Compare Source
v1.0.136
Compare Source
toml-rs/toml (toml)
v0.8.20
Compare Source
uuid-rs/uuid (uuid)
v1.13.1
Compare Source
What's Changed
wasm32
withatomics
by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/797New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.13.0...1.13.1
v1.13.0
Compare Source
⚠️ Potential Breakage
This release updates our version of
getrandom
to0.3
andrand
to0.9
. It is a potentially breaking change for the following users:no-std users who enable the
rng
featureuuid
still usesgetrandom
by default on these platforms. Upgrade your version ofgetrandom
and follow its new docs on configuring a custom backend.wasm32-unknown-unknown
users who enable therng
feature without thejs
featureUpgrade your version of
getrandom
and follow its new docs on configuring a backend.You'll also need to enable the
rng-getrandom
orrng-rand
feature ofuuid
to force it to usegetrandom
as its backend:If you're on
wasm32-unknown-unknown
and using thejs
feature ofuuid
you shouldn't see any breakage. We've kept this behavior by vendoring ingetrandom
's web-based backend when thejs
feature is enabled.What's Changed
getrandom
to0.3
andrand
to0.9
by @KodrAus in https://github.com/uuid-rs/uuid/pull/793getrandom
onwasm32-unknown-unknown
without JavaScript by @KodrAus in https://github.com/uuid-rs/uuid/pull/794Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0
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
bytecodealliance/wasmtime (wasmtime)
v29.0.1
Compare Source
29.0.1
Released 2025-01-21.
Fixed
configurations that have multiple preopened directories.
#10064
v29.0.0
Compare Source
29.0.0
Released 2025-01-20.
Added
Winch now supports epoch-based interruption.
#9737
Pulley, Wasmtime's WebAssembly interpreter, has seen quite a lot of progress
and support fleshed out. It's still not 100% complete but should be about
ready to start kicking the tires.
#9744
The Wasmtime CLI now supports a
-Wextended-const
flag to control whether theextended-const
wasm proposal is enabled or not.#9768
Work continues to progress on the AArch64 Winch backend, bringing it closer to
completion.
#9762
#9767
#9751
#9784
#9781
#9792
#9787
#9798
#9850
Wasmtime now supports a "custom code publisher" which can be useful when
Wasmtime doesn't have built-in support for a particular environment.
#9778
Configuration options have been added for
wasmtime-wasi-http
outgoingbodies.
#9800
Log prefixes can now be disabled for the
wasmtime serve
command.#9821
A new
WASMTIME_LOG_NO_CONTEXT
environment variable was added to livealongside
WASMTIME_LOG
.#9902
Release artifacts for aarch64-musl targets are now available.
#9934
Changed
Wasmtime libcalls now return whether a trap happened rather than raising a
trap directly to better prepare for the Pulley interpreter and an eventual
implementation of Wasm exception-handling.
#9710
Wasmtime will now use the Pulley interpreter by default on platforms that
are not supported by Cranelift.
#9741
Demangling symbols in profiling and debugging has improved to handle failures
to demangle C++ symbols.
#9756
WASI WIT files have been updated to 0.2.3.
#9807
Wasmtime's
bindgen!
macro inasync
mode no longer uses#[async_trait]
an instead natively uses
async fn
in traits.#9867
Floats are no longer canonicalized flowing into or out of components.
#9879
Instance methods are now translated to static methods in DWARF translation.
#9898
The C API now supports debug builtins for debugging guest code.
#9915
Fixed
The header file for
wasmtime_instance_pre_instantiate
in the C API has beenfixed.
#9770
WebAssembly DWARF is more conservative in its GC pass during translation to
native DWARF.
#9829
Debugging intrinsics are fixed on Linux to be exported now.
#9866
v28.0.1
Compare Source
28.0.1
Released 2025-01-14.
Fixed
Store::into_data
.#10009
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.
chore(deps): update all dependenciesto fix(deps): update all dependencies798b113ebb
toe0bb98e855
e0bb98e855
to0ccfa8be98
0ccfa8be98
toce2c76f941
fix(deps): update all dependenciesto chore(deps): update rust crate axum to 0.8ce2c76f941
to07ea207721
07ea207721
to72582f1b71
72582f1b71
todee64c47db
chore(deps): update rust crate axum to 0.8to chore(deps): update all dependenciesdee64c47db
tob4d7bda17b
b4d7bda17b
toa20c5813ea
a20c5813ea
to1d0a0f5342
1d0a0f5342
to5de305e81e
⚠️ 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
5de305e81e
to85bf131362
85bf131362
tocf9d8feeb4
cf9d8feeb4
toe9c8f16161
e9c8f16161
tod0be5e4cd4
d0be5e4cd4
to85060dfd50
85060dfd50
to0f1f3a8ddd
0f1f3a8ddd
to154faa6ff7
154faa6ff7
tod5a7ae6eba
d5a7ae6eba
to534bd876df
534bd876df
to481406a9d3
481406a9d3
toc8a30478ae
c8a30478ae
to25d7c97bf7
25d7c97bf7
to745fbd9365
745fbd9365
to6019375706
6019375706
to8e49d74cd0
8e49d74cd0
toa8f33893d0
a8f33893d0
toeb0059c6b9
eb0059c6b9
to97fc3886f7
97fc3886f7
toe23e915471
e23e915471
toc77af6b348
c77af6b348
toa55c9e596f
a55c9e596f
to657c4fbc47
657c4fbc47
to1ba04937ee
1ba04937ee
to93d829f427
93d829f427
tocb04758c80
chore(deps): update all dependenciesto fix(deps): update all dependenciescb04758c80
to01c19f2bd6
01c19f2bd6
to070b08b4ff
070b08b4ff
to85b07586ea
85b07586ea
to9f0b68930a
9f0b68930a
to7f89d95b08
7f89d95b08
toe96e654f07
e96e654f07
to9ee42a8a98
9ee42a8a98
to323059c592
323059c592
tob66750d441
b66750d441
toa9b470312e
a9b470312e
toee14d3709e
ee14d3709e
to8f3a4a73f6
8f3a4a73f6
to94e96fcadf
94e96fcadf
toc0da284e42
c0da284e42
to6d6e2a21de
6d6e2a21de
to68a05928b2
68a05928b2
to8c4fdd781d
8c4fdd781d
to685309c46c
685309c46c
tod4dca9b3a8
d4dca9b3a8
to139a4afae8
Checkout
From your project repository, check out a new branch and test the changes.