From ac13d14e308b26b2d7b470ddcee02eed4e9e5167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:50:21 -0700 Subject: [PATCH] chore: bump goauth from 0.10.0 to 0.11.1 (#23070) Bumps [goauth](https://github.com/durch/rust-goauth) from 0.10.0 to 0.11.1. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 25 ++++++++++++++++++++++--- storage-bigtable/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9e72e6db..457d9cbd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1783,9 +1783,9 @@ dependencies = [ [[package]] name = "goauth" -version = "0.10.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035" +checksum = "38f3d68c8343245dc047982651b5afb8bd659c9959ed72efe5a73bf22684e5fd" dependencies = [ "arc-swap", "futures 0.3.19", @@ -1796,7 +1796,7 @@ dependencies = [ "serde_json", "simpl", "smpl_jwt", - "time 0.2.27", + "time 0.3.7", "tokio", ] @@ -2854,6 +2854,15 @@ dependencies = [ "syn 1.0.81", ] +[[package]] +name = "num_threads" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" +dependencies = [ + "libc", +] + [[package]] name = "number_prefix" version = "0.4.0" @@ -6840,6 +6849,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d" +dependencies = [ + "libc", + "num_threads", +] + [[package]] name = "time-macros" version = "0.1.1" diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index f69378a984..9109552040 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -15,7 +15,7 @@ bincode = "1.3.3" bzip2 = "0.4.3" enum-iterator = "0.7.0" flate2 = "1.0.22" -goauth = "0.10.0" +goauth = "0.11.1" log = "0.4.14" prost = "0.9.0" prost-types = "0.9.0"