Skip to content

Commit 14131cd

Browse files
dependabot[bot]sandhose
authored andcommitted
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.7.7 to 0.7.9 - [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.7.7...axum-v0.7.9) Updates `axum-extra` from 0.9.4 to 0.9.6 - [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.9.4...axum-extra-v0.9.6) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cc89d8 commit 14131cd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 5 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
@@ -76,11 +76,11 @@ version = "1.0.93"
7676

7777
# HTTP router
7878
[workspace.dependencies.axum]
79-
version = "0.7.7"
79+
version = "0.7.9"
8080

8181
# Extra utilities for Axum
8282
[workspace.dependencies.axum-extra]
83-
version = "0.9.4"
83+
version = "0.9.6"
8484
features = ["cookie-private", "cookie-key-expansion", "typed-header"]
8585

8686
# Bytes

0 commit comments

Comments
 (0)