aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-26 07:46:24 -0400
committerGitHub <noreply@github.com>2020-08-26 07:46:24 -0400
commit9496aacc039a0a58fbcb38e9215c1888184d43c5 (patch)
tree8d35b4ea7ea51ba41efa35d97a4f726b1ce13b74
parentd727527490107a0ee35607a60d65d05eed6a8466 (diff)
downloadxesite-9496aacc039a0a58fbcb38e9215c1888184d43c5.tar.xz
xesite-9496aacc039a0a58fbcb38e9215c1888184d43c5.zip
build(deps): bump reqwest from 0.10.7 to 0.10.8 (#199)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.8. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.10.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8380ad8..8584c25 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1625,9 +1625,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.10.7"
+version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12427a5577082c24419c9c417db35cfeb65962efc7675bb6b0d5f1f9d315bfe6"
+checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
dependencies = [
"base64 0.12.3",
"bytes",