Merge pull request 'Update Rust crate rustls-pemfile to 1.0.4' (#99) from renovate/rustls-pemfile-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #99
This commit is contained in:
2023-12-13 08:45:47 +00:00
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]