mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
bump email-lib@0.22.3
This commit is contained in:
parent
1699a581ce
commit
8e8040e036
2 changed files with 3 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue