Update rustls-pemfile to v1.0.0

This commit is contained in:
Joakim Frostegård 2022-05-10 23:16:04 +02:00
parent f222b2fc60
commit cc1eda80a7
4 changed files with 5 additions and 5 deletions

View file

@ -37,4 +37,4 @@ toml = "0.5"
glommio = { version = "0.7", optional = true }
hwloc = { version = "0.5", optional = true }
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "0.3", optional = true }
rustls-pemfile = { version = "1", optional = true }