From 5d01df4c329fd7dd0d38054d2e1b50262f3275cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:30:19 +0000 Subject: [PATCH] Update futures-intrusive requirement from ^0.4 to ^0.5 Updates the requirements on [futures-intrusive](https://github.com/Matthias247/futures-intrusive) to permit the latest version. - [Release notes](https://github.com/Matthias247/futures-intrusive/releases) - [Commits](https://github.com/Matthias247/futures-intrusive/commits) --- updated-dependencies: - dependency-name: futures-intrusive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/actix-async/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/actix-async/Cargo.toml b/crates/actix-async/Cargo.toml index c6ea60c..3be954b 100644 --- a/crates/actix-async/Cargo.toml +++ b/crates/actix-async/Cargo.toml @@ -39,5 +39,5 @@ doc-comment = "0.3.3" futures-util = { version = "0.3.21", default-features = false, features = [ "alloc", ] } -futures-intrusive = { version = "^0.4", default-features = false } +futures-intrusive = { version = "^0.5", default-features = false } tokio = { version = "1.18.2", features = ["full"] }