From 5d4883f8bf81b5f5ecacce72828de996e3496f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:42:28 +0000 Subject: [PATCH] deps: bump futures-util from 0.3.28 to 0.3.29 Pull-Request: #4766. --- misc/futures-bounded/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/futures-bounded/Cargo.toml b/misc/futures-bounded/Cargo.toml index 9332667e476..7689e9bdcbc 100644 --- a/misc/futures-bounded/Cargo.toml +++ b/misc/futures-bounded/Cargo.toml @@ -13,7 +13,7 @@ publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures-util = { version = "0.3.28" } +futures-util = { version = "0.3.29" } futures-timer = "3.0.2" [dev-dependencies]