Skip to content

Commit 4c53d33

Browse files
Update axum monorepo (#12337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a051eb commit 4c53d33

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ async-trait = "=0.1.89"
5959
aws-credential-types = { version = "=1.2.9", features = ["hardcoded-credentials"] }
6060
aws-sdk-cloudfront = "=1.102.0"
6161
aws-sdk-sqs = "=1.89.0"
62-
axum = { version = "=0.8.6", features = ["macros", "matched-path"] }
63-
axum-extra = { version = "=0.12.1", features = ["erased-json", "middleware", "query", "typed-header"] }
62+
axum = { version = "=0.8.7", features = ["macros", "matched-path"] }
63+
axum-extra = { version = "=0.12.2", features = ["erased-json", "middleware", "query", "typed-header"] }
6464
base64 = "=0.22.1"
6565
bigdecimal = { version = "=0.4.9", features = ["serde"] }
6666
bon = "=3.8.1"

crates/crates_io_session/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2024"
88
workspace = true
99

1010
[dependencies]
11-
axum = { version = "=0.8.6", features = ["macros"] }
12-
axum-extra = { version = "=0.12.1", features = ["cookie-signed"] }
11+
axum = { version = "=0.8.7", features = ["macros"] }
12+
axum-extra = { version = "=0.12.2", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }
1515
parking_lot = "=0.12.5"

0 commit comments

Comments
 (0)