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

@ -35,7 +35,7 @@ memchr = "2"
privdrop = "0.5"
once_cell = "1"
rand = { version = "0.8", features = ["small_rng"] }
rustls-pemfile = "0.3"
rustls-pemfile = "1"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"