Skip to content

Commit e86940a

Browse files
Update axum requirement from 0.6.20 to 0.7.5
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.6.20...axum-v0.6.20) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3dc627 commit e86940a

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
@@ -122,7 +122,7 @@ duration-str = "0.11.2"
122122
quick-xml = "0.33.0"
123123
csv = "1.2"
124124
serde-xml-rs = "0.6"
125-
axum = "0.6.20"
125+
axum = "0.7.5"
126126
hyper-staticfile = "0.9"
127127
httparse = "1.8"
128128
sha-1 = "0.10.1"

0 commit comments

Comments
 (0)