aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9438e7c..dbfdbe3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ httparse = "1"
http = "0.2"
atty = "0.2"
rustls = { version = "0.20", optional = true }
-rustls-pemfile = { version = "0.2", optional = true }
+rustls-pemfile = { version = "0.3", optional = true }
socket2 = "0.4"
get_if_addrs = "0.5"