Skip to content

Commit 06dd954

Browse files
authored
Update futures-buffered to fix no-std
1 parent fc9ad5e commit 06dd954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ futures-lite = { version = "1.12.0", default-features = false }
3838
pin-project = "1.0.8"
3939
slab = { version = "0.4.8", optional = true }
4040
smallvec = { version = "1.11.0", optional = true }
41-
futures-buffered = "0.2.6"
41+
futures-buffered = "0.2.9"
4242

4343
[dev-dependencies]
4444
async-io = "2.3.2"

0 commit comments

Comments
 (0)