mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
require safe tokio version range
see https://rustsec.org/advisories/RUSTSEC-2023-0005
This commit is contained in:
parent
bce1f86308
commit
3a94aeed09
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ serde_urlencoded = "0.7"
|
|||
slog = "2"
|
||||
slog-async = "2"
|
||||
slog-term = "2"
|
||||
tokio = { version = "1.24", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
toml = "0.7"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue