Skip to content

Commit 18028aa

Browse files
Update axum monorepo (#10430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d312116 commit 18028aa

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 7 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"
4848
aws-ip-ranges = "=0.986.0"
4949
aws-sdk-cloudfront = "=1.60.0"
5050
aws-sdk-sqs = "=1.54.0"
51-
axum = { version = "=0.8.1", features = ["macros", "matched-path"] }
52-
axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-header"] }
51+
axum = { version = "=0.8.2", features = ["macros", "matched-path"] }
52+
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
5353
base64 = "=0.22.1"
5454
bigdecimal = { version = "=0.4.7", features = ["serde"] }
5555
bon = "=3.3.2"

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 = "2021"
88
workspace = true
99

1010
[dependencies]
11-
axum = { version = "=0.8.1", features = ["macros"] }
12-
axum-extra = { version = "=0.10.0", features = ["cookie-signed"] }
11+
axum = { version = "=0.8.2", features = ["macros"] }
12+
axum-extra = { version = "=0.11.0", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }
1515
parking_lot = "=0.12.3"

0 commit comments

Comments
 (0)