aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-22 08:48:49 -0400
committerGitHub <noreply@github.com>2021-06-22 08:48:49 -0400
commitfbed80228938ea2326bcfe5cf3dec5189ac2b5bb (patch)
treeb8a35e968988766568528dcff0c67b4619eb4992
parenta50215c57113c959b8e1055ec98c8276f2f81249 (diff)
downloadxesite-fbed80228938ea2326bcfe5cf3dec5189ac2b5bb.tar.xz
xesite-fbed80228938ea2326bcfe5cf3dec5189ac2b5bb.zip
Bump reqwest from 0.11.3 to 0.11.4 (#378)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.3 to 0.11.4. - [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.3...v0.11.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 ccb5d1d..cc74b80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1641,9 +1641,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.3"
+version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124"
+checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
dependencies = [
"base64",
"bytes",