mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Set read/write timeouts for IMAP sockets
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -929,6 +929,7 @@ dependencies = [
|
||||
"textwrap",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-io-timeout",
|
||||
"tokio-stream",
|
||||
"tokio-tar",
|
||||
"toml",
|
||||
@@ -3550,6 +3551,16 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-io-timeout"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
||||
dependencies = [
|
||||
"pin-project-lite",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-macros"
|
||||
version = "1.8.0"
|
||||
|
||||
Reference in New Issue
Block a user