Skip to content

Commit 82ace7b

Browse files
committed
tokio-imap: bump imap-proto dependency to 0.11.0
1 parent 324be1a commit 82ace7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-imap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintenance = { status = "passively-maintained" }
1818
[dependencies]
1919
bytes = "0.5"
2020
futures = "0.3.1"
21-
imap-proto = { version = "0.10", path = "../imap-proto" }
21+
imap-proto = { version = "0.11", path = "../imap-proto" }
2222
nom = "5"
2323
pin-project = "0.4"
2424
tokio = { version = "0.2.2", features = ["tcp"] }

0 commit comments

Comments
 (0)