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

This commit is contained in:
2023-01-19 09:18:52 +00:00
parent fefe684fdd
commit ea177f6eb8
2 changed files with 15 additions and 9 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.2.1"
rustls-pemfile = "1.0.1"
rustls-pemfile = "1.0.2"
rustls = "0.20.7"
[dev-dependencies]