From c800910e5f7dc7b1b4d07a98f57a8a3557791daa Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:40:16 +0000 Subject: [PATCH] chore(release): bump version to v1.6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Cargo.toml package version 1.6.3 → 1.6.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 cb12e41..4c68d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3342,7 +3342,7 @@ dependencies = [ [[package]] name = "pup" -version = "1.6.3" +version = "1.6.4" dependencies = [ "aes-gcm 0.10.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 079919c..7be2444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pup" -version = "1.6.3" +version = "1.6.4" edition = "2021" rust-version = "1.93.1" publish = false