Update rustls-pemfile to 0.3

This commit is contained in:
Joakim Frostegård 2022-02-19 14:46:16 +01:00
parent f56d482760
commit 7c8c67b847
3 changed files with 4 additions and 4 deletions

View file

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