aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-24 10:03:58 +0000
committerGitHub <noreply@github.com>2022-11-24 10:03:58 +0000
commitb70c0b6bdeab0bef3cd04e67a86472e1327b9d8a (patch)
tree0c9fe8986341ab45162fe2f57ae4cb2a53a6a0ac
parentaadc8f4fce5008a55a7ebb6d4992dc5633431ce5 (diff)
downloadxesite-b70c0b6bdeab0bef3cd04e67a86472e1327b9d8a.tar.xz
xesite-b70c0b6bdeab0bef3cd04e67a86472e1327b9d8a.zip
build(deps): bump reqwest from 0.11.12 to 0.11.13
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13. - [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.12...v0.11.13) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5720f67..341c596 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2249,9 +2249,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.12"
+version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
+checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [
"base64",
"bytes",