From c3338aeb1316be83774427f179d3d7de48389cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:48:05 +0000 Subject: [PATCH] build(deps): bump async-recursion from 1.0.4 to 1.1.1 Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.4 to 1.1.1. - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](https://github.com/dcchut/async-recursion/compare/v1.0.4...v1.1.1) --- updated-dependencies: - dependency-name: async-recursion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graphql/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..88432320513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "async-recursion" -version = "1.0.4" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index b7e9d3458e3..bf539640da1 100644 --- a/graphql/Cargo.toml +++ b/graphql/Cargo.toml @@ -16,4 +16,4 @@ stable-hash = { version = "0.4.2" } defer = "0.1" parking_lot = "0.12" anyhow = "1.0" -async-recursion = "1.0.4" +async-recursion = "1.1.1"