Skip to content

Commit 5b6ef1b

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update async-lock requirement from 2.3.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](smol-rs/async-lock@v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: async-lock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c0f997 commit 5b6ef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["asynchronous", "concurrency"]
1717
exclude = ["/.*"]
1818

1919
[dependencies]
20-
async-lock = "2.3.0"
20+
async-lock = "3.0.0"
2121
blocking = "1.3.0"
2222
futures-lite = "2.0.0"
2323

0 commit comments

Comments
 (0)