Update Rust crate rustls-pemfile to 1.0.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-29 00:10:40 +00:00
parent 2d368dfdd5
commit 35a7aee89f
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tl
urlencoding = "2.1.2"
hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] }
bytes = "1.4.0"
rustls-pemfile = "1.0.2"
rustls-pemfile = "1.0.3"
rustls = { version = "0.20.7", features = ["dangerous_configuration"] }
[dev-dependencies]