Skip to content

Commit 971f0c4

Browse files
build(deps): update axum requirement from 0.7.7 to 0.8.1
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9fd775 commit 971f0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ futures-util = "0.3.30"
6161
go-defer = "0.1.0"
6262
russh = "0.49.0"
6363
russh-keys = "0.49.1"
64-
axum = "0.7.7"
64+
axum = "0.8.1"
6565
axum-extra = "0.9.4"
6666
axum-server = "0.7.1"
6767
tower-http = "0.6.1"

0 commit comments

Comments
 (0)