Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate axum to v0.8.1 - autoclosed #10302

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Rust crate axum to v0.8.1
  • Loading branch information
renovate[bot] authored and Turbo87 committed Jan 6, 2025
commit e0441fde37ca762374976747a98cd5d0893c618c
74 changes: 64 additions & 10 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 @@ -48,7 +48,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"
aws-ip-ranges = "=0.964.0"
aws-sdk-cloudfront = "=1.59.0"
aws-sdk-sqs = "=1.53.0"
axum = { version = "=0.7.9", features = ["macros", "matched-path"] }
axum = { version = "=0.8.1", 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.1", features = ["macros"] }
axum-extra = { version = "=0.9.6", features = ["cookie-signed"] }
base64 = "=0.22.1"
cookie = { version = "=0.18.1", features = ["secure"] }
Expand Down