Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 10fb172

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump async-graphql from 6.0.9 to 6.0.10
Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 6.0.9 to 6.0.10. - [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] <[email protected]>
1 parent 5a0d1f8 commit 10fb172

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99

1010
[dependencies]
1111
anyhow.workspace = true
12-
async-graphql = { version = "6.0.9", features = ["chrono", "url"] }
12+
async-graphql = { version = "6.0.10", features = ["chrono", "url"] }
1313
async-trait = "0.1.74"
1414
chrono.workspace = true
1515
lettre = { version = "0.11.1", default-features = false }

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ axum = "0.6.20"
3030
axum-macros = "0.3.8"
3131
axum-extra = { version = "0.8.0", features = ["cookie-private"] }
3232

33-
async-graphql = { version = "6.0.9", features = ["tracing", "apollo_tracing"] }
33+
async-graphql = { version = "6.0.10", features = ["tracing", "apollo_tracing"] }
3434

3535
# Emails
3636
lettre = { version = "0.11.1", default-features = false, features = ["builder"] }

0 commit comments

Comments
 (0)