From 54647bef6510d5d910a30ce0bb7446cbd9543294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:34:50 +0000 Subject: [PATCH] Update async-lock requirement from 2.6.0 to 3.0.0 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.6.0...v3.0.0) --- updated-dependencies: - dependency-name: async-lock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36b4a1b..fa4ebb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["asynchronous", "os"] exclude = ["/.*"] [dependencies] -async-lock = "2.6.0" +async-lock = "3.0.0" cfg-if = "1.0" event-listener = "3.0.0" futures-lite = "2.0.0"