Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit e857398

Browse files
Update Rust crate axum to 0.8.0 (#667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bf7a7f commit e857398

File tree

2 files changed

+5
-66
lines changed

2 files changed

+5
-66
lines changed

graphql/async_graphql/Cargo.lock

Lines changed: 4 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graphql/async_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
anyhow = "1.0.82"
88
async-graphql = { version = "7.0.3", features = ["dataloader"] }
99
async-graphql-axum = "7.0.3"
10-
axum = "0.7.5"
10+
axum = "0.8.0"
1111
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
1212
reqwest = { version = "0.12.4", features = ["json"] }
1313
serde = "1.0.200"

0 commit comments

Comments
 (0)