From 28011e0de68a42ac0ef0982f621c9f393078f9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:10:10 +0000 Subject: [PATCH] :arrow_up: Update futures requirement from 0.1.26 to 0.3.31 Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.1.26...0.3.31) --- updated-dependencies: - dependency-name: futures 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 22c1a01d..745c3b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = ["systest"] [dependencies] liblzma-sys = { path = "liblzma-sys", version = "0.3.7", default-features = false } tokio-io = { version = "0.1.12", optional = true } -futures = { version = "0.1.26", optional = true } +futures = { version = "0.3.31", optional = true } num_cpus = { version = "1.16.0", optional = true } [dev-dependencies]