Update futures-lite requirement from 1.11.0 to 2.0.0

Updates the requirements on [futures-lite](https://github.com/smol-rs/futures-lite) to permit the latest version.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v1.11.0...v2.0.0)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 01:29:02 +00:00 committed by Taiki Endo
parent 65cde366d4
commit 297ac50224
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ exclude = ["/.*"]
async-lock = "2.6.0"
cfg-if = "1.0"
event-listener = "3.0.0"
futures-lite = "1.11.0"
futures-lite = "2.0.0"
[target.'cfg(unix)'.dependencies]
async-io = "2.1.0"