From b086a21602c49aa00290628321da3154d33d5911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:16:04 +0000 Subject: [PATCH] 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] --- askama_rocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 0496a340d..9495d1ba0 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"]