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](https://github.com/smol-rs/async-lock/compare/v2.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: async-lock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 09:31:51 +00:00 committed by Taiki Endo
parent 3c0f997cfa
commit 5b6ef1b1df
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ categories = ["asynchronous", "concurrency"]
exclude = ["/.*"]
[dependencies]
async-lock = "2.3.0"
async-lock = "3.0.0"
blocking = "1.3.0"
futures-lite = "2.0.0"