Skip to content

Commit 0452cdd

Browse files
build(deps): bump the axum group with 2 updates
Bumps the axum group with 2 updates: [axum](https://github.com/tokio-rs/axum) and [axum-extra](https://github.com/tokio-rs/axum). Updates `axum` from 0.8.4 to 0.8.5 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.8.4...axum-v0.8.5) Updates `axum-extra` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-extra-v0.10.1...axum-extra-v0.10.2) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum - dependency-name: axum-extra dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ae1a65 commit 0452cdd

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ version = "1.5.0"
9696

9797
# HTTP router
9898
[workspace.dependencies.axum]
99-
version = "0.8.4"
99+
version = "0.8.5"
100100

101101
# Extra utilities for Axum
102102
[workspace.dependencies.axum-extra]
103-
version = "0.10.1"
103+
version = "0.10.2"
104104
features = ["cookie-private", "cookie-key-expansion", "typed-header"]
105105

106106
# Axum macros

0 commit comments

Comments
 (0)