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