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

@ -34,7 +34,7 @@ mimalloc = { version = "0.1", default-features = false }
privdrop = "0.5"
rand = { version = "0.8", features = ["small_rng"] }
rustls = "0.20"
rustls-pemfile = "0.3"
rustls-pemfile = "1"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"