From 0f5e0625e2e6ff5f3f63d8430cc1309967d12c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:21:20 +0000 Subject: [PATCH] Bump async-lock from 2.8.0 to 3.4.0 Bumps [async-lock](https://github.com/smol-rs/async-lock) from 2.8.0 to 3.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: async-lock dependency-type: direct:production update-type: version-update:semver-major ... 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 a597c0e..67516e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3028,7 +3028,7 @@ dependencies = [ "anyhow", "async-broadcast", "async-compatibility-layer", - "async-lock 2.8.0", + "async-lock 3.4.0", "async-std", "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index b0ef843..37502c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ async-broadcast = "0.7" async-compatibility-layer = { version = "1.1", default-features = false, features = [ "logging-utils", ] } -async-lock = "2.8" +async-lock = "3.4" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } async-trait = "0.1" bincode = "1.3"