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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 10:50:21 -07:00 committed by GitHub
parent c078ca3fb3
commit ac13d14e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 4 deletions

25
Cargo.lock generated
View File

@ -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"

View File

@ -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"