Merge pull request #3963 from element-hq/dependabot/cargo/async-graphql-7.0.15

build(deps): bump async-graphql from 7.0.14 to 7.0.15
This commit is contained in:
Quentin Gliech
2025-02-05 16:41:20 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
Generated
+8 -8
View File
@@ -303,9 +303,9 @@ dependencies = [
[[package]]
name = "async-graphql"
version = "7.0.14"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a9916334e00a14428e03b9b1c73a0baf1c834ebe0ff1be146e1247390b31f1"
checksum = "bfff2b17d272a5e3e201feda444e2c24b011fa722951268d1bd8b9b5bc6dc449"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
@@ -340,9 +340,9 @@ dependencies = [
[[package]]
name = "async-graphql-derive"
version = "7.0.14"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6f3ad293f7b9974aef6297673ac3e9097824f84264a9548cbb87006c94044"
checksum = "d8e5d0c6697def2f79ccbd972fb106b633173a6066e430b480e1ff9376a7561a"
dependencies = [
"Inflector",
"async-graphql-parser",
@@ -357,9 +357,9 @@ dependencies = [
[[package]]
name = "async-graphql-parser"
version = "7.0.14"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ca5697e57fcad289d26948e2ab2f11b9cfe7d645503a1f37fa86640c061c772"
checksum = "8531ee6d292c26df31c18c565ff22371e7bdfffe7f5e62b69537db0b8fd554dc"
dependencies = [
"async-graphql-value",
"pest",
@@ -369,9 +369,9 @@ dependencies = [
[[package]]
name = "async-graphql-value"
version = "7.0.14"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6266ea7ab3ce41585e16caa0e1e8d97de37827227950820fdab6b69d9c09a63a"
checksum = "741110dda927420a28fbc1c310543d3416f789a6ba96859c2c265843a0a96887"
dependencies = [
"bytes",
"indexmap 2.7.1",
+1 -1
View File
@@ -63,7 +63,7 @@ features = ["axum", "axum-extra", "axum-json", "axum-query", "macros"]
# GraphQL server
[workspace.dependencies.async-graphql]
version = "7.0.14"
version = "7.0.15"
features = ["chrono", "url", "tracing"]
[workspace.dependencies.async-stream]