From 10eb4604183ca5d2c66b90e213eb9a8ab57575a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:46:41 +0000 Subject: [PATCH] Update futures-lite requirement from 1.13.0 to 2.1.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.13.0...v2.1.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3a0eb2..efd7977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] crc32fast = "1" -futures-lite = { version = "1.13.0", default-features = false, features = ["std"] } +futures-lite = { version = "2.1.0", default-features = false, features = ["std"] } pin-project = "1" thiserror = "1"