Skip to content

Commit 6049e76

Browse files
committed
Bump imap-proto version to 0.10.0
1 parent ab1b1f2 commit 6049e76

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.9.1"
3+
version = "0.10.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
[dependencies]
2020
bytes = "0.5"
2121
futures = "0.3.1"
22-
imap-proto = { version = "0.9.1", path = "../imap-proto" }
22+
imap-proto = { version = "0.10", path = "../imap-proto" }
2323
nom = "5"
2424
tokio = { version = "0.2.2", features = ["tcp"] }
2525
tokio-rustls = "0.12.0"

0 commit comments

Comments
 (0)