Skip to content

Commit b96cc8b

Browse files
Update Rust crate axum to v0.8.0
1 parent 9b89b10 commit b96cc8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"
4848
aws-ip-ranges = "=0.964.0"
4949
aws-sdk-cloudfront = "=1.58.0"
5050
aws-sdk-sqs = "=1.52.0"
51-
axum = { version = "=0.7.9", features = ["macros", "matched-path"] }
51+
axum = { version = "=0.8.0", features = ["macros", "matched-path"] }
5252
axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] }
5353
base64 = "=0.22.1"
5454
bigdecimal = { version = "=0.4.7", features = ["serde"] }

crates/crates_io_session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
axum = { version = "=0.7.9", features = ["macros"] }
11+
axum = { version = "=0.8.0", features = ["macros"] }
1212
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }

0 commit comments

Comments
 (0)