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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-16 09:02:42 +00:00 committed by Michael Vines
parent 78dc334afe
commit 7640841b02
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

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

View File

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