pin imap version (#303)

This commit is contained in:
Clément DOUIN 2022-02-25 18:55:42 +01:00
parent 2b203b615c
commit bd15e7d979
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Rust edition transition [#303]
- Build failure due to `imap` version [#303]
- No tilde expansion in `maildir-dir` [#305]
## [0.5.6] - 2022-02-22

View file

@ -25,7 +25,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
env_logger = "0.8.3"
erased-serde = "0.3.18"
html-escape = "0.2.9"
imap = "3.0.0-alpha.4"
imap = "=3.0.0-alpha.4"
imap-proto = "0.14.3"
lettre = { version = "0.10.0-rc.1", features = ["serde"] }
log = "0.4.14"