From 1fabf3c2ecb5e62c0f0675ab589e86c7b0d7e01b Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Fri, 8 May 2026 10:37:13 -0500 Subject: [PATCH] chore(release): bump version to v0.58.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Cargo.toml package version 0.58.3 → 0.58.4 - Refresh Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37cd9bb..928078c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2726,7 +2726,7 @@ dependencies = [ [[package]] name = "pup" -version = "0.58.3" +version = "0.58.4" dependencies = [ "aes-gcm 0.10.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 08de4c3..0fdec62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pup" -version = "0.58.3" +version = "0.58.4" edition = "2021" rust-version = "1.93.1" publish = false