From 05a4f17c555c1d2bd25acd7f3173940d98224b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 09:29:27 -0400 Subject: [PATCH] chore(deps): bump async-graphql from 5.0.7 to 5.0.8 (#17357) Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 5.0.7 to 5.0.8. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb0a3490a558e..7c5b9a8b7a818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ dependencies = [ [[package]] name = "async-graphql" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f0ed623e2503b45d875461e5de88a1b3466cf2ed3e43cf189a102a641b93f19" +checksum = "6ae09afb01514b3dbd6328547b2b11fcbcb0205d9c5e6f2e17e60cb166a82d7f" dependencies = [ "async-graphql-derive", "async-graphql-parser", @@ -416,9 +416,9 @@ dependencies = [ [[package]] name = "async-graphql-derive" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cebcf27112b969c4ff2a003b318ab5efde96055f9d0ee3344a3b3831fa2932ba" +checksum = "60ae62851dd3ff9a7550aee75e848e8834b75285b458753e98dd71d0733ad3f2" dependencies = [ "Inflector", "async-graphql-parser", @@ -432,9 +432,9 @@ dependencies = [ [[package]] name = "async-graphql-parser" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631770464ad2492da9af6b70048e9e477ef7c1e55fdbfb0719f3330cfa87d8e9" +checksum = "9e6ee332acd99d2c50c3443beae46e9ed784c205eead9a668b7b5118b4a60a8b" dependencies = [ "async-graphql-value", "pest", @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "async-graphql-value" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b59633f68ae4b858e14ec761e02455c575327249cbefed3af067a0b26d76daa9" +checksum = "122da50452383410545b9428b579f4cda5616feb6aa0aff0003500c53fcff7b7" dependencies = [ "bytes 1.4.0", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index ebd927683fea6..79d730377638f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -210,7 +210,7 @@ smpl_jwt = { version = "0.7.1", default-features = false, optional = true } lapin = { version = "2.1.1", default-features = false, features = ["native-tls"], optional = true } # API -async-graphql = { version = "5.0.7", default-features = false, optional = true, features = ["chrono"] } +async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] } async-graphql-warp = { version = "5.0.7", default-features = false, optional = true } itertools = { version = "0.10.5", default-features = false, optional = true } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 7a31961b1bb49..10cb14c27adff 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -async-graphql = { version = "5.0.7", default-features = false, features = ["playground" ], optional = true } +async-graphql = { version = "5.0.8", default-features = false, features = ["playground" ], optional = true } async-trait = { version = "0.1", default-features = false } bitmask-enum = { version = "2.1.0", default-features = false } bytes = { version = "1.4.0", default-features = false, features = ["serde"] }