mirror of https://github.com/fafhrd91/actix-net
build(deps): update rcgen requirement from 0.11 to 0.12
Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. - [Commits](https://github.com/rustls/rcgen/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: rcgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c5b2d0cd36
commit
7d5b9d205d
|
@ -116,7 +116,7 @@ bytes = "1"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["sink"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["sink"] }
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
rcgen = "0.11"
|
rcgen = "0.12"
|
||||||
rustls-pemfile = "2"
|
rustls-pemfile = "2"
|
||||||
tokio-rustls-025 = { package = "tokio-rustls", version = "0.25" }
|
tokio-rustls-025 = { package = "tokio-rustls", version = "0.25" }
|
||||||
trust-dns-resolver = "0.23"
|
trust-dns-resolver = "0.23"
|
||||||
|
|
Loading…
Reference in New Issue