From 8b028b3968c92f5f50fe1d588816a9a3b5a01c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:10:27 +0000 Subject: [PATCH] chore(deps): Bump goauth from 0.14.0 to 0.16.0 Bumps [goauth](https://github.com/durch/rust-goauth) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/durch/rust-goauth/releases) - [Commits](https://github.com/durch/rust-goauth/commits) --- updated-dependencies: - dependency-name: goauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fc3437f722b6..a2cb5d4f126f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3811,14 +3811,14 @@ dependencies = [ [[package]] name = "goauth" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d351469a584f3b3565e2e740d4da60839bddc4320dadd7d61da8bdd77ffb373b" +checksum = "7b1f1228623a5a37d4834f984573a01086708b109bbf0f7c2ee8d70b0c90d7a5" dependencies = [ "arc-swap", "futures 0.3.31", "log", - "reqwest 0.11.26", + "reqwest 0.12.4", "serde", "serde_derive", "serde_json", @@ -4587,6 +4587,22 @@ dependencies = [ "tokio-native-tls", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes 1.7.2", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + [[package]] name = "hyper-util" version = "0.1.9" @@ -7866,7 +7882,7 @@ dependencies = [ "http-body 0.4.5", "hyper 0.14.28", "hyper-rustls 0.24.2", - "hyper-tls", + "hyper-tls 0.5.0", "ipnet", "js-sys", "log", @@ -7904,6 +7920,7 @@ checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "base64 0.22.1", "bytes 1.7.2", + "futures-channel", "futures-core", "futures-util", "http 1.1.0", @@ -7911,12 +7928,14 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-rustls 0.26.0", + "hyper-tls 0.6.0", "hyper-util", "ipnet", "js-sys", "log", "mime", "mime_guess", + "native-tls", "once_cell", "percent-encoding", "pin-project-lite", @@ -7928,6 +7947,7 @@ dependencies = [ "serde_urlencoded", "sync_wrapper 0.1.2", "tokio", + "tokio-native-tls", "tokio-rustls 0.25.0", "tokio-util", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index 023ced7102cbc..4386b289dd3bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -251,7 +251,7 @@ prost-reflect = { workspace = true, optional = true } prost-types = { workspace = true, optional = true } # GCP -goauth = { version = "0.14.0", optional = true } +goauth = { version = "0.16.0", optional = true } smpl_jwt = { version = "0.8.0", default-features = false, optional = true } # AMQP