Skip to content

Commit

Permalink
Update futures-lite requirement from 1.12.0 to 2.0.0
Browse files Browse the repository at this point in the history
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](smol-rs/futures-lite@v1.12.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Oct 30, 2023
1 parent ca65475 commit c42dc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ default-features = false
optional = true

[dev-dependencies]
futures-lite = "1.12.0"
futures-lite = "2.0.0"
waker-fn = "1"

[dev-dependencies.criterion]
Expand Down

0 comments on commit c42dc40

Please sign in to comment.