Skip to content

Commit

Permalink
Update Rust crate axum to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 9b89b10 commit b96cc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"
aws-ip-ranges = "=0.964.0"
aws-sdk-cloudfront = "=1.58.0"
aws-sdk-sqs = "=1.52.0"
axum = { version = "=0.7.9", features = ["macros", "matched-path"] }
axum = { version = "=0.8.0", features = ["macros", "matched-path"] }
axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] }
base64 = "=0.22.1"
bigdecimal = { version = "=0.4.7", features = ["serde"] }
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 @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
axum = { version = "=0.7.9", features = ["macros"] }
axum = { version = "=0.8.0", features = ["macros"] }
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
base64 = "=0.22.1"
cookie = { version = "=0.18.1", features = ["secure"] }
Expand Down

0 comments on commit b96cc8b

Please sign in to comment.