Skip to content

Commit e90eef3

Browse files
Update axum requirement from 0.7 to 0.8 (#10)
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](https://github.com/tokio-rs/axum/commits) --- updated-dependencies: - dependency-name: axum 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 2643a32 commit e90eef3

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
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
# -- Web
10-
axum = {version = "0.7", features = ["macros", "tokio"] }
10+
axum = {version = "0.8", features = ["macros", "tokio"] }
1111
tower = { version = "0.5", features = ["util"]} # ["limit", "buffer", "util", "filter"]
1212
tower-http = { version = "0.6", features = ["fs", "trace"]}
1313
http-body-util = "0.1"

0 commit comments

Comments
 (0)