Skip to content

Commit bd19292

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.6 to 0.8.7 - [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.6...axum-v0.8.7) Updates `axum-extra` from 0.10.3 to 0.12.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.3...axum-extra-v0.12.2) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum - dependency-name: axum-extra dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: axum ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b9ae44 commit bd19292

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

Cargo.lock

Lines changed: 31 additions & 6 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.6"
99+
version = "0.8.7"
100100

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

106106
# Axum macros

0 commit comments

Comments
 (0)