aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-14 09:40:44 +0000
committerGitHub <noreply@github.com>2022-06-14 09:40:44 +0000
commit065e79420ec0a0f8f473b081aa5cf10fc7cdf3b5 (patch)
treeb710011e14f1f8acf33072ae4070992e876409f1
parentBump http from 0.2.7 to 0.2.8 (#808) (diff)
downloadminiserve-065e79420ec0a0f8f473b081aa5cf10fc7cdf3b5.tar.gz
miniserve-065e79420ec0a0f8f473b081aa5cf10fc7cdf3b5.zip
Bump reqwest from 0.11.10 to 0.11.11 (#819)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11. - [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.10...v0.11.11) --- 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.lock18
1 files changed, 5 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5a4c794..bfa57f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1630,7 +1630,7 @@ dependencies = [
"reqwest",
"rstest",
"rustls",
- "rustls-pemfile 1.0.0",
+ "rustls-pemfile",
"select",
"serde",
"sha2",
@@ -2174,9 +2174,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.10"
+version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
+checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
dependencies = [
"base64",
"bytes",
@@ -2197,12 +2197,13 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rustls",
- "rustls-pemfile 0.3.0",
+ "rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls",
+ "tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
@@ -2287,15 +2288,6 @@ dependencies = [
[[package]]
name = "rustls-pemfile"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
-dependencies = [
- "base64",
-]
-
-[[package]]
-name = "rustls-pemfile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"