Skip to content

Commit 2a093c9

Browse files
committed
Update axum to 0.6.18
1 parent f1ae6e9 commit 2a093c9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ aws-sdk-s3 = "0.27"
1414
aws-smithy-http = "0.55"
1515
aws-smithy-types = "0.55"
1616
aws-types = "0.55"
17-
# Axum 0.6.13 introduced a change in behaviour around trimming trailing paths.
18-
axum = { version = "=0.6.12", features = ["headers"] }
17+
axum = { version = "0.6", features = ["headers"] }
1918
axum-server = { version = "0.4.7", features = ["tls-rustls"] }
2019
clap = { version = "4.2", features = ["derive", "env"] }
2120
expanduser = "1.2.2"

0 commit comments

Comments
 (0)