From 26538f7277421796ac3953ebf0fa40a8f8d2ad25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:05:37 +0000 Subject: [PATCH] build(deps): bump async-lock from 2.8.0 to 3.3.0 Bumps [async-lock](https://github.com/smol-rs/async-lock) from 2.8.0 to 3.3.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.3.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 5a7afdb..a50ec1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ name = "async-compatibility-layer" version = "1.0.0" dependencies = [ "async-channel 1.9.0", - "async-lock 2.8.0", + "async-lock 3.3.0", "async-std", "async-trait", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index f71fdc6..51cfa19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ logging-utils = ["tracing-subscriber"] [dependencies] -async-lock = "2.8" +async-lock = "3.3" async-trait = "0.1.79" color-eyre = "0.6.2" futures = "0.3.28"