From 627ee6834185f2438dec23ea226c65a9668abf7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:14:38 +0100 Subject: [PATCH] chore(deps): bump futures-util from 0.3.30 to 0.3.31 in /examples (#471) Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. - [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.3.30...0.3.31) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/middleware/Cargo.toml | 2 +- examples/websockets/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/middleware/Cargo.toml b/examples/middleware/Cargo.toml index a8190ea..c24cabe 100644 --- a/examples/middleware/Cargo.toml +++ b/examples/middleware/Cargo.toml @@ -8,4 +8,4 @@ edition.workspace = true actix-session = { version = "0.10", features = ["cookie-session"] } actix-web = "4" env_logger = "0.11" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.31", default-features = false, features = ["std"] } diff --git a/examples/websockets/Cargo.toml b/examples/websockets/Cargo.toml index 82200f4..d803203 100644 --- a/examples/websockets/Cargo.toml +++ b/examples/websockets/Cargo.toml @@ -7,4 +7,4 @@ edition.workspace = true [dependencies] actix-web = "4" actix-ws = "0.3" -futures-util = { version = "0.3.17", default-features = false, features = ["std"] } +futures-util = { version = "0.3.31", default-features = false, features = ["std"] }