Skip to content

Commit

Permalink
Bump futures-lite from 1.13.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.0.0.
- [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.13.0...v2.0.0)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 7bd6c52 commit b59b78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ anyhow = { version = "1.0" }
async-trait = { version = "0.1.40", optional = true }
bytes = { version = "1.0.0", optional = true }
cfg-if = { version = "1.0.0", optional = true }
futures-lite = { version = "1.11.2", optional = true }
futures-lite = { version = "2.0.0", optional = true }
futures-util = { version = "0.3.5", optional = true }
futures-timer = { version = "3.0.0", optional = true }
http = { version = "0.2.11", optional = true } # same as hyper
Expand Down

0 comments on commit b59b78d

Please sign in to comment.