From bf7449a40eaa817ade3a278dcb37b313feffa9e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 07:44:16 +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 9b97701fc..b20fbe544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ reedline = "0.29.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.0" } schemars = { version = "0.8", features = [ "chrono", "uuid1" ] } serde = { version = "1", features = [ "derive" ] } serde_json = "1"