From 4ca8f37eaad412b77d81f52b23488182294c2217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:04:31 +0000 Subject: [PATCH] chore(deps): update rust crate x509-certificate to 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b00e3eac..c329ed2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ rstest = "0.26" [target."cfg(target_os = \"macos\")".dependencies] core-foundation = "0.10" -x509-certificate = "0.24" +x509-certificate = "0.25" os_info = "3" plist = "1"