mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix tls issues
This commit is contained in:
parent
2b5e2c1c14
commit
e31bbf4b7b
2 changed files with 6 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1145,7 +1145,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "email-lib"
|
||||
version = "0.25.0"
|
||||
source = "git+https://github.com/pimalaya/core#b4b99680c8103707de055dc499afd4c6c0f81275"
|
||||
source = "git+https://github.com/pimalaya/core#e8b8d4f490bbdde44b672cf5fedf3ad432968799"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
|
@ -2073,7 +2073,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "imap-client"
|
||||
version = "0.1.4"
|
||||
source = "git+https://github.com/pimalaya/imap-client#abee5824077d7181e34a74af1d3408eb50ea0c17"
|
||||
source = "git+https://github.com/pimalaya/imap-client?branch=greeting-timeout#b04dbadfee07652cf88e3d7a1df865584f73b9b4"
|
||||
dependencies = [
|
||||
"imap-next",
|
||||
"once_cell",
|
||||
|
@ -2100,7 +2100,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "imap-next"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/soywod/imap-next#3b3aab74033125dc14766a203dba3b0e80163f2f"
|
||||
source = "git+https://github.com/soywod/imap-next?branch=greeting-timeout#fb79a9cc438d2ab98636b84443f3345a326ab691"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"imap-codec",
|
||||
|
@ -3235,7 +3235,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "process-lib"
|
||||
version = "0.4.2"
|
||||
source = "git+https://github.com/pimalaya/core#9dad2b0b59c11b0ead1932081b61409e9cb018b3"
|
||||
source = "git+https://github.com/pimalaya/core#e8b8d4f490bbdde44b672cf5fedf3ad432968799"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
|
|
|
@ -80,8 +80,8 @@ uuid = { version = "0.8", features = ["v4"] }
|
|||
|
||||
[patch.crates-io]
|
||||
imap-codec = { git = "https://github.com/duesee/imap-codec" }
|
||||
imap-next = { git = "https://github.com/soywod/imap-next" }
|
||||
imap-client = { git = "https://github.com/pimalaya/imap-client" }
|
||||
imap-next = { git = "https://github.com/soywod/imap-next", branch = "greeting-timeout" }
|
||||
imap-client = { git = "https://github.com/pimalaya/imap-client", branch = "greeting-timeout" }
|
||||
oauth-lib = { git = "https://github.com/pimalaya/core" }
|
||||
process-lib = { git = "https://github.com/pimalaya/core" }
|
||||
email-lib = { git = "https://github.com/pimalaya/core" }
|
||||
|
|
Loading…
Reference in a new issue