Skip to content

Commit 13e706c

Browse files
chore(deps): update axum-server requirement from 0.7.1 to 0.8.0 (#42)
Updates the requirements on [axum-server](https://github.com/programatik29/axum-server) to permit the latest version. - [Release notes](https://github.com/programatik29/axum-server/releases) - [Changelog](https://github.com/programatik29/axum-server/blob/master/CHANGELOG.md) - [Commits](programatik29/axum-server@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: axum-server dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa6b8b9 commit 13e706c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ axum = { version = "0.8.1", features = ["http2"] }
2929
axum-extra = { version = "0.12.1", default-features = false, features = [
3030
"erased-json",
3131
] }
32-
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
32+
axum-server = { version = "0.8.0", features = ["tls-rustls"] }
3333
tower-http = { version = "0.6.2", default-features = false, features = [
3434
"trace",
3535
"cors",

0 commit comments

Comments
 (0)