mirror of https://github.com/fafhrd91/actix-net
Update rustls-pemfile requirement from 1 to 2
Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.0...v/2.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4c12b81492
commit
23d6c4bdec
|
@ -98,7 +98,7 @@ bytes = "1"
|
|||
env_logger = "0.10"
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["sink"] }
|
||||
rcgen = "0.11"
|
||||
rustls-pemfile = "1"
|
||||
rustls-pemfile = "2"
|
||||
tokio-rustls-024 = { package = "tokio-rustls", version = "0.24", features = ["dangerous_configuration"] }
|
||||
trust-dns-resolver = "0.23"
|
||||
|
||||
|
|
Loading…
Reference in New Issue