From 5099377c822428746c9d48b495ea576ab92f5aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:06:27 +0000 Subject: [PATCH] Update rustls-pemfile requirement from 1.0 to 2.1 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.1.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hello_world_tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world_tls/Cargo.toml b/examples/hello_world_tls/Cargo.toml index 4532d052..b9daafa1 100644 --- a/examples/hello_world_tls/Cargo.toml +++ b/examples/hello_world_tls/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" [dependencies] gotham = { path = "../../gotham", features = ["rustls"] } -rustls-pemfile = "1.0" +rustls-pemfile = "2.1"