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

4
Cargo.lock generated
View file

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