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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 01:34:50 +00:00 committed by Taiki Endo
parent 297ac50224
commit 54647bef65
1 changed files with 1 additions and 1 deletions

View File

@ -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"