From 29aa383147610265fa0c31ca639b54411efecb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Wed, 28 Sep 2022 23:28:05 +0200 Subject: [PATCH] bump himalaya lib v0.2.0 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f776306..c0ffa765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,9 @@ dependencies = [ [[package]] name = "himalaya-lib" -version = "0.1.0" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "725a54202cadc90ba876d8317ea17c035df3060c5fb18c5dcf4e74bf4362e5ce" dependencies = [ "ammonia", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e7635cec..0230070e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions" convert_case = "0.5.0" env_logger = "0.8.3" 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" lettre = { version = "=0.10.0-rc.7", features = ["serde"] } log = "0.4.14"