Update Rust crate pem to 3.0.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-12-13 00:19:09 +00:00 committed by Pierre Hubert
parent 804c3e433b
commit 9500df553a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1285,9 +1285,9 @@ checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[package]]
name = "pem"
version = "3.0.2"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923"
checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310"
dependencies = [
"base64 0.21.0",
"serde",

View File

@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] }
futures = "0.3.29"
webpki = "0.22.4"
x509-parser = "0.15.1"
pem = "3.0.2"
pem = "3.0.3"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
urlencoding = "2.1.3"