From 06dd95478c04c654e6171a88c74db4797ddd1248 Mon Sep 17 00:00:00 2001 From: Easyoakland <97992568+Easyoakland@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:20:42 +0000 Subject: [PATCH] Update `futures-buffered` to fix no-std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f618775..643ad58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures-lite = { version = "1.12.0", default-features = false } pin-project = "1.0.8" slab = { version = "0.4.8", optional = true } smallvec = { version = "1.11.0", optional = true } -futures-buffered = "0.2.6" +futures-buffered = "0.2.9" [dev-dependencies] async-io = "2.3.2"