From 3e3c9b97aef23b57fba3e8d47b2fb85c59546fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:47:30 +0000 Subject: [PATCH] build(deps): bump juniper from 0.15.9 to 0.15.10 Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.15.9 to 0.15.10. - [Release notes](https://github.com/graphql-rust/juniper/releases) - [Changelog](https://github.com/graphql-rust/juniper/blob/master/release.toml) - [Commits](https://github.com/graphql-rust/juniper/compare/juniper-v0.15.9...juniper-v0.15.10) --- updated-dependencies: - dependency-name: juniper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 013ed1d..b6c32a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1857,9 +1857,9 @@ dependencies = [ [[package]] name = "juniper" -version = "0.15.9" +version = "0.15.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ac55c9084d08a7e315d78e2b15b7cc220f5eb67413c6ebf6967ee5de3b69fc" +checksum = "4f478f229a8ab52ff242f3250c8b3b8fe0a59b5b934f9706b7bdbc980991a7b6" dependencies = [ "async-trait", "bson", diff --git a/server/Cargo.toml b/server/Cargo.toml index cb4cefc..d28b2f2 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -24,7 +24,7 @@ futures-util = "*" hmac = "0.10" http = "*" itertools = "0.10.1" -juniper = "0.15.6" +juniper = "0.15.10" juniper_actix = "0.4.0" jwt = "0.13" ldap3_server = "=0.1.11"