From a4b9a92f6a27399bc1bdcacb4f678d23eae2a151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:38:16 +0000 Subject: [PATCH] Bump async-recursion from 1.1.0 to 1.1.1 Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](https://github.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: async-recursion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- subvt-block-processor/Cargo.toml | 2 +- subvt-substrate-client/Cargo.toml | 2 +- subvt-telegram-bot/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fc7bdea..19215a77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "async-recursion" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 0538f19c..ac86fa81 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.67.0" [dependencies] anyhow = { workspace = true } async-lock = "3.3" -async-recursion = "1.0" +async-recursion = "1.1" async-trait = "0.1" chrono = { version = "0.4", default-features = true, features = ["serde"] } hex = "0.4" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index af8d375d..2b6fbec3 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.67.0" [dependencies] anyhow = { workspace = true } async-lock = "3.3" -async-recursion = "1.0" +async-recursion = "1.1" blake2-rfc = { version = "0.2", default-features = false } byteorder = { version = "1.5", default-features = false } chrono = "0.4" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index a055fa08..7f739199 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -6,7 +6,7 @@ rust-version = "1.67.0" [dependencies] anyhow = { workspace = true } -async-recursion = "1.0" +async-recursion = "1.1" async-trait = "0.1" chrono = "0.4" enum-iterator = "2.0"