diff --git a/Cargo.lock b/Cargo.lock index 4348a4c13d..ce894a7b58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7582,7 +7582,7 @@ dependencies = [ "futures", "googapis", "gouth", - "http 0.2.12", + "http 1.1.0", "hyper 0.14.28", "hyper-rustls 0.24.2", "log", diff --git a/tremor-connectors-gcp/Cargo.toml b/tremor-connectors-gcp/Cargo.toml index 369d344a7f..aa6200fa67 100644 --- a/tremor-connectors-gcp/Cargo.toml +++ b/tremor-connectors-gcp/Cargo.toml @@ -20,7 +20,7 @@ tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } anyhow = { version = "1", default-features = true } async-trait = { version = "0.1", default-features = true } futures = { version = "0.3", default-features = true } -http = { version = "0.2", default-features = true } +http = { version = "1.1", default-features = true } log = { version = "0.4", default-features = true } serde = { version = "1.0", default-features = true, features = ["derive"] } thiserror = { version = "1", default-features = true }