From d53f6824ceec9e9b932ac26f4b60efe55171ed09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:38:54 +0000 Subject: [PATCH] Update futures-lite requirement from 1.10.1 to 2.3.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.10.1...v2.3.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 d3b9b032..e29712e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ crossbeam-utils = ">=0.7.0, <0.9.0" curl = "0.4.36" curl-sys = "0.4.55" event-listener = "2.3.3" -futures-lite = "1.10.1" +futures-lite = "2.3.0" http = "0.2.1" log = "0.4" once_cell = "1"