commit 5d71f18136f69f91077cafbfe6dae3b7ded48823
parent 2fa09506dc46e3f67859616292a823b00ec1f77f
Author: triesap <tyson@radroots.org>
Date: Fri, 19 Jun 2026 16:11:20 -0700
lock: refresh field_lib dependency lock
- add the rr-rs authority crate to the locked dependency graph.
- align radroots_events lock metadata with the current path source.
- keep field_lib cargo validation reproducible from the checked-in lock.
- support current mobile FFI source validation without local lock drift.
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -1485,6 +1485,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
[[package]]
+name = "radroots_authority"
+version = "0.1.0-alpha.2"
+dependencies = [
+ "radroots_events",
+]
+
+[[package]]
name = "radroots_core"
version = "0.1.0-alpha.2"
dependencies = [
@@ -1714,6 +1721,7 @@ version = "0.1.0-alpha.2"
dependencies = [
"base64 0.22.1",
"hex",
+ "radroots_authority",
"radroots_core",
"radroots_events",
"radroots_events_codec",