commit 88bfcd1af694f92320a51e4b82b63f2fb934574e
parent 28715fad5165fc6eaea1ca5b3d9b05655ac30685
Author: triesap <tyson@radroots.org>
Date: Wed, 27 May 2026 04:58:43 +0000
build: update trade lock dependency
- refresh Cargo.lock for the radroots_trade dependency set
- include the resolved base64 package edge in the daemon lockfile
- preserve the standalone radrootsd workspace source tree
- validate the lockfile diff with git diff --check
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -1877,6 +1877,7 @@ version = "0.1.0-alpha.2"
name = "radroots_trade"
version = "0.1.0-alpha.2"
dependencies = [
+ "base64 0.22.1",
"hex",
"radroots_core",
"radroots_events",