Skip to content

Commit 391111f

Browse files
authored
Downgrade axum-extra to v0.10.3 (#12028)
v0.11.0 was yanked due to an unintentional breaking change that didn't affect us
1 parent 1d5c809 commit 391111f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ aws-ip-ranges = "=0.1436.0"
5757
aws-sdk-cloudfront = "=1.95.0"
5858
aws-sdk-sqs = "=1.84.1"
5959
axum = { version = "=0.8.6", features = ["macros", "matched-path"] }
60-
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
60+
axum-extra = { version = "=0.10.3", features = ["erased-json", "query", "typed-header"] }
6161
base64 = "=0.22.1"
6262
bigdecimal = { version = "=0.4.8", features = ["serde"] }
6363
bon = "=3.7.2"

crates/crates_io_session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
axum = { version = "=0.8.6", features = ["macros"] }
12-
axum-extra = { version = "=0.11.0", features = ["cookie-signed"] }
12+
axum-extra = { version = "=0.10.3", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }
1515
parking_lot = "=0.12.4"

0 commit comments

Comments
 (0)