From 65fbb434586f5ea9c064aeb3685278a7d6bdd933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:09: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 621f0e6c4..79e4650fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,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.2" } schemars = { version = "0.8", features = [ "chrono", "uuid1" ] } serde = { version = "1", features = [ "derive" ] } serde_json = "1"