aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-06 11:31:50 +0000
committerGitHub <noreply@github.com>2022-02-06 11:31:50 +0000
commitdd44ce37c9c5bdfcd0df4a7b14d52e9abd51389e (patch)
tree6487ee47fad5c5f86a6b3e3e8fb3a7d7d14302b2 /Cargo.lock
parentMerge pull request #725 from aliemjay/update_actix_web (diff)
downloadminiserve-dd44ce37c9c5bdfcd0df4a7b14d52e9abd51389e.tar.gz
miniserve-dd44ce37c9c5bdfcd0df4a7b14d52e9abd51389e.zip
Bump rustls-pemfile from 0.2.1 to 0.3.0
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/0.2.1...v/0.3.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cec1d8f..67362ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1437,7 +1437,7 @@ dependencies = [
"reqwest",
"rstest",
"rustls",
- "rustls-pemfile",
+ "rustls-pemfile 0.3.0",
"select",
"serde",
"sha2",
@@ -2029,7 +2029,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rustls",
- "rustls-pemfile",
+ "rustls-pemfile 0.2.1",
"serde",
"serde_json",
"serde_urlencoded",
@@ -2108,6 +2108,15 @@ 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 = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"