Skip to content

Commit f8e0dd4

Browse files
committed
Upgrade to latest versions of futures crates (RUSTSEC-2020-0059)
1 parent 871daec commit f8e0dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio-imap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ maintenance = { status = "passively-maintained" }
1717

1818
[dependencies]
1919
bytes = "0.6"
20-
futures-util = "0.3.1"
21-
futures-sink = "0.3.1"
20+
futures-util = "0.3.8"
21+
futures-sink = "0.3.8"
2222
imap-proto = { version = "0.12", path = "../imap-proto" }
2323
nom = "6"
2424
pin-project = "1"

0 commit comments

Comments
 (0)