mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
chore(cargo): require tokio 1.37.0
Make deps.rs happy about RUSTSEC-2023-0001
This commit is contained in:
@@ -92,7 +92,7 @@ strum_macros = "0.26"
|
||||
tagger = "4.3.4"
|
||||
textwrap = "0.16.1"
|
||||
thiserror = "1"
|
||||
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.37.0", features = ["fs", "rt-multi-thread", "macros"] }
|
||||
tokio-io-timeout = "1.2.0"
|
||||
tokio-stream = { version = "0.1.15", features = ["fs"] }
|
||||
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
|
||||
|
||||
Reference in New Issue
Block a user