@@ -4,14 +4,14 @@ categories = ["network-programming", "asynchronous"]
44description =" A GraphQL server library implemented in Rust"
55documentation =" https://docs.rs/async-graphql/"
66edition =" 2021"
7- rust-version =" 1.81 .0"
7+ rust-version =" 1.83 .0"
88homepage =" https://github.com/async-graphql/async-graphql"
99keywords = [" futures" ," async" ," graphql" ]
1010license =" MIT OR Apache-2.0"
1111name =" async-graphql"
1212readme =" README.md"
1313repository =" https://github.com/async-graphql/async-graphql"
14- version =" 7.0.15 "
14+ version =" 7.0.16 "
1515
1616[features ]
1717apollo_persisted_queries = [" lru" ," sha2" ]
@@ -147,10 +147,10 @@ members = [
147147]
148148
149149[workspace .dependencies ]
150- async-graphql = {path =" ." ,version =" 7.0.15 " ,default-features =false }
151- async-graphql-derive = {path =" derive" ,version =" 7.0.15 " }
152- async-graphql-parser = {path =" parser" ,version =" 7.0.15 " }
153- async-graphql-value = {path =" value" ,version =" 7.0.15 " }
150+ async-graphql = {path =" ." ,version =" 7.0.16 " ,default-features =false }
151+ async-graphql-derive = {path =" derive" ,version =" 7.0.16 " }
152+ async-graphql-parser = {path =" parser" ,version =" 7.0.16 " }
153+ async-graphql-value = {path =" value" ,version =" 7.0.16 " }
154154
155155serde = {version =" 1.0.197" ,features = [" derive" ] }
156156serde_json =" 1.0.115"