From 48531e982d15f5d9245bae53814797a40875fb5c Mon Sep 17 00:00:00 2001 From: Matt Yeazel Date: Sun, 13 Sep 2026 11:07:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20update=20tapes-harnesse?= =?UTF-8?q?s=20to=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09e61c4..8dd9849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ dependencies = [ [[package]] name = "tapes-harnesses" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f46e7d9bab89f4ae94f30aca4fc12bfdf25b6fdc4d1df670d312fee8bb43211" +checksum = "1c85a9cd83307d424717f9fe5dd7fb9e2e69174d4e44d1a358f716f8326fc35a" dependencies = [ "arc-swap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 3a21afd..2432e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ repository = "https://github.com/papercomputeco/tapesctl" # regression — but it is a loan, repaid by re-pointing at the next published # version once the burst lands. See .github/dependabot.yml for the fuller # note. -tapes-harnesses = { version = "0.1" } +tapes-harnesses = { version = "0.1.1" } # The harness-agnostic half of capture — the X-Tapes-* envelope, the # capture-gateway environment contract, and the peer-trust ancestry check — in