chore(cargo): require tokio 1.37.0

Make deps.rs happy about RUSTSEC-2023-0001
This commit is contained in:
link2xt
2024-04-07 19:18:44 +00:00
parent e2e3abdf03
commit 4304e3f0be
2 changed files with 2 additions and 2 deletions

View File

@@ -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"