bump himalaya lib v0.2.0

This commit is contained in:
Clément DOUIN 2022-09-28 23:28:05 +02:00
parent 1dcdfa8afa
commit 29aa383147
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -473,7 +473,9 @@ dependencies = [
[[package]] [[package]]
name = "himalaya-lib" name = "himalaya-lib"
version = "0.1.0" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725a54202cadc90ba876d8317ea17c035df3060c5fb18c5dcf4e74bf4362e5ce"
dependencies = [ dependencies = [
"ammonia", "ammonia",
"chrono", "chrono",

View file

@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
convert_case = "0.5.0" convert_case = "0.5.0"
env_logger = "0.8.3" env_logger = "0.8.3"
erased-serde = "0.3.18" erased-serde = "0.3.18"
himalaya-lib = { version = "=0.1.0", features = ["imap-backend"] } himalaya-lib = { version = "=0.2.0", features = ["imap-backend"] }
html-escape = "0.2.9" html-escape = "0.2.9"
lettre = { version = "=0.10.0-rc.7", features = ["serde"] } lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
log = "0.4.14" log = "0.4.14"