From dbf0fd4640ae4b9cc8e1c48f2d10cca78d610a9c Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:58:46 +0000 Subject: [PATCH] chore(release): bump version to v0.64.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Cargo.toml package version 0.64.0 → 0.64.1 - 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 a795966..dffda43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2726,7 +2726,7 @@ dependencies = [ [[package]] name = "pup" -version = "0.64.0" +version = "0.64.1" dependencies = [ "aes-gcm 0.10.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a3d321b..7198eaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pup" -version = "0.64.0" +version = "0.64.1" edition = "2021" rust-version = "1.93.1" publish = false