aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-04-15 06:55:25 +0000
committerGitHub <noreply@github.com>2022-04-15 06:55:25 +0000
commitbf528b65b136ef4c13247c7c03810c8b3b826295 (patch)
tree6df3363c1dc7dc2be25617d7459c859400e99af0 /Cargo.toml
parentMerge pull request #769 from svenstaro/dependabot/cargo/httparse-1.7.0 (diff)
parentBump rustls-pemfile from 0.3.0 to 1.0.0 (diff)
downloadminiserve-bf528b65b136ef4c13247c7c03810c8b3b826295.tar.gz
miniserve-bf528b65b136ef4c13247c7c03810c8b3b826295.zip
Merge pull request #770 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.0
Bump rustls-pemfile from 0.3.0 to 1.0.0
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 5359844..28f2d40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ httparse = "1"
http = "0.2"
atty = "0.2"
rustls = { version = "0.20", optional = true }
-rustls-pemfile = { version = "0.3", optional = true }
+rustls-pemfile = { version = "1.0", optional = true }
socket2 = "0.4"
get_if_addrs = "0.5"