ciris-server 0.5.75__tar.gz → 0.5.76__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. {ciris_server-0.5.75 → ciris_server-0.5.76}/Cargo.lock +103 -85
  2. {ciris_server-0.5.75 → ciris_server-0.5.76}/Cargo.toml +12 -11
  3. {ciris_server-0.5.75 → ciris_server-0.5.76}/PKG-INFO +1 -1
  4. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/Cargo.toml +4 -4
  5. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_provision.rs +257 -0
  6. ciris_server-0.5.76/tests/accord_admit_node.rs +161 -0
  7. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/support.rs +12 -9
  8. {ciris_server-0.5.75 → ciris_server-0.5.76}/.cargo/config.toml +0 -0
  9. {ciris_server-0.5.75 → ciris_server-0.5.76}/.claude/workflows/localize-ui.js +0 -0
  10. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/bench.yml +0 -0
  11. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/build-wheels.yml +0 -0
  12. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/ci.yml +0 -0
  13. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/client-artifacts.yml +0 -0
  14. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/conformance.yml +0 -0
  15. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/localization.yml +0 -0
  16. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/publish-pypi.yml +0 -0
  17. {ciris_server-0.5.75 → ciris_server-0.5.76}/.github/workflows/release.yml +0 -0
  18. {ciris_server-0.5.75 → ciris_server-0.5.76}/.gitignore +0 -0
  19. {ciris_server-0.5.75 → ciris_server-0.5.76}/CHANGELOG.md +0 -0
  20. {ciris_server-0.5.75 → ciris_server-0.5.76}/LICENSE +0 -0
  21. {ciris_server-0.5.75 → ciris_server-0.5.76}/MISSION.md +0 -0
  22. {ciris_server-0.5.75 → ciris_server-0.5.76}/README.md +0 -0
  23. {ciris_server-0.5.75 → ciris_server-0.5.76}/WIRE_VOCABULARY_KINDS.md +0 -0
  24. {ciris_server-0.5.75 → ciris_server-0.5.76}/bench-site/bench_results.json +0 -0
  25. {ciris_server-0.5.75 → ciris_server-0.5.76}/bench-site/index.html +0 -0
  26. {ciris_server-0.5.75 → ciris_server-0.5.76}/bench_results.json +0 -0
  27. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/alm_chain.rs +0 -0
  28. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/erasure_survival.rs +0 -0
  29. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/n_eff_scoring.rs +0 -0
  30. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/pqc_av_streaming.rs +0 -0
  31. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/replication_ingest.rs +0 -0
  32. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/sig_overhead.rs +0 -0
  33. {ciris_server-0.5.75 → ciris_server-0.5.76}/benches/stream_fanout.rs +0 -0
  34. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/.github/workflows/bench.yml +0 -0
  35. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/.github/workflows/ci.yml +0 -0
  36. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/.gitignore +0 -0
  37. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/.pre-commit-config.yaml +0 -0
  38. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/FSD/CIRIS_LENS_CORE.md +0 -0
  39. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/FSD/LENS_CORE_V0_5.md +0 -0
  40. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/FSD/OPEN_QUESTIONS.md +0 -0
  41. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/LICENSE +0 -0
  42. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/MISSION.md +0 -0
  43. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/README.md +0 -0
  44. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/benches/aggregate.rs +0 -0
  45. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/benches/canonicalize.rs +0 -0
  46. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/benches/project.rs +0 -0
  47. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/deny.toml +0 -0
  48. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/BENCHMARKS.md +0 -0
  49. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/COHABITATION.md +0 -0
  50. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/PRE_COMMIT.md +0 -0
  51. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/PUBLIC_SCHEMA_CONTRACT.md +0 -0
  52. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/PYPI_PUBLISH.md +0 -0
  53. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/RELEASE_NOTES.md +0 -0
  54. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/STANDARDS_COMPARISON.md +0 -0
  55. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/docs/THREAT_MODEL.md +0 -0
  56. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/json_path.rs +0 -0
  57. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/metadata.rs +0 -0
  58. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/mod.rs +0 -0
  59. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/distilbert_loader.rs +0 -0
  60. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/fields.rs +0 -0
  61. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/mod.rs +0 -0
  62. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/ner.rs +0 -0
  63. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/ort_loader.rs +0 -0
  64. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/proptests.rs +0 -0
  65. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/regex.rs +0 -0
  66. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/walker.rs +0 -0
  67. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/xlm_r_loader.rs +0 -0
  68. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/pyproject.toml +0 -0
  69. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/python/ciris_lens_core/__init__.py +0 -0
  70. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/audit/api.rs +0 -0
  71. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/audit/delegate.rs +0 -0
  72. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/audit/mod.rs +0 -0
  73. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/audit/pyo3.rs +0 -0
  74. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/canonical/ceg_egress.rs +0 -0
  75. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/canonical/mod.rs +0 -0
  76. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capacity/attestation.rs +0 -0
  77. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capacity/mod.rs +0 -0
  78. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capacity/score.rs +0 -0
  79. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/batch.rs +0 -0
  80. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/client.rs +0 -0
  81. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/consent.rs +0 -0
  82. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/correlation.rs +0 -0
  83. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/event.rs +0 -0
  84. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/mod.rs +0 -0
  85. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/partial.rs +0 -0
  86. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/py_engine.rs +0 -0
  87. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/capture/seal.rs +0 -0
  88. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/cohort/declared.rs +0 -0
  89. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/cohort/mod.rs +0 -0
  90. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/cohort/resourcing.rs +0 -0
  91. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/config/egress.rs +0 -0
  92. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/config/mod.rs +0 -0
  93. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/config/node.rs +0 -0
  94. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/config/retention.rs +0 -0
  95. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/config/upstream.rs +0 -0
  96. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/axis_metrics.rs +0 -0
  97. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/coherence_ratchet.rs +0 -0
  98. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/correlated_action.rs +0 -0
  99. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/distributive_access.rs +0 -0
  100. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/manifold.rs +0 -0
  101. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/detector/mod.rs +0 -0
  102. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/extract/mod.rs +0 -0
  103. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/extract/projection.rs +0 -0
  104. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/ffi/mod.rs +0 -0
  105. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/ffi/pyo3.rs +0 -0
  106. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/lib.rs +0 -0
  107. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/observability/mod.rs +0 -0
  108. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/pipeline/lifecycle.rs +0 -0
  109. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/pipeline/mod.rs +0 -0
  110. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/retention/eviction.rs +0 -0
  111. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/retention/mod.rs +0 -0
  112. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/retention/summary.rs +0 -0
  113. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/role/handler.rs +0 -0
  114. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/role/mod.rs +0 -0
  115. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/role/node.rs +0 -0
  116. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/role/relay.rs +0 -0
  117. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/role/ret_relay.rs +0 -0
  118. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scores/aggregate.rs +0 -0
  119. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scores/mod.rs +0 -0
  120. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scores/oracle.rs +0 -0
  121. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/assembly.rs +0 -0
  122. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/axis_calibration.rs +0 -0
  123. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/calibration.rs +0 -0
  124. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/capacity.rs +0 -0
  125. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/mod.rs +0 -0
  126. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/n_eff.rs +0 -0
  127. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/scoring/result.rs +0 -0
  128. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/signing/event.rs +0 -0
  129. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/signing/mod.rs +0 -0
  130. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/wire/mod.rs +0 -0
  131. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/src/wire/signer.rs +0 -0
  132. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/tests/parity/README.md +0 -0
  133. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/tests/parity/canonical_fixtures.json +0 -0
  134. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/tests/parity/generate_canonical_fixtures.py +0 -0
  135. {ciris_server-0.5.75 → ciris_server-0.5.76}/crates/ciris-lens-core/tests/sovereign_rlib.rs +0 -0
  136. {ciris_server-0.5.75 → ciris_server-0.5.76}/data/live_mesh_2026-06-22.json +0 -0
  137. {ciris_server-0.5.75 → ciris_server-0.5.76}/docs/SCOPE_PRIVACY.md +0 -0
  138. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/mesh_propagation/main.rs +0 -0
  139. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/qa_runner/accord.rs +0 -0
  140. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/qa_runner/common.rs +0 -0
  141. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/qa_runner/family.rs +0 -0
  142. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/qa_runner/main.rs +0 -0
  143. {ciris_server-0.5.75 → ciris_server-0.5.76}/examples/qa_runner/verify.rs +0 -0
  144. {ciris_server-0.5.75 → ciris_server-0.5.76}/installers/windows/README.md +0 -0
  145. {ciris_server-0.5.75 → ciris_server-0.5.76}/installers/windows/bundle-jre.ps1 +0 -0
  146. {ciris_server-0.5.75 → ciris_server-0.5.76}/installers/windows/ciris-server-entry.py +0 -0
  147. {ciris_server-0.5.75 → ciris_server-0.5.76}/installers/windows/ciris-server-installer.iss +0 -0
  148. {ciris_server-0.5.75 → ciris_server-0.5.76}/installers/windows/ciris-server.spec +0 -0
  149. {ciris_server-0.5.75 → ciris_server-0.5.76}/pyproject.toml +0 -0
  150. {ciris_server-0.5.75 → ciris_server-0.5.76}/python/ciris_server/__init__.py +0 -0
  151. {ciris_server-0.5.75 → ciris_server-0.5.76}/python/ciris_server/__main__.py +0 -0
  152. {ciris_server-0.5.75 → ciris_server-0.5.76}/python/ciris_server/cli.py +0 -0
  153. {ciris_server-0.5.75 → ciris_server-0.5.76}/python/ciris_server/desktop_launcher.py +0 -0
  154. {ciris_server-0.5.75 → ciris_server-0.5.76}/rust-toolchain.toml +0 -0
  155. {ciris_server-0.5.75 → ciris_server-0.5.76}/scripts/bench_report.py +0 -0
  156. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord.rs +0 -0
  157. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_custody.rs +0 -0
  158. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_halt.rs +0 -0
  159. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_pki/yubico_attestation_root_1.der +0 -0
  160. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_pki/yubico_attestation_root_1.pem +0 -0
  161. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/accord_reactivate.rs +0 -0
  162. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/adapter.rs +0 -0
  163. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/ABSORPTION.md +0 -0
  164. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/api_keys.rs +0 -0
  165. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/attestation.rs +0 -0
  166. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/bootstrap.rs +0 -0
  167. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/consent.rs +0 -0
  168. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/device_auth.rs +0 -0
  169. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/device_grant.rs +0 -0
  170. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/erasure.rs +0 -0
  171. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/gate.rs +0 -0
  172. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/loopback.rs +0 -0
  173. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/mod.rs +0 -0
  174. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/oauth.rs +0 -0
  175. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/occurrence.rs +0 -0
  176. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/ownership.rs +0 -0
  177. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/portable_occurrence.rs +0 -0
  178. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/roles.rs +0 -0
  179. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/self_login.rs +0 -0
  180. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/session.rs +0 -0
  181. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/store.rs +0 -0
  182. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/auth/verify.rs +0 -0
  183. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/benchmarks/bench_results.rs +0 -0
  184. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/benchmarks/mesh.rs +0 -0
  185. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/benchmarks/mod.rs +0 -0
  186. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/benchmarks/scoreboard.rs +0 -0
  187. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/claim_remote.rs +0 -0
  188. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/compose.rs +0 -0
  189. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/config.rs +0 -0
  190. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/config_api.rs +0 -0
  191. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/config_reconcile.rs +0 -0
  192. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/delegation_transparency.rs +0 -0
  193. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/family.rs +0 -0
  194. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/federation_admin.rs +0 -0
  195. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/federation_nodecode.rs +0 -0
  196. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/federation_peers.rs +0 -0
  197. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/graph_config.rs +0 -0
  198. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/health.rs +0 -0
  199. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/holonomic.rs +0 -0
  200. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/http_log.rs +0 -0
  201. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/identity.rs +0 -0
  202. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/ids.rs +0 -0
  203. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/import.rs +0 -0
  204. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/ingest_http.rs +0 -0
  205. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/lib.rs +0 -0
  206. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/main.rs +0 -0
  207. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/memory_api.rs +0 -0
  208. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/mesh_relay.rs +0 -0
  209. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/nodecode.rs +0 -0
  210. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/peer.rs +0 -0
  211. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/proxy.rs +0 -0
  212. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/py_adapter.rs +0 -0
  213. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/quorum.rs +0 -0
  214. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/radio.rs +0 -0
  215. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/replication_reconcile.rs +0 -0
  216. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/safety/age.rs +0 -0
  217. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/safety/mod.rs +0 -0
  218. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/safety/moderation.rs +0 -0
  219. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/safety/named.rs +0 -0
  220. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/safety/watchlist.rs +0 -0
  221. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/scorer/n_eff.rs +0 -0
  222. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/scorer.rs +0 -0
  223. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/system_data.rs +0 -0
  224. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/telemetry_logs.rs +0 -0
  225. {ciris_server-0.5.75 → ciris_server-0.5.76}/src/yubico_attestation_ca.pem +0 -0
  226. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/accord.rs +0 -0
  227. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/alm_chain.rs +0 -0
  228. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/audit_chain.rs +0 -0
  229. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/capacity_scorer.rs +0 -0
  230. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/chaos_mesh.rs +0 -0
  231. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/claim_remote.rs +0 -0
  232. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/config_reconcile.rs +0 -0
  233. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/device_grant.rs +0 -0
  234. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/federation_admin.rs +0 -0
  235. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/federation_session_kex.rs +0 -0
  236. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/graph_config.rs +0 -0
  237. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/ingest_http.rs +0 -0
  238. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/mesh_seed_e2e.rs +0 -0
  239. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/nat_traversal.rs +0 -0
  240. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/nodecode.rs +0 -0
  241. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/noise_floor.rs +0 -0
  242. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/occurrence.rs +0 -0
  243. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/ownership.rs +0 -0
  244. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/peer_replication.rs +0 -0
  245. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/portable_occurrence.rs +0 -0
  246. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage1.rs +0 -0
  247. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage2.rs +0 -0
  248. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage3.rs +0 -0
  249. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage4.rs +0 -0
  250. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage5.rs +0 -0
  251. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage6.rs +0 -0
  252. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage7.rs +0 -0
  253. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates/stage8.rs +0 -0
  254. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/release_gates.rs +0 -0
  255. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/replication.rs +0 -0
  256. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/replication_reconcile.rs +0 -0
  257. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/root_bootstrap.rs +0 -0
  258. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/safety.rs +0 -0
  259. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/stream_sth_consistency.rs +0 -0
  260. {ciris_server-0.5.75 → ciris_server-0.5.76}/tests/wire_vocabulary_gate.rs +0 -0
  261. {ciris_server-0.5.75 → ciris_server-0.5.76}/tools/audit_cohort_scope_callers.py +0 -0
@@ -140,24 +140,24 @@ dependencies = [
140
140
 
141
141
  [[package]]
142
142
  name = "anyhow"
143
- version = "1.0.102"
143
+ version = "1.0.103"
144
144
  source = "registry+https://github.com/rust-lang/crates.io-index"
145
- checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
145
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
146
146
 
147
147
  [[package]]
148
148
  name = "arc-swap"
149
- version = "1.9.1"
149
+ version = "1.9.2"
150
150
  source = "registry+https://github.com/rust-lang/crates.io-index"
151
- checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
151
+ checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
152
152
  dependencies = [
153
153
  "rustversion",
154
154
  ]
155
155
 
156
156
  [[package]]
157
157
  name = "arrayvec"
158
- version = "0.7.6"
158
+ version = "0.7.8"
159
159
  source = "registry+https://github.com/rust-lang/crates.io-index"
160
- checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
160
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
161
161
 
162
162
  [[package]]
163
163
  name = "askama"
@@ -461,7 +461,7 @@ dependencies = [
461
461
  "hyper",
462
462
  "hyper-util",
463
463
  "pin-project-lite",
464
- "rustls 0.23.40",
464
+ "rustls 0.23.41",
465
465
  "rustls-pemfile 2.2.0",
466
466
  "rustls-pki-types",
467
467
  "tokio",
@@ -530,9 +530,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
530
530
 
531
531
  [[package]]
532
532
  name = "bitcoin_hashes"
533
- version = "0.14.2"
533
+ version = "0.14.101"
534
534
  source = "registry+https://github.com/rust-lang/crates.io-index"
535
- checksum = "4ed83caece3afc59919481b33b472e1432d1abc4641ed9100be142ef5110b406"
535
+ checksum = "bca4c7abb40c8817d77403c880988cfd484f23ab2365726afb2f798363e2c4a2"
536
536
  dependencies = [
537
537
  "hex-conservative",
538
538
  ]
@@ -630,9 +630,9 @@ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
630
630
 
631
631
  [[package]]
632
632
  name = "camino"
633
- version = "1.2.3"
633
+ version = "1.2.4"
634
634
  source = "registry+https://github.com/rust-lang/crates.io-index"
635
- checksum = "b4ce8d3bd5823c7504d3f579f13e7b2f3da252fcb938c594d5680ee508bf846f"
635
+ checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0"
636
636
  dependencies = [
637
637
  "serde_core",
638
638
  ]
@@ -677,9 +677,9 @@ dependencies = [
677
677
 
678
678
  [[package]]
679
679
  name = "cc"
680
- version = "1.2.64"
680
+ version = "1.2.65"
681
681
  source = "registry+https://github.com/rust-lang/crates.io-index"
682
- checksum = "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
682
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
683
683
  dependencies = [
684
684
  "find-msvc-tools",
685
685
  "shlex",
@@ -716,9 +716,9 @@ dependencies = [
716
716
 
717
717
  [[package]]
718
718
  name = "chacha20"
719
- version = "0.10.0"
719
+ version = "0.10.1"
720
720
  source = "registry+https://github.com/rust-lang/crates.io-index"
721
- checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
721
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
722
722
  dependencies = [
723
723
  "cfg-if",
724
724
  "cpufeatures 0.3.0",
@@ -792,8 +792,8 @@ dependencies = [
792
792
 
793
793
  [[package]]
794
794
  name = "ciris-crypto"
795
- version = "8.3.0"
796
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.3.0#b21ec50cbd6050b51bb827386b2f4f4ef590732b"
795
+ version = "8.5.0"
796
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
797
797
  dependencies = [
798
798
  "chacha20poly1305",
799
799
  "ed25519-dalek",
@@ -821,8 +821,8 @@ dependencies = [
821
821
 
822
822
  [[package]]
823
823
  name = "ciris-edge"
824
- version = "8.3.0"
825
- source = "git+https://github.com/CIRISAI/CIRISEdge?tag=v8.3.0#6673692c7b73c351c76580bc767148c440dc8897"
824
+ version = "8.4.1"
825
+ source = "git+https://github.com/CIRISAI/CIRISEdge?tag=v8.4.1#a95680eb01ca27c034a75a6e44b0674f2e9681ca"
826
826
  dependencies = [
827
827
  "async-trait",
828
828
  "axum",
@@ -855,7 +855,7 @@ dependencies = [
855
855
  "reqwest",
856
856
  "reticulum-core",
857
857
  "reticulum-std",
858
- "rustls 0.23.40",
858
+ "rustls 0.23.41",
859
859
  "rustls-pemfile 2.2.0",
860
860
  "rustls-pki-types",
861
861
  "serde",
@@ -877,8 +877,8 @@ dependencies = [
877
877
 
878
878
  [[package]]
879
879
  name = "ciris-keyring"
880
- version = "8.3.0"
881
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.3.0#b21ec50cbd6050b51bb827386b2f4f4ef590732b"
880
+ version = "8.5.0"
881
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
882
882
  dependencies = [
883
883
  "aes-gcm",
884
884
  "async-trait",
@@ -943,8 +943,8 @@ dependencies = [
943
943
 
944
944
  [[package]]
945
945
  name = "ciris-persist"
946
- version = "11.9.1"
947
- source = "git+https://github.com/CIRISAI/CIRISPersist?tag=v11.9.1#e6748c4407e9c105e832ca3395571d59cb7c75b3"
946
+ version = "12.0.1"
947
+ source = "git+https://github.com/CIRISAI/CIRISPersist?tag=v12.0.1#6cf472a2be325210c9d5da122fac61fb092aad40"
948
948
  dependencies = [
949
949
  "async-trait",
950
950
  "base64 0.22.1",
@@ -983,7 +983,7 @@ dependencies = [
983
983
 
984
984
  [[package]]
985
985
  name = "ciris-server"
986
- version = "0.5.75"
986
+ version = "0.5.76"
987
987
  dependencies = [
988
988
  "anyhow",
989
989
  "async-trait",
@@ -1026,8 +1026,8 @@ dependencies = [
1026
1026
 
1027
1027
  [[package]]
1028
1028
  name = "ciris-verify-core"
1029
- version = "8.3.0"
1030
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.3.0#b21ec50cbd6050b51bb827386b2f4f4ef590732b"
1029
+ version = "8.5.0"
1030
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
1031
1031
  dependencies = [
1032
1032
  "android_system_properties",
1033
1033
  "anyhow",
@@ -1053,7 +1053,7 @@ dependencies = [
1053
1053
  "rpassword",
1054
1054
  "rusqlite",
1055
1055
  "rustls 0.21.12",
1056
- "rustls 0.23.40",
1056
+ "rustls 0.23.41",
1057
1057
  "serde",
1058
1058
  "serde_jcs",
1059
1059
  "serde_json",
@@ -1250,7 +1250,7 @@ dependencies = [
1250
1250
  "criterion-plot",
1251
1251
  "futures",
1252
1252
  "is-terminal",
1253
- "itertools",
1253
+ "itertools 0.10.5",
1254
1254
  "num-traits",
1255
1255
  "once_cell",
1256
1256
  "oorandom",
@@ -1272,7 +1272,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
1272
  checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
1273
1273
  dependencies = [
1274
1274
  "cast",
1275
- "itertools",
1275
+ "itertools 0.10.5",
1276
1276
  ]
1277
1277
 
1278
1278
  [[package]]
@@ -2447,7 +2447,7 @@ dependencies = [
2447
2447
  "libcrux-hkdf",
2448
2448
  "libcrux-kem",
2449
2449
  "libcrux-traits",
2450
- "rand 0.10.1",
2450
+ "rand 0.10.2",
2451
2451
  "rand_chacha 0.10.0",
2452
2452
  "rand_core 0.10.1",
2453
2453
  "zeroize",
@@ -2534,9 +2534,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2534
2534
 
2535
2535
  [[package]]
2536
2536
  name = "hybrid-array"
2537
- version = "0.4.12"
2537
+ version = "0.4.13"
2538
2538
  source = "registry+https://github.com/rust-lang/crates.io-index"
2539
- checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
2539
+ checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
2540
2540
  dependencies = [
2541
2541
  "ctutils",
2542
2542
  "typenum",
@@ -2574,7 +2574,7 @@ dependencies = [
2574
2574
  "http 1.4.2",
2575
2575
  "hyper",
2576
2576
  "hyper-util",
2577
- "rustls 0.23.40",
2577
+ "rustls 0.23.41",
2578
2578
  "tokio",
2579
2579
  "tokio-rustls 0.26.4",
2580
2580
  "tower-service",
@@ -2844,6 +2844,15 @@ dependencies = [
2844
2844
  "either",
2845
2845
  ]
2846
2846
 
2847
+ [[package]]
2848
+ name = "itertools"
2849
+ version = "0.12.1"
2850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2851
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2852
+ dependencies = [
2853
+ "either",
2854
+ ]
2855
+
2847
2856
  [[package]]
2848
2857
  name = "itoa"
2849
2858
  version = "1.0.18"
@@ -2896,9 +2905,9 @@ dependencies = [
2896
2905
 
2897
2906
  [[package]]
2898
2907
  name = "js-sys"
2899
- version = "0.3.102"
2908
+ version = "0.3.103"
2900
2909
  source = "registry+https://github.com/rust-lang/crates.io-index"
2901
- checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
2910
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
2902
2911
  dependencies = [
2903
2912
  "cfg-if",
2904
2913
  "futures-util",
@@ -2907,9 +2916,9 @@ dependencies = [
2907
2916
 
2908
2917
  [[package]]
2909
2918
  name = "jsonschema"
2910
- version = "0.46.5"
2919
+ version = "0.46.9"
2911
2920
  source = "registry+https://github.com/rust-lang/crates.io-index"
2912
- checksum = "6a5fe5206f06e589caf25e79fc05ccdf91fca745685fe9fe1a13bbdfb479a631"
2921
+ checksum = "1d865ca7ca04445fcaa1d751fda3dc43b0113ba2fcddc65d5a0fcb474a7c3bba"
2913
2922
  dependencies = [
2914
2923
  "ahash",
2915
2924
  "bytecount",
@@ -2920,18 +2929,27 @@ dependencies = [
2920
2929
  "getrandom 0.3.4",
2921
2930
  "idna",
2922
2931
  "itoa",
2932
+ "jsonschema-regex",
2923
2933
  "num-cmp",
2924
2934
  "num-traits",
2925
2935
  "percent-encoding",
2926
2936
  "referencing",
2927
2937
  "regex",
2928
- "regex-syntax",
2929
2938
  "serde",
2930
2939
  "serde_json",
2931
2940
  "unicode-general-category",
2932
2941
  "uuid-simd",
2933
2942
  ]
2934
2943
 
2944
+ [[package]]
2945
+ name = "jsonschema-regex"
2946
+ version = "0.46.9"
2947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2948
+ checksum = "4b7fc96cd6677cc81b00607d43477327d719419937ef1c44b3556a40f517d54c"
2949
+ dependencies = [
2950
+ "regex-syntax",
2951
+ ]
2952
+
2935
2953
  [[package]]
2936
2954
  name = "jsonwebtoken"
2937
2955
  version = "9.3.1"
@@ -3299,9 +3317,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3299
3317
 
3300
3318
  [[package]]
3301
3319
  name = "libredox"
3302
- version = "0.1.17"
3320
+ version = "0.1.18"
3303
3321
  source = "registry+https://github.com/rust-lang/crates.io-index"
3304
- checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
3322
+ checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
3305
3323
  dependencies = [
3306
3324
  "libc",
3307
3325
  ]
@@ -3378,9 +3396,9 @@ dependencies = [
3378
3396
 
3379
3397
  [[package]]
3380
3398
  name = "log"
3381
- version = "0.4.32"
3399
+ version = "0.4.33"
3382
3400
  source = "registry+https://github.com/rust-lang/crates.io-index"
3383
- checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
3401
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
3384
3402
 
3385
3403
  [[package]]
3386
3404
  name = "lru-cache"
@@ -3625,9 +3643,9 @@ dependencies = [
3625
3643
 
3626
3644
  [[package]]
3627
3645
  name = "num-bigint"
3628
- version = "0.4.6"
3646
+ version = "0.4.7"
3629
3647
  source = "registry+https://github.com/rust-lang/crates.io-index"
3630
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3648
+ checksum = "c863e9ab5e7bf9c99ba75e1050f1e4d624ae87ed3532d6238ffbdc7b585dbbe6"
3631
3649
  dependencies = [
3632
3650
  "num-integer",
3633
3651
  "num-traits",
@@ -4221,7 +4239,7 @@ dependencies = [
4221
4239
  "hmac 0.13.0",
4222
4240
  "md-5 0.11.0",
4223
4241
  "memchr",
4224
- "rand 0.10.1",
4242
+ "rand 0.10.2",
4225
4243
  "sha2 0.11.0",
4226
4244
  "stringprep",
4227
4245
  ]
@@ -4362,7 +4380,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
4362
4380
  dependencies = [
4363
4381
  "bytes",
4364
4382
  "heck",
4365
- "itertools",
4383
+ "itertools 0.12.1",
4366
4384
  "log",
4367
4385
  "multimap",
4368
4386
  "once_cell",
@@ -4382,7 +4400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4382
4400
  checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
4383
4401
  dependencies = [
4384
4402
  "anyhow",
4385
- "itertools",
4403
+ "itertools 0.12.1",
4386
4404
  "proc-macro2",
4387
4405
  "quote",
4388
4406
  "syn 2.0.118",
@@ -4488,9 +4506,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
4488
4506
 
4489
4507
  [[package]]
4490
4508
  name = "quinn"
4491
- version = "0.11.9"
4509
+ version = "0.11.11"
4492
4510
  source = "registry+https://github.com/rust-lang/crates.io-index"
4493
- checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4511
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
4494
4512
  dependencies = [
4495
4513
  "bytes",
4496
4514
  "cfg_aliases",
@@ -4498,7 +4516,7 @@ dependencies = [
4498
4516
  "quinn-proto",
4499
4517
  "quinn-udp",
4500
4518
  "rustc-hash",
4501
- "rustls 0.23.40",
4519
+ "rustls 0.23.41",
4502
4520
  "socket2 0.6.4",
4503
4521
  "thiserror 2.0.18",
4504
4522
  "tokio",
@@ -4508,9 +4526,9 @@ dependencies = [
4508
4526
 
4509
4527
  [[package]]
4510
4528
  name = "quinn-proto"
4511
- version = "0.11.14"
4529
+ version = "0.11.15"
4512
4530
  source = "registry+https://github.com/rust-lang/crates.io-index"
4513
- checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
4531
+ checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
4514
4532
  dependencies = [
4515
4533
  "bytes",
4516
4534
  "getrandom 0.3.4",
@@ -4518,7 +4536,7 @@ dependencies = [
4518
4536
  "rand 0.9.4",
4519
4537
  "ring",
4520
4538
  "rustc-hash",
4521
- "rustls 0.23.40",
4539
+ "rustls 0.23.41",
4522
4540
  "rustls-pki-types",
4523
4541
  "slab",
4524
4542
  "thiserror 2.0.18",
@@ -4543,9 +4561,9 @@ dependencies = [
4543
4561
 
4544
4562
  [[package]]
4545
4563
  name = "quote"
4546
- version = "1.0.45"
4564
+ version = "1.0.46"
4547
4565
  source = "registry+https://github.com/rust-lang/crates.io-index"
4548
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
4566
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
4549
4567
  dependencies = [
4550
4568
  "proc-macro2",
4551
4569
  ]
@@ -4585,11 +4603,11 @@ dependencies = [
4585
4603
 
4586
4604
  [[package]]
4587
4605
  name = "rand"
4588
- version = "0.10.1"
4606
+ version = "0.10.2"
4589
4607
  source = "registry+https://github.com/rust-lang/crates.io-index"
4590
- checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
4608
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
4591
4609
  dependencies = [
4592
- "chacha20 0.10.0",
4610
+ "chacha20 0.10.1",
4593
4611
  "getrandom 0.4.3",
4594
4612
  "rand_core 0.10.1",
4595
4613
  ]
@@ -4747,9 +4765,9 @@ dependencies = [
4747
4765
 
4748
4766
  [[package]]
4749
4767
  name = "referencing"
4750
- version = "0.46.5"
4768
+ version = "0.46.9"
4751
4769
  source = "registry+https://github.com/rust-lang/crates.io-index"
4752
- checksum = "69e4e17ef386c5383591d07623d3de49cbc601156e7582973e6db98d66a57de2"
4770
+ checksum = "77954d81b2e1c5e8ab889f9f597a92f852ab073255de9e37ee3fb443efd57051"
4753
4771
  dependencies = [
4754
4772
  "ahash",
4755
4773
  "fluent-uri",
@@ -4854,7 +4872,7 @@ dependencies = [
4854
4872
  "percent-encoding",
4855
4873
  "pin-project-lite",
4856
4874
  "quinn",
4857
- "rustls 0.23.40",
4875
+ "rustls 0.23.41",
4858
4876
  "rustls-pki-types",
4859
4877
  "serde",
4860
4878
  "serde_json",
@@ -5014,9 +5032,9 @@ dependencies = [
5014
5032
 
5015
5033
  [[package]]
5016
5034
  name = "rustc-hash"
5017
- version = "2.1.2"
5035
+ version = "2.1.3"
5018
5036
  source = "registry+https://github.com/rust-lang/crates.io-index"
5019
- checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
5037
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
5020
5038
 
5021
5039
  [[package]]
5022
5040
  name = "rustc_version"
@@ -5090,9 +5108,9 @@ dependencies = [
5090
5108
 
5091
5109
  [[package]]
5092
5110
  name = "rustls"
5093
- version = "0.23.40"
5111
+ version = "0.23.41"
5094
5112
  source = "registry+https://github.com/rust-lang/crates.io-index"
5095
- checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
5113
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
5096
5114
  dependencies = [
5097
5115
  "log",
5098
5116
  "once_cell",
@@ -5135,9 +5153,9 @@ dependencies = [
5135
5153
 
5136
5154
  [[package]]
5137
5155
  name = "rustls-pki-types"
5138
- version = "1.14.1"
5156
+ version = "1.15.0"
5139
5157
  source = "registry+https://github.com/rust-lang/crates.io-index"
5140
- checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
5158
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
5141
5159
  dependencies = [
5142
5160
  "web-time",
5143
5161
  "zeroize",
@@ -5992,7 +6010,7 @@ dependencies = [
5992
6010
  "pin-project-lite",
5993
6011
  "postgres-protocol",
5994
6012
  "postgres-types",
5995
- "rand 0.10.1",
6013
+ "rand 0.10.2",
5996
6014
  "socket2 0.6.4",
5997
6015
  "tokio",
5998
6016
  "tokio-util",
@@ -6015,7 +6033,7 @@ version = "0.26.4"
6015
6033
  source = "registry+https://github.com/rust-lang/crates.io-index"
6016
6034
  checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6017
6035
  dependencies = [
6018
- "rustls 0.23.40",
6036
+ "rustls 0.23.41",
6019
6037
  "tokio",
6020
6038
  ]
6021
6039
 
@@ -6518,7 +6536,7 @@ dependencies = [
6518
6536
  "base64 0.22.1",
6519
6537
  "log",
6520
6538
  "once_cell",
6521
- "rustls 0.23.40",
6539
+ "rustls 0.23.41",
6522
6540
  "rustls-pki-types",
6523
6541
  "serde",
6524
6542
  "serde_json",
@@ -6558,9 +6576,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
6558
6576
 
6559
6577
  [[package]]
6560
6578
  name = "uuid"
6561
- version = "1.23.3"
6579
+ version = "1.23.4"
6562
6580
  source = "registry+https://github.com/rust-lang/crates.io-index"
6563
- checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
6581
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
6564
6582
  dependencies = [
6565
6583
  "getrandom 0.4.3",
6566
6584
  "js-sys",
@@ -6672,9 +6690,9 @@ dependencies = [
6672
6690
 
6673
6691
  [[package]]
6674
6692
  name = "wasm-bindgen"
6675
- version = "0.2.125"
6693
+ version = "0.2.126"
6676
6694
  source = "registry+https://github.com/rust-lang/crates.io-index"
6677
- checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
6695
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
6678
6696
  dependencies = [
6679
6697
  "cfg-if",
6680
6698
  "once_cell",
@@ -6685,9 +6703,9 @@ dependencies = [
6685
6703
 
6686
6704
  [[package]]
6687
6705
  name = "wasm-bindgen-futures"
6688
- version = "0.4.75"
6706
+ version = "0.4.76"
6689
6707
  source = "registry+https://github.com/rust-lang/crates.io-index"
6690
- checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
6708
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
6691
6709
  dependencies = [
6692
6710
  "js-sys",
6693
6711
  "wasm-bindgen",
@@ -6695,9 +6713,9 @@ dependencies = [
6695
6713
 
6696
6714
  [[package]]
6697
6715
  name = "wasm-bindgen-macro"
6698
- version = "0.2.125"
6716
+ version = "0.2.126"
6699
6717
  source = "registry+https://github.com/rust-lang/crates.io-index"
6700
- checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
6718
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
6701
6719
  dependencies = [
6702
6720
  "quote",
6703
6721
  "wasm-bindgen-macro-support",
@@ -6705,9 +6723,9 @@ dependencies = [
6705
6723
 
6706
6724
  [[package]]
6707
6725
  name = "wasm-bindgen-macro-support"
6708
- version = "0.2.125"
6726
+ version = "0.2.126"
6709
6727
  source = "registry+https://github.com/rust-lang/crates.io-index"
6710
- checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
6728
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
6711
6729
  dependencies = [
6712
6730
  "bumpalo",
6713
6731
  "proc-macro2",
@@ -6718,18 +6736,18 @@ dependencies = [
6718
6736
 
6719
6737
  [[package]]
6720
6738
  name = "wasm-bindgen-shared"
6721
- version = "0.2.125"
6739
+ version = "0.2.126"
6722
6740
  source = "registry+https://github.com/rust-lang/crates.io-index"
6723
- checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
6741
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
6724
6742
  dependencies = [
6725
6743
  "unicode-ident",
6726
6744
  ]
6727
6745
 
6728
6746
  [[package]]
6729
6747
  name = "web-sys"
6730
- version = "0.3.102"
6748
+ version = "0.3.103"
6731
6749
  source = "registry+https://github.com/rust-lang/crates.io-index"
6732
- checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
6750
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
6733
6751
  dependencies = [
6734
6752
  "js-sys",
6735
6753
  "wasm-bindgen",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ciris-server"
3
- version = "0.5.75" # 0.5.75 = ROCK-SOLID RNS mesh addressing: (1) wire the edge `rooting` hook (the persist FederationDirectory blanket-impls ciris_edge::RootingDirectory) at BOTH edge-construction sites (compose::build_edge + lens-core ret_relay) WITHOUT it every inbound announce is DROPPED ("no rooting directory configured") so NO peer is reachable by key_id over RNS and the mesh-relay times out even with the peer key in the directory (the root cause of the 0.5.74 relay timeouts); rooting is announce-driven + self-heals within one ANNOUNCE_INTERVAL (300s). (2) Wire the edge announce EVENT BUS -> tracing (spawn_announce_logger) so RNS rooting/rejections are finally observable in ciris-server.log (they were silent why this took so long to diagnose). (3) HYBRID key population: the claim path (record_claimed_target_locally/register_target_key) no longer writes an Ed25519-only bookmark (put_public_key w/ ml_dsa=None) — a hybrid-pending row can NEVER root under HybridPolicy::Strict. Instead it "looks back and asks for both": fetches the target OWN self-signed full-hybrid SignedKeyRecord from GET /v1/federation/self-key-record, verifies key_id + the scanned Ed25519 match (no substitution), and admits it through the STRICT register_federation_key PoP gate -> a hybrid-COMPLETE row. No pending rows are ever created (refuses to write one if the fetch fails). Legacy pending rows (pre-0.5.75 claim bookmarks) are healed by a fresh reseed with new key_ids, NOT a substrate change (no persist path both verifies PoP AND completes an existing pending row; building one would be a one-time-use hack). resolver stays None by design (needs the peer 64-byte RNS transport identity, which only the authenticated announce carries). Substrate UNCHANGED (edge v8.3.0 / persist v11.9.1 / verify v8.3.0). 0.5.74 = wheel/image config-CLI parity.
3
+ version = "0.5.76" # 0.5.76 = v12.0 GENESIS-MESH adoption + the accord ADMIT-NODE card. Substrate co-bump: verify v8.3.0->v8.5.0 (CIRISVerify#162 produce_scrubbed_key_record) / persist v11.9.1->v12.0.1 (root_binding anchors to the HUMANITY_ACCORD holder keyset, #344/#345) / edge v8.3.0->v8.4.1 (lockstep). NEW: POST /v1/accord/admit-node (src/accord_provision.rs) an accord holder scrub-signs a node registration on their portable YubiKey+USB holder signer (reuses the ceremony cosign path) via produce_scrubbed_key_record + produce_self_key_record("steward,accord_holder"), saving the genesis SEED object to ceg_outbox()/accord_admit_node/{target}.json (predictable, persist-ingestable) for CIRISPersist v12.0.2 to bake. QA gate tests/accord_admit_node.rs (emulates the accord-genesis QA): the scrubbed record survives persist STRICT register_federation_key + ROOTS at the accord anchor (root_binding_anchored=Confirmed), wrong-anchor rejected. Matching CLIENT card: AdmitNodeResponse DTO + CIRISApiClient.admitNode() + AccordViewModel.admitNode() + AccordScreen "Admit node to trust root" section (testable tags). App holds no keys; the YubiKey touch is consent. NEXT (0.5.77): roster labels, rotation/lost-key wizard (server family/change+supersede exist), partial-consensus announce. 0.5.75 = RNS rooting + hybrid keys.
4
4
  edition = "2021"
5
5
  # MSRV floor is set by the substrate: ciris-verify v5.2.0 requires 1.86
6
6
  # (persist v6.0.1 is 1.83). Build with the higher of the two.
@@ -123,8 +123,8 @@ ciris-lens-core = { path = "crates/ciris-lens-core" } # ABSORBED in-tree (wo
123
123
  # `cirislens_wa_cert` + `cirislens_service_token_revocation` expose the auth
124
124
  # substrate the fabric absorbs (CIRISServer#9, src/auth): the agent's `wa_cert`
125
125
  # table (users/WA/OAuth/api-keys) + the `revoked_service_tokens` table.
126
- ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v11.9.1", features = ["sqlite", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
127
- ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v8.3.0", features = ["transport-reticulum", "transport-http", "transport-packet-radio"] }
126
+ ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v12.0.1", features = ["sqlite", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
127
+ ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v8.4.1", features = ["transport-reticulum", "transport-http", "transport-packet-radio"] }
128
128
  # Founder-quorum verification + key-id fingerprint at the composition root
129
129
  # (threshold:: module path — NOT re-exported at the crate root).
130
130
  # LOCKSTEP: persist v9.4.0 transitively pins verify-core v6.6.x — the whole
@@ -133,16 +133,16 @@ ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v8.3.
133
133
  # types. v6.6.1 (CIRISVerify#89) adds the create_federation_identity `seal_alias`
134
134
  # arg the #247 user-key-derived fix consumes. (6.4–6.6 are HUMANITY_ACCORD + STH
135
135
  # stack — the accord-genesis surface CIRISServer#41 consumes.)
136
- ciris-verify-core = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0" }
136
+ ciris-verify-core = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0" }
137
137
  # The hybrid crypto primitives (Ed25519 + ML-DSA-65 software signers) — used by
138
138
  # the portable software identity occurrence to build a `HybridSigningIdentity`
139
139
  # over two software seeds. Same tag as the rest of the verify family.
140
- ciris-crypto = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0", version = "8", features = ["pqc-ml-dsa", "self-enc"] }
140
+ ciris-crypto = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0", version = "8", features = ["pqc-ml-dsa", "self-enc"] }
141
141
  # Hardware-backed transport-identity keystore (verify v5.2.0 #68 / edge #99).
142
142
  # Base = software keystore + byte-identical migration of an existing .rid (works
143
143
  # everywhere, no libtss2). The real TPM-2.0 / SE / StrongBox backend rides the
144
144
  # `tpm` feature; runtime auto-detects hardware and falls back to software.
145
- ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0", version = "8", features = ["software", "pqc-ml-dsa"] }
145
+ ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0", version = "8", features = ["software", "pqc-ml-dsa"] }
146
146
 
147
147
  # PyO3 bindings for the abi3 wheel — optional, gated behind the `python` feature
148
148
  # so the binary never links them. 0.29 matches the persist/edge family floor.
@@ -206,16 +206,16 @@ tracing-appender = "0.2"
206
206
  # - keyring `tpm` (tss-esapi / TPM 2.0) — the real hardware backend; needs
207
207
  # libtss2 (Linux build dep). Other targets keep the software keystore.
208
208
  [target.'cfg(target_os = "linux")'.dependencies]
209
- ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v11.9.1", features = ["postgres", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
209
+ ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v12.0.1", features = ["postgres", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
210
210
  # keyring `tpm` (TPM-at-rest, Linux-only via tss-esapi). `pkcs11` is no longer
211
211
  # per-target — it rides the global `pkcs11` feature now that cryptoki builds on all
212
212
  # targets (CIRISVerify v6.12.0).
213
- ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0", version = "8", features = ["tpm-plugin"] }
213
+ ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0", version = "8", features = ["tpm-plugin"] }
214
214
 
215
215
  # Android (arm64/arm32/x86_64): the keyring `android` backend (JNI → Android
216
216
  # Keystore/StrongBox); sqlite bundles, no postgres/tpm. Mirrors persist/edge.
217
217
  [target.'cfg(target_os = "android")'.dependencies]
218
- ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0", version = "8", features = ["android"] }
218
+ ciris-keyring = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0", version = "8", features = ["android"] }
219
219
 
220
220
  # serialport (the RNode LoRa driver dep, src/radio.rs) pulls libudev-sys on Linux,
221
221
  # which only resolves where libudev exists: desktop/server Linux (gnu, x86_64 or
@@ -252,14 +252,14 @@ http-body-util = "0.1"
252
252
  # The PQC primitives the realtime-A/V E2E bench drives directly: hybrid KEX
253
253
  # (X25519 + ML-KEM-768) for the per-Link transit key, AES-256-GCM for the
254
254
  # two-layer chunk seal. Same pin/features edge composes (tag parity).
255
- ciris-crypto = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.3.0", version = "8", features = ["hybrid-kex", "aes-gcm", "pqc-ml-dsa", "self-enc"] }
255
+ ciris-crypto = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v8.5.0", version = "8", features = ["hybrid-kex", "aes-gcm", "pqc-ml-dsa", "self-enc"] }
256
256
  # Enable edge's OWN fountain codec (`codec-fountain`, L1-A) for the survival-floor
257
257
  # proof — dev/test ONLY (feature unification applies to test/bench builds; the
258
258
  # shipped wheel stays codec-free, since a relay forwards sealed symbols opaquely
259
259
  # and never encodes/decodes). This lets tests/chaos_mesh.rs exercise the SUBSTRATE
260
260
  # codec (`fountain_encode`/`fountain_decode`) directly — a real MEASURED proof,
261
261
  # not a reference stand-in.
262
- ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v8.3.0", features = ["codec-fountain"] }
262
+ ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v8.4.1", features = ["codec-fountain"] }
263
263
 
264
264
  # PQC realtime-A/V streaming E2E benchmark (CIRISEdge#62 realtime_av profile).
265
265
  [[bench]]
@@ -325,3 +325,4 @@ path = "examples/mesh_propagation/main.rs"
325
325
  # pinned here, not on the build-std crate list — see release.yml win7 lane).
326
326
  panic = "unwind"
327
327
  strip = false # release workflow strips per-target after build
328
+