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

This commit is contained in:
2023-11-10 00:38:16 +00:00
parent 965c235169
commit 301ee29e95
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.3"
hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] }
bytes = "1.4.0"
rustls-pemfile = "1.0.3"
rustls-pemfile = "1.0.4"
rustls = { version = "0.20.7", features = ["dangerous_configuration"] }
[dev-dependencies]