Skip to content

Commit

Permalink
Update Rust crate async-graphql to v7 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 8a95e34 commit ea5a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features = [ "graphiql" ]
serde = { version = "^1.0.137", features = [ "derive" ] }
serde_json = "^1.0.81"
tauri = "^1.0.0"
async-graphql = "^5.0.0"
async-graphql = "^7.0.0"
warp = { version = "^0.3.2", optional = true }
async-graphql-warp = { version = "^5.0.0", optional = true }
http = { version = "^0.2.8", optional = true }
Expand Down

0 comments on commit ea5a837

Please sign in to comment.