Update Rust crate x509-parser to 0.15.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-04 00:36:42 +00:00
parent 985457da43
commit 85a728319c
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ serde = { version = "1.0.181", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.25"
webpki = "0.22.0"
x509-parser = "0.15.0"
x509-parser = "0.15.1"
pem = "2.0.1"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }