From 8c7680d5c4fda421eb0e256b6e0f32f53ee81daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:22:52 +0000 Subject: [PATCH] Update rustls-pemfile requirement from 1.0.0 to 2.1.0 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] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 77472014..a3119a9b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -28,5 +28,5 @@ nalgebra = { workspace = true } libm = "0.2.6" slotmap = "1.0.6" rustls = "0.21.7" -rustls-pemfile = "1.0.0" +rustls-pemfile = "2.1.0" save = { path = "../save" }