diff --git a/Cargo.toml b/Cargo.toml index 724f9d3..fdd918d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = "3.2.12" hyper = "0.14.12" rand = "0.8.5" reqwest = { version = "0.11", features = ["json"]} -tokio = { version= "1.20.0", features = ["full"]} +tokio = { version= "1.20.4", features = ["full"]} serde = { version = "1.0", features = ["derive"]} serde_json = "1.0"