diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 12:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 12:17:37 +0000 |
commit | 4b406c019caba95852bdf42548ecd64dfb0d4400 (patch) | |
tree | bf711e3ebeabee1f98c01012211b9d958c8f318e /Cargo.toml | |
parent | Document scoop and podman ways of running miniserve (diff) | |
parent | Bump rustls-pemfile from 0.2.1 to 0.3.0 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |