From cd56dca9123a1af4bcde39c97ca26f6c8a52be30 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Mon, 15 Jun 2026 09:52:01 +0200 Subject: [PATCH] chore(deps): track witnessed transcript dependency stack Point ant-node at the ant-protocol and saorsa-core branches that carry the witnessed close-group transcript API so downstream crates can consume a single coherent dependency graph without local path patches. --- Cargo.lock | 4 ++-- Cargo.toml | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8babe093..9e3c337f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "ant-protocol" version = "2.1.4-rc.2" -source = "git+https://github.com/WithAutonomi/ant-protocol?branch=rc-2026.6.2#af8fadc828266c52169bccd106f3ebfd9e409b36" +source = "git+https://github.com/WithAutonomi/ant-protocol?branch=feat/witnessed-transcript-policy#d73d7656b4fcc7f96d06dfb98c7b9155edd50e08" dependencies = [ "blake3", "bytes", @@ -4866,7 +4866,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.25.1-rc.2" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.2#f2dab914367b687342cc758b0cc8c2b10d824f31" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=feat/witnessed-transcript-policy#d6877658b3b8248aeaeb7f422effd7d8b5499f98" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 598f421d..7851f236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,13 +36,12 @@ mimalloc = "0.1" # Cargo unifies with ant-protocol's version constraint. # # TODO: swap to `ant-protocol = "2.0.0"` once 2.0.0 is on crates.io. -# Until then, the git pin tracks the matching saorsa-core lineage -# (the rc-2026.4.2 branch) so Cargo can unify the wire types here -# with ant-protocol's re-exports. -ant-protocol = { git = "https://github.com/WithAutonomi/ant-protocol", branch = "rc-2026.6.2" } +# Until then, the git pin tracks the matching saorsa-core lineage so Cargo can +# unify the wire types here with ant-protocol's re-exports. +ant-protocol = { git = "https://github.com/WithAutonomi/ant-protocol", branch = "feat/witnessed-transcript-policy" } # Core (provides EVERYTHING: networking, DHT, security, trust, storage) -saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "rc-2026.6.2" } +saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "feat/witnessed-transcript-policy" } saorsa-pqc = "0.5" # Payment verification - autonomi network lookup + EVM payment