Skip to content

Commit 1d5c809

Browse files
Update Rust crate axum to v0.8.6 (#12000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01cbe61 commit 1d5c809

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 7 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"
5656
aws-ip-ranges = "=0.1436.0"
5757
aws-sdk-cloudfront = "=1.95.0"
5858
aws-sdk-sqs = "=1.84.1"
59-
axum = { version = "=0.8.4", features = ["macros", "matched-path"] }
59+
axum = { version = "=0.8.6", features = ["macros", "matched-path"] }
6060
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
6161
base64 = "=0.22.1"
6262
bigdecimal = { version = "=0.4.8", 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 = "2024"
88
workspace = true
99

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

0 commit comments

Comments
 (0)