From f50e5e2c2efa543268cda68ed8f22b3c64e3176f Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:12:40 +0000 Subject: [PATCH] chore(release): bump version to v1.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Cargo.toml package version 1.13.0 → 1.14.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 fc6b77f5..1feb9569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "pup" -version = "1.13.0" +version = "1.14.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 753e478f..f743039f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pup" -version = "1.13.0" +version = "1.14.0" edition = "2021" rust-version = "1.93.1" publish = false