build(deps): bump async-graphql from 7.0.13 to 7.0.14

Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 7.0.13 to 7.0.14.
- [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]
2025-01-22 20:21:22 +00:00
committed by Quentin Gliech
parent 27484b4701
commit e51989b96a
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@@ -305,9 +305,9 @@ dependencies = [
[[package]]
name = "async-graphql"
version = "7.0.13"
version = "7.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fd6bd734afb8b6e4d0f84a3e77305ce0a7ccc60d70f6001cb5e1c3f38d8ff1"
checksum = "e0a9916334e00a14428e03b9b1c73a0baf1c834ebe0ff1be146e1247390b31f1"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
@@ -342,9 +342,9 @@ dependencies = [
[[package]]
name = "async-graphql-derive"
version = "7.0.13"
version = "7.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac38b4dd452d529d6c0248b51df23603f0a875770352e26ae8c346ce6c149b3e"
checksum = "88d6f3ad293f7b9974aef6297673ac3e9097824f84264a9548cbb87006c94044"
dependencies = [
"Inflector",
"async-graphql-parser",
@@ -359,9 +359,9 @@ dependencies = [
[[package]]
name = "async-graphql-parser"
version = "7.0.13"
version = "7.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42d271ddda2f55b13970928abbcbc3423cfc18187c60e8769b48f21a93b7adaa"
checksum = "7ca5697e57fcad289d26948e2ab2f11b9cfe7d645503a1f37fa86640c061c772"
dependencies = [
"async-graphql-value",
"pest",
@@ -371,9 +371,9 @@ dependencies = [
[[package]]
name = "async-graphql-value"
version = "7.0.13"
version = "7.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aefe909173a037eaf3281b046dc22580b59a38b765d7b8d5116f2ffef098048d"
checksum = "6266ea7ab3ce41585e16caa0e1e8d97de37827227950820fdab6b69d9c09a63a"
dependencies = [
"bytes",
"indexmap 2.7.1",

View File

@@ -62,7 +62,7 @@ features = ["axum", "axum-headers", "macros"]
# GraphQL server
[workspace.dependencies.async-graphql]
version = "7.0.13"
version = "7.0.14"
features = ["chrono", "url", "tracing"]
# Utility to write and implement async traits