diff --git a/Cargo.toml b/Cargo.toml index 9176413..829e86e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gcloud-sdk = {version = "0.24", 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]