From 9a75c8a1d4997fa075857674dbb2b143b36ae5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:32:56 +0000 Subject: [PATCH] Update futures requirement from 0.1.25 to 0.3.30 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.25...0.3.30) --- 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 ca248fe..958d613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,6 @@ ureq = "2" [dev-dependencies] env_logger = { version = "0.11.3", default-features = false } -futures = "0.1.25" +futures = "0.3.30" hyper = "0.12" regex = "1.3"