Skip to content

Commit f024b03

Browse files
sebhosschifflier
authored andcommitted
update future crates to non-yanked versions
Version 0.3.30 was yanked on crates.io causing warnings when downstream projects depend on them. Signed-off-by: Sebastian Hoß <[email protected]>
1 parent ed39310 commit f024b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ travis-ci = { repository = "Geal/cookie-factory" }
7777
maintenance = { status = "actively-developed" }
7878

7979
[dependencies]
80-
futures-io = { version = "0.3.30", optional = true }
81-
futures-util = { version = "0.3.30", optional = true, features = ["io"]}
80+
futures-io = { version = "0.3.31", optional = true }
81+
futures-util = { version = "0.3.31", optional = true, features = ["io"]}

0 commit comments

Comments
 (0)