Skip to content

Commit

Permalink
build(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 7646225 commit b086a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama_rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ askama = { version = "0.12", path = "../askama", default-features = false, featu
rocket = { version = "0.5.0-rc.3", default-features = false }

[dev-dependencies]
futures-lite = "1.12.0"
futures-lite = "2.0.0"

[features]
default = ["askama/default"]
Expand Down

0 comments on commit b086a21

Please sign in to comment.