diff --git a/Cargo.toml b/Cargo.toml index 3a6671f..1456dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1" chrono = "0.4" log = "0.4" gcloud-sdk = {version = "0.24", features = ["rest"]} -hyper = { version = "0.14", features = ["client", "http1"] } +hyper = { version = "1.3.1", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.25", optional = true } http = "0.2"