Skip to content

Commit c44c6b3

Browse files
committed
Duh, update dependency version as well
1 parent b2aa40e commit c44c6b3

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
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" }
1919
bytes = "1"
2020
futures-util = "0.3.8"
2121
futures-sink = "0.3.8"
22-
imap-proto = { version = "0.12", path = "../imap-proto" }
22+
imap-proto = { version = "0.13", path = "../imap-proto" }
2323
nom = "6"
2424
pin-project = "1"
2525
tokio = { version = "1", features = ["net"] }

0 commit comments

Comments
 (0)