aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-01 21:40:24 -0400
committerGitHub <noreply@github.com>2022-10-01 21:40:24 -0400
commitb3d3c7991ec0d88783a541f03e5c8f76cbce3c53 (patch)
tree926c575ab704307f5cc22093b9a50a0637f15a7b
parent5a1f32751d7515e5b46d1326e99c8b73d2847541 (diff)
downloadxesite-b3d3c7991ec0d88783a541f03e5c8f76cbce3c53.tar.xz
xesite-b3d3c7991ec0d88783a541f03e5c8f76cbce3c53.zip
build(deps): bump reqwest from 0.11.11 to 0.11.12 (#551)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [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.11...v0.11.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f4fe33b..93718d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2132,9 +2132,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.11"
+version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
+checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [
"base64",
"bytes",
@@ -2148,10 +2148,10 @@ dependencies = [
"hyper-tls",
"ipnet",
"js-sys",
- "lazy_static",
"log",
"mime",
"native-tls",
+ "once_cell",
"percent-encoding",
"pin-project-lite",
"serde",