aboutsummaryrefslogtreecommitdiffstats
path: root/askama_rocket/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-26 04:16:04 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-10-26 10:23:58 +0200
commit40bb3382b0c98e97f484c81659207b6b950c5cb0 (patch)
tree1a7d530fea3476bec7a4a9be97c3008712804389 /askama_rocket/Cargo.toml
parent76462255ea6ce20cc13552164c24b34f729f9d0f (diff)
downloadaskama-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>
Diffstat (limited to '')
-rw-r--r--askama_rocket/Cargo.toml2
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"]