From 9d1c269751f68cc065c228a3a6c7883c67f0275b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 03:06:08 +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 35e39bb24..7483a023e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ reedline = "0.30.0" reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] } ringbuffer = "0.15.0" rusqlite = { version = "0.31" } -rustls-pemfile = { version = "1.0.4" } +rustls-pemfile = { version = "2.1.3" } schemars = { version = "0.8", features = [ "chrono", "uuid1" ] } serde = { version = "1", features = [ "derive" ] } serde_json = "1"