Skip to content

Commit 2eac887

Browse files
Update Rust crate axum to v0.8.4 (#11088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7326b5 commit 2eac887

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"
5555
aws-ip-ranges = "=0.1143.0"
5656
aws-sdk-cloudfront = "=1.72.0"
5757
aws-sdk-sqs = "=1.65.0"
58-
axum = { version = "=0.8.3", features = ["macros", "matched-path"] }
58+
axum = { version = "=0.8.4", features = ["macros", "matched-path"] }
5959
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
6060
base64 = "=0.22.1"
6161
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 = "2021"
88
workspace = true
99

1010
[dependencies]
11-
axum = { version = "=0.8.3", features = ["macros"] }
11+
axum = { version = "=0.8.4", 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)