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

4
Cargo.lock generated
View file

@ -1729,9 +1729,9 @@ dependencies = [
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
dependencies = [
"base64",
]