diff --git a/Cargo.toml b/Cargo.toml index 4bafeef..23bc2ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gcloud-sdk = {version = "0.23", features = ["rest"]} hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.21", optional = true } -http = "0.2" +http = "1.0" async-trait = "0.1.75" [dev-dependencies]