bump email-lib@0.18.0

This commit is contained in:
Clément DOUIN 2023-12-16 10:20:29 +01:00
parent 6942c59097
commit 73e1824a0d
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -1245,8 +1245,9 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.17.1"
source = "git+https://git.sr.ht/~soywod/pimalaya#da6c3e9834c5e2071a66a6b7e3e71a8eddc73766"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58f35a5789c62c179394f579197c3a32621d8edc1077f7ce84ac8ae9bb44718"
dependencies = [
"advisory-lock",
"anyhow",

View file

@ -50,7 +50,7 @@ clap_mangen = "0.2"
console = "0.15.2"
dialoguer = "0.10.2"
dirs = "4.0"
email-lib = { git = "https://git.sr.ht/~soywod/pimalaya", default-features = false }
email-lib = { version = "=0.18.0", default-features = false }
email_address = "0.2.4"
env_logger = "0.8"
erased-serde = "0.3"