Skip to content

Commit 198dfc8

Browse files
Update axum monorepo
1 parent 281a1eb commit 198dfc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.964.0"
4949
aws-sdk-cloudfront = "=1.59.0"
5050
aws-sdk-sqs = "=1.53.0"
51-
axum = { version = "=0.7.9", features = ["macros", "matched-path"] }
52-
axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] }
51+
axum = { version = "=0.8.1", features = ["macros", "matched-path"] }
52+
axum-extra = { version = "=0.10.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.7.9", features = ["macros"] }
12-
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
11+
axum = { version = "=0.8.1", features = ["macros"] }
12+
axum-extra = { version = "=0.10.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)