From 4b6982db4cccabb2afcd753622186c0c29e4c12e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:37:22 +0000 Subject: [PATCH] Update Rust crate rustls-pemfile to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c38130bf..f01bcc989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ reedline = "0.27.1" reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] } ringbuffer = "0.15.0" rusqlite = { version = "0.30" } -rustls-pemfile = { version = "1.0.4" } +rustls-pemfile = { version = "2.0.0" } schemars = { version = "0.8", features = [ "chrono", "uuid1" ] } serde = { version = "1", features = [ "derive" ] } serde_json = "1"