1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

build(deps): bump async-graphql from 7.0.6 to 7.0.7

Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

---
updated-dependencies:
- dependency-name: async-graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-24 19:39:34 +00:00
committed by Quentin Gliech
parent 4e25bd3a19
commit 9c44f3743a
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@@ -303,9 +303,9 @@ dependencies = [
[[package]]
name = "async-graphql"
version = "7.0.6"
version = "7.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf338d20ba5bab309f55ce8df95d65ee19446f7737f06f4a64593ab2c6b546ad"
checksum = "2b76aba2f176af685c2229633881a3adeae51f87ae1811781e73910b7001c93e"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
@@ -340,9 +340,9 @@ dependencies = [
[[package]]
name = "async-graphql-derive"
version = "7.0.6"
version = "7.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc51fd6b7102acda72bc94e8ae1543844d5688ff394a6cf7c21f2a07fe2d64e4"
checksum = "72e2e26a6b44bc61df3ca8546402cf9204c28e30c06084cc8e75cd5e34d4f150"
dependencies = [
"Inflector",
"async-graphql-parser",
@@ -357,9 +357,9 @@ dependencies = [
[[package]]
name = "async-graphql-parser"
version = "7.0.6"
version = "7.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75361eefd64e39f89bead4cb45fddbaf60ddb0e7b15fb7c852b6088bcd63071f"
checksum = "f801451484b4977d6fe67b29030f81353cabdcbb754e5a064f39493582dac0cf"
dependencies = [
"async-graphql-value",
"pest",
@@ -369,9 +369,9 @@ dependencies = [
[[package]]
name = "async-graphql-value"
version = "7.0.6"
version = "7.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1f665d2d52b41c4ed1f01c43f3ef27a2fe0af2452ed5c8bc7ac9b1a8719afaa"
checksum = "69117c43c01d81a69890a9f5dd6235f2f027ca8d1ec62d6d3c5e01ca0edb4f2b"
dependencies = [
"bytes",
"indexmap 2.2.6",

View File

@@ -57,7 +57,7 @@ oauth2-types = { path = "./crates/oauth2-types/", version = "=0.9.0" }
# GraphQL server
[workspace.dependencies.async-graphql]
version = "7.0.6"
version = "7.0.7"
features = ["chrono", "url", "tracing"]
# Utility to write and implement async traits