From 40bb3382b0c98e97f484c81659207b6b950c5cb0 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: 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 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"] -- cgit