diff --git a/Cargo.toml b/Cargo.toml index 9d6afdd..4e492af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ reqwest = { version = "0.10.4", features = ["json"] } serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" time-parse = "0.1.2" -tokio = { version = "0.2.13", features = ["blocking", "macros"] } +tokio = { version = "0.2.20", features = ["blocking", "macros"] } warp = { version = "0.2.2", default-features = false } [build-dependencies]