mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
chore(cargo): require tokio 1.37.0
Make deps.rs happy about RUSTSEC-2023-0001
This commit is contained in:
@@ -20,7 +20,7 @@ libc = "0.2"
|
||||
human-panic = { version = "1", default-features = false }
|
||||
num-traits = "0.2"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user