From e2b81d6495b48ab86c7857ef3063b5e2c1a13bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:47:21 +0000 Subject: [PATCH] chore(deps): bump async-graphql-parser from 7.0.5 to 7.0.6 Bumps [async-graphql-parser](https://github.com/async-graphql/async-graphql) from 7.0.5 to 7.0.6. - [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-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1831fe8..17ddd03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "async-graphql-parser" -version = "7.0.5" +version = "7.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f0fffb19cd96eb084428289f4568b5ad48df32f782f891f709db96384fbdeb2" +checksum = "75361eefd64e39f89bead4cb45fddbaf60ddb0e7b15fb7c852b6088bcd63071f" dependencies = [ "async-graphql-value", "pest", @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "async-graphql-value" -version = "7.0.5" +version = "7.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c224c93047a7197fe0f1d6eee98245ba6049706c6c04a372864557fb61495e94" +checksum = "c1f665d2d52b41c4ed1f01c43f3ef27a2fe0af2452ed5c8bc7ac9b1a8719afaa" dependencies = [ "bytes", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index db46558..983142f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros", "signal", "fs"] } async-graphql = { version = "7.0.5", features = ["chrono", "apollo_persisted_queries"] } -async-graphql-parser = "7.0.5" +async-graphql-parser = "7.0.6" async-graphql-axum = "7.0.5" chrono = { version = "0.4.24", default-features=false } sea-orm = { version = "0.12.5", features = ["sqlx-mysql", "runtime-actix-rustls", "macros", "with-chrono", "with-json" ], default-features = false }