chore: bump goauth from 0.12.0 to 0.13.0 (#25472)

* chore: bump goauth from 0.12.0 to 0.13.0

Bumps [goauth](https://github.com/durch/rust-goauth) from 0.12.0 to 0.13.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] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-05-23 11:27:58 -06:00 committed by GitHub
parent 2a864e597b
commit 4fab83ba87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1656,9 +1656,9 @@ dependencies = [
[[package]]
name = "goauth"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a139506b3f65acaee2a2b4cb5bd51b26e0c6945d280955a9c25c026e1849537"
checksum = "8457926bf7016133268f52fb6c0a636747fa2cccd8aa5afbef7347a01ca9b4e3"
dependencies = [
"arc-swap",
"futures 0.3.21",

View File

@ -1426,9 +1426,9 @@ dependencies = [
[[package]]
name = "goauth"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a139506b3f65acaee2a2b4cb5bd51b26e0c6945d280955a9c25c026e1849537"
checksum = "8457926bf7016133268f52fb6c0a636747fa2cccd8aa5afbef7347a01ca9b4e3"
dependencies = [
"arc-swap",
"futures 0.3.21",

View File

@ -16,7 +16,7 @@ bzip2 = "0.4.3"
enum-iterator = "0.8.1"
flate2 = "1.0.23"
futures = "0.3.21"
goauth = "0.12.0"
goauth = "0.13.0"
log = "0.4.17"
prost = "0.10.3"
prost-types = "0.10.0"