fix(deps): update rust crate async-graphql to 4.0.16 - autoclosed #3

Closed
kjuulh wants to merge 1 commits from renovate/async-graphql-4.x into main
2 changed files with 11 additions and 9 deletions
Showing only changes of commit bcd22fcc44 - Show all commits

18
Cargo.lock generated
View File

@ -90,15 +90,16 @@ dependencies = [
[[package]]
name = "async-graphql"
version = "4.0.6"
version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ecd9edbd48b68e44f81b720d83e670d876dce440856feee6c892c8cd3f6798"
checksum = "d9ed522678d412d77effe47b3c82314ac36952a35e6e852093dd48287c421f80"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
"async-graphql-value",
"async-stream",
"async-trait",
"base64",
"bytes",
"fast_chemail",
"fnv",
@ -113,6 +114,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"static_assertions",
"tempfile",
"thiserror",
@ -120,9 +122,9 @@ dependencies = [
[[package]]
name = "async-graphql-derive"
version = "4.0.6"
version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8801127f6a7b3af410498d2f971ee6da8f12f9b0b784473da636ce04e5ac565"
checksum = "c121a894495d7d3fc3d4e15e0a9843e422e4d1d9e3c514d8062a1c94b35b005d"
dependencies = [
"Inflector",
"async-graphql-parser",
@ -136,9 +138,9 @@ dependencies = [
[[package]]
name = "async-graphql-parser"
version = "4.0.6"
version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4097e2e3e313a9220df25485046b7749f4b8d749aba8ed7e09e929d60a643e3"
checksum = "6b6c386f398145c6180206c1869c2279f5a3d45db5be4e0266148c6ac5c6ad68"
dependencies = [
"async-graphql-value",
"pest",
@ -148,9 +150,9 @@ dependencies = [
[[package]]
name = "async-graphql-value"
version = "4.0.6"
version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbb3f5e2eb77fbe173b102e3a9321a5f93a491f9c5ef3850e1155ae83c49e88"
checksum = "7a941b499fead4a3fb5392cabf42446566d18c86313f69f2deab69560394d65f"
dependencies = [
"bytes",
"indexmap",

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = "4.0.6"
async-graphql = "4.0.16"
axum = "0.5.13"
tokio = {version="1.20.1", features=["full"]}
uuid = {version="1.1.2", features=["v4", "fast-rng"]}