Skip to content

Commit 89604b4

Browse files
committed
Restrict tokio-imap to using imap-proto 0.9.1 or later
1 parent 1ae9e91 commit 89604b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" }
1919
[dependencies]
2020
bytes = "0.4"
2121
futures = { version = "0.3.0-alpha.19", package = "futures-preview" }
22-
imap-proto = { version = "0.9", path = "../imap-proto" }
22+
imap-proto = { version = "0.9.1", path = "../imap-proto" }
2323
native-tls = "0.2"
2424
nom = "5"
2525
rustls = "0.16.0"

0 commit comments

Comments
 (0)