Update Rust crate x509-parser to 0.15.1
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user