fix(deps): update rust crate axum to v0.8.3 #170
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/axum-monorepo"
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.8.1
->0.8.3
Release Notes
tokio-rs/axum (axum)
v0.8.3
: axum v0.8.3Compare Source
From<Bytes>
forMessage
(#3273)OptionalFromRequest
forJson
(#3142)OptionalFromRequest
forExtension
(#3157)WebSocketUpgrade
(#3178)v0.8.2
: axum v0.8.2Yanked from crates.io due to unforeseen breaking change, see #3190 for details
OptionalFromRequest
forJson
(#3142)OptionalFromRequest
forExtension
(#3157)status
function of rejections aconst
function, suchas
JsonRejection
,QueryRejection
andPathRejection
(#3168)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 23 * * *" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Flake output sizes
Definitions
Name
: the name of the package/configuration.Size
: the closure size (size on disk/NAR size + all transitive dependencies).NAR Size
: the size of the build output (package without the dependencies).[NAR] Size Change
: the amount changed compared to the main branch.Tips on reading this data
Size
(closure size/size on disk).Size
by disabling unneeded services/default packages.Size
and theNAR Size
.NAR Size
by reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Size
by reducing the dependencies (e.g.buildInputs
).glibc
adds ~40MiB to theSize
, but is generally shared by ~every binary on the system, so, chances are, you are already including it from somewhere else and statically linking with e.g.musl
is not gonna improve things.Packages
default
git-cliff
webnsupdate