require safe tokio version range

see https://rustsec.org/advisories/RUSTSEC-2023-0005
This commit is contained in:
Rob Ede 2023-02-03 20:05:43 -05:00
parent bce1f86308
commit 3a94aeed09
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

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