diff --git a/Cargo.toml b/Cargo.toml index b35d500..14463f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Richard do Nascimento Fagundes "] edition = "2018" [dependencies] -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.1", features = ["full"] } tokio = { version = "1", features = ["full"] } serde = "1.0" serde_json = "1.0"