aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-13 08:54:03 -0500
committerGitHub <noreply@github.com>2021-03-13 08:54:03 -0500
commit8b97cde7a5b9a0e8c80e658b867339cbc7bca3b6 (patch)
tree00ae137d0a86c7ddf8e277727842dfd8541c3e3b
parent7a7e1aff6fb9b96fb2b70306704a72f4e278f3f7 (diff)
downloadxesite-8b97cde7a5b9a0e8c80e658b867339cbc7bca3b6.tar.xz
xesite-8b97cde7a5b9a0e8c80e658b867339cbc7bca3b6.zip
build(deps): bump reqwest from 0.11.1 to 0.11.2 (#341)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.1 to 0.11.2. - [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.11.1...v0.11.2) 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 e18218e..903f4c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1602,9 +1602,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.1"
+version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34"
+checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4"
dependencies = [
"base64 0.13.0",
"bytes",