bump email-lib@0.22.3

This commit is contained in:
Clément DOUIN 2024-02-25 10:44:58 +01:00
parent 1699a581ce
commit 8e8040e036
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 3 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1208,9 +1208,9 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.22.1"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad6ab69fa4098473997de0b067a10904b99666f5b5f2a9cf48245a0432b29c4a"
checksum = "7444aaa4ce80e796febd3def00dd27ec59f4097d65d727cfa5f16dfb07a4fd72"
dependencies = [
"advisory-lock",
"anyhow",

View file

@ -59,7 +59,7 @@ clap_mangen = "0.2"
console = "0.15.2"
dialoguer = "0.10.2"
dirs = "4"
email-lib = { version = "=0.22.1", default-features = false }
email-lib = { version = "=0.22.3", default-features = false }
email_address = "0.2.4"
env_logger = "0.8"
erased-serde = "0.3"
@ -88,6 +88,3 @@ uuid = { version = "0.8", features = ["v4"] }
[target.'cfg(not(windows))'.dependencies.coredump]
version = "0.1"
# [patch.crates-io]
# email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }