diff --git a/Cargo.toml b/Cargo.toml index dd95dae..371ab8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ gcloud-sdk = { version = "0.25", features = ["rest"] } hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.25", optional = true, features = ["rustls-native-certs"] } -http = "0.2" +http = "1.0" async-trait = "0.1" [dev-dependencies]