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