diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-26 04:16:04 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-10-26 10:23:58 +0200 |
commit | 40bb3382b0c98e97f484c81659207b6b950c5cb0 (patch) | |
tree | 1a7d530fea3476bec7a4a9be97c3008712804389 | |
parent | 76462255ea6ce20cc13552164c24b34f729f9d0f (diff) | |
download | askama-40bb3382b0c98e97f484c81659207b6b950c5cb0.tar.gz askama-40bb3382b0c98e97f484c81659207b6b950c5cb0.tar.bz2 askama-40bb3382b0c98e97f484c81659207b6b950c5cb0.zip |
build(deps): update futures-lite requirement from 1.12.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.12.0...v2.0.0)
---
updated-dependencies:
- dependency-name: futures-lite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | askama_rocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 0496a34..9495d1b 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -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"] |