Skip to content

Commit

Permalink
fix(api-rust): 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 cc381d2 commit f17ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
async-graphql = "=7.0.13"
async-graphql-axum = "=7.0.13"
axum = "=0.7.9"
axum = "=0.8.0"
dotenvy = "=0.15.7"
futures-util = "=0.3.31"
openai-api-rs = "=5.2.4"
Expand Down

0 comments on commit f17ab90

Please sign in to comment.