aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 12:17:37 +0000
committerGitHub <noreply@github.com>2022-02-06 12:17:37 +0000
commit4b406c019caba95852bdf42548ecd64dfb0d4400 (patch)
treebf711e3ebeabee1f98c01012211b9d958c8f318e /Cargo.toml
parentDocument scoop and podman ways of running miniserve (diff)
parentBump rustls-pemfile from 0.2.1 to 0.3.0 (diff)
downloadminiserve-4b406c019caba95852bdf42548ecd64dfb0d4400.tar.gz
miniserve-4b406c019caba95852bdf42548ecd64dfb0d4400.zip
Merge pull request #727 from svenstaro/dependabot/cargo/rustls-pemfile-0.3.0
Bump rustls-pemfile from 0.2.1 to 0.3.0
Diffstat (limited to '')
-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"