Skip to content

Commit c67b419

Browse files
Update Rust crate axum-extra to v0.10.0
1 parent 9b89b10 commit c67b419

File tree

3 files changed

+67
-31
lines changed

3 files changed

+67
-31
lines changed

Cargo.lock

Lines changed: 65 additions & 29 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
@@ -49,7 +49,7 @@ aws-ip-ranges = "=0.964.0"
4949
aws-sdk-cloudfront = "=1.58.0"
5050
aws-sdk-sqs = "=1.52.0"
5151
axum = { version = "=0.7.9", features = ["macros", "matched-path"] }
52-
axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] }
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: 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.7.9", features = ["macros"] }
12-
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
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)