diff --git a/Cargo.toml b/Cargo.toml index 724f9d3..34543eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] clap = "3.2.12" -hyper = "0.14.12" +hyper = "0.14.20" rand = "0.8.5" reqwest = { version = "0.11", features = ["json"]} tokio = { version= "1.20.0", features = ["full"]} @@ -14,4 +14,4 @@ serde = { version = "1.0", features = ["derive"]} serde_json = "1.0" [dev-dependencies] -hyper = "0.14.12" \ No newline at end of file +hyper = "0.14.20" \ No newline at end of file