From 1913ee5cd5260d1246013fe9a99e1a86218b9d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:52:38 +0000 Subject: [PATCH] chore(deps): Bump goauth from 0.13.1 to 0.14.0 (#18872) * chore(deps): Bump goauth from 0.13.1 to 0.14.0 Bumps [goauth](https://github.com/durch/rust-goauth) from 0.13.1 to 0.14.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] * update smpl_jwt to avoid conflicting versions --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neuronull --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38cca4e82665b..c999eaa7fb103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3694,9 +3694,9 @@ dependencies = [ [[package]] name = "goauth" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8af59a261bcf42f45d1b261232847b9b850ba0a1419d6100698246fb66e9240" +checksum = "d351469a584f3b3565e2e740d4da60839bddc4320dadd7d61da8bdd77ffb373b" dependencies = [ "arc-swap", "futures 0.3.28", @@ -8204,11 +8204,11 @@ dependencies = [ [[package]] name = "smpl_jwt" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9" +checksum = "fff23fdd767425c13e6f354b7443b3cc0c23097ae077e2211ef8143fa68ad014" dependencies = [ - "base64 0.13.1", + "base64 0.21.4", "log", "openssl", "serde", diff --git a/Cargo.toml b/Cargo.toml index 73cdb15946747..ef08f56229f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -218,8 +218,8 @@ prost-reflect = { version = "0.12", default-features = false, optional = true } prost-types = { version = "0.12", default-features = false, optional = true } # GCP -goauth = { version = "0.13.1", optional = true } -smpl_jwt = { version = "0.7.1", default-features = false, optional = true } +goauth = { version = "0.14.0", optional = true } +smpl_jwt = { version = "0.8.0", default-features = false, optional = true } # AMQP lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true }