Skip to content

Commit

Permalink
Update futures-lite requirement from 1.10.1 to 2.3.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.10.1...v2.3.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 Apr 30, 2024
1 parent 5c533f1 commit d53f682
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 @@ -38,7 +38,7 @@ crossbeam-utils = ">=0.7.0, <0.9.0"
curl = "0.4.36"
curl-sys = "0.4.55"
event-listener = "2.3.3"
futures-lite = "1.10.1"
futures-lite = "2.3.0"
http = "0.2.1"
log = "0.4"
once_cell = "1"
Expand Down

0 comments on commit d53f682

Please sign in to comment.