From 7640841b0229ec23c29fdae2c2ac0a3bb65568cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 09:02:42 +0000 Subject: [PATCH] chore: bump goauth from 0.7.2 to 0.8.1 Bumps [goauth](https://github.com/durch/rust-goauth) from 0.7.2 to 0.8.1. - [Release notes](https://github.com/durch/rust-goauth/releases) - [Commits](https://github.com/durch/rust-goauth/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- storage-bigtable/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b411706a..fa16c6c0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,10 +1320,11 @@ dependencies = [ [[package]] name = "goauth" -version = "0.7.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5945153d9c566dd5544eca9da4aa430a16343129221a2064cb600d1e6c307212" +checksum = "877c55b7ac37895bd6e4ca0b357c074248358c95e20cf1cf2b462603121f7b87" dependencies = [ + "arc-swap", "futures 0.3.8", "log 0.4.8", "reqwest", diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 606226bf7..79d26e2b8 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -14,7 +14,7 @@ bincode = "1.2.1" bzip2 = "0.3.3" enum-iterator = "0.6.0" flate2 = "1.0.14" -goauth = "0.7.2" +goauth = "0.8.1" log = "0.4.8" prost = "0.6.1" prost-types = "0.6.1"