From 09c647a662912e9e79fac46a4b50b5ccd785ab6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:36:51 +0000 Subject: [PATCH] Update async-lock requirement from 2.8 to 3.3 Updates the requirements on [async-lock](https://github.com/smol-rs/async-lock) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-lock/releases) - [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-lock/compare/v2.8.0...v3.3.0) --- updated-dependencies: - dependency-name: async-lock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aba60d..3f896a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3162,7 +3162,7 @@ version = "0.1.1" dependencies = [ "async-broadcast", "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", - "async-lock 2.8.0", + "async-lock 3.3.0", "async-std", "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index fe856d9..334a85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-co ] } async-broadcast = "0.7.0" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } -async-lock = "2.8" +async-lock = "3.3" async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } derive_more = "0.99"