diff --git a/Cargo.toml b/Cargo.toml index dd95dae..573e9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { version = "1" } chrono = "0.4" log = "0.4" gcloud-sdk = { version = "0.25", features = ["rest"] } -hyper = { version = "0.14", features = ["client", "http1"] } +hyper = { version = "1.0", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.25", optional = true, features = ["rustls-native-certs"] } http = "0.2"