Skip to content

Commit a6c1855

Browse files
committed
Bump imap-proto version to 0.16
1 parent 4d3dbaf commit a6c1855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imap-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imap-proto"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "IMAP protocol parser and data structures"
66
documentation = "https://docs.rs/imap-proto"

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
bytes = "1"
2020
futures-util = "0.3.8"
2121
futures-sink = "0.3.8"
22-
imap-proto = { version = "0.15", path = "../imap-proto" }
22+
imap-proto = { version = "0.16", path = "../imap-proto" }
2323
nom = "7"
2424
pin-project = "1"
2525
tokio = { version = "1", features = ["net"] }

0 commit comments

Comments
 (0)