From f7224ab477478b3104f68150943fe2535d536dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:38:53 +0000 Subject: [PATCH] Bump http from 0.2.11 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- tremor-connectors-gcp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }