From 913d7286e19b2c0f2efab51f58aed5f93a2c3081 Mon Sep 17 00:00:00 2001 From: Draco-Lunaris-Echo Date: Sat, 6 Jun 2026 08:44:34 -0500 Subject: [PATCH] chore: bump version to 1.3.2 * fix: extract DER from PEM-encoded CA cert before CRL signature verification * chore: bump version to 1.3.2 --------- Co-authored-by: git-echo Co-authored-by: Draco Lunaris <331325+Draco-Lunaris@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5014a7..64cfac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,7 +1931,7 @@ dependencies = [ [[package]] name = "linux-patch-api" -version = "1.3.0" +version = "1.3.1" dependencies = [ "actix", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 465b193..805920f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "1.3.1" +version = "1.3.2" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems"