Skip to content

Commit

Permalink
Update Rust crate axum-extra to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Turbo87 committed Jan 6, 2025
1 parent e0441fd commit fa4c894
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
31 changes: 6 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ aws-ip-ranges = "=0.964.0"
aws-sdk-cloudfront = "=1.59.0"
aws-sdk-sqs = "=1.53.0"
axum = { version = "=0.8.1", features = ["macros", "matched-path"] }
axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] }
axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-header"] }
base64 = "=0.22.1"
bigdecimal = { version = "=0.4.7", features = ["serde"] }
bon = "=3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace = true

[dependencies]
axum = { version = "=0.8.1", features = ["macros"] }
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
axum-extra = { version = "=0.10.0", features = ["cookie-signed"] }
base64 = "=0.22.1"
cookie = { version = "=0.18.1", features = ["secure"] }
parking_lot = "=0.12.3"
Expand Down

0 comments on commit fa4c894

Please sign in to comment.