ciris-server 0.5.78__tar.gz → 0.5.79__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 (264) hide show
  1. {ciris_server-0.5.78 → ciris_server-0.5.79}/Cargo.lock +90 -416
  2. {ciris_server-0.5.78 → ciris_server-0.5.79}/Cargo.toml +14 -16
  3. {ciris_server-0.5.78 → ciris_server-0.5.79}/PKG-INFO +1 -1
  4. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/Cargo.toml +7 -10
  5. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/federation_admin.rs +88 -0
  6. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/federation_admin.rs +143 -0
  7. ciris_server-0.5.79/tests/noise_floor.rs +1037 -0
  8. ciris_server-0.5.79/tests/noise_floor_verdicts.rs +269 -0
  9. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/support.rs +3 -3
  10. ciris_server-0.5.78/tests/noise_floor.rs +0 -587
  11. {ciris_server-0.5.78 → ciris_server-0.5.79}/.cargo/config.toml +0 -0
  12. {ciris_server-0.5.78 → ciris_server-0.5.79}/.claude/workflows/localize-ui.js +0 -0
  13. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/bench.yml +0 -0
  14. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/build-wheels.yml +0 -0
  15. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/ci.yml +0 -0
  16. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/client-artifacts.yml +0 -0
  17. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/conformance.yml +0 -0
  18. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/localization.yml +0 -0
  19. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/publish-pypi.yml +0 -0
  20. {ciris_server-0.5.78 → ciris_server-0.5.79}/.github/workflows/release.yml +0 -0
  21. {ciris_server-0.5.78 → ciris_server-0.5.79}/.gitignore +0 -0
  22. {ciris_server-0.5.78 → ciris_server-0.5.79}/CHANGELOG.md +0 -0
  23. {ciris_server-0.5.78 → ciris_server-0.5.79}/LICENSE +0 -0
  24. {ciris_server-0.5.78 → ciris_server-0.5.79}/MISSION.md +0 -0
  25. {ciris_server-0.5.78 → ciris_server-0.5.79}/README.md +0 -0
  26. {ciris_server-0.5.78 → ciris_server-0.5.79}/WIRE_VOCABULARY_KINDS.md +0 -0
  27. {ciris_server-0.5.78 → ciris_server-0.5.79}/bench-site/bench_results.json +0 -0
  28. {ciris_server-0.5.78 → ciris_server-0.5.79}/bench-site/index.html +0 -0
  29. {ciris_server-0.5.78 → ciris_server-0.5.79}/bench_results.json +0 -0
  30. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/alm_chain.rs +0 -0
  31. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/erasure_survival.rs +0 -0
  32. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/n_eff_scoring.rs +0 -0
  33. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/pqc_av_streaming.rs +0 -0
  34. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/replication_ingest.rs +0 -0
  35. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/sig_overhead.rs +0 -0
  36. {ciris_server-0.5.78 → ciris_server-0.5.79}/benches/stream_fanout.rs +0 -0
  37. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/.github/workflows/bench.yml +0 -0
  38. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/.github/workflows/ci.yml +0 -0
  39. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/.gitignore +0 -0
  40. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/.pre-commit-config.yaml +0 -0
  41. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/FSD/CIRIS_LENS_CORE.md +0 -0
  42. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/FSD/LENS_CORE_V0_5.md +0 -0
  43. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/FSD/OPEN_QUESTIONS.md +0 -0
  44. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/LICENSE +0 -0
  45. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/MISSION.md +0 -0
  46. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/README.md +0 -0
  47. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/benches/aggregate.rs +0 -0
  48. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/benches/canonicalize.rs +0 -0
  49. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/benches/project.rs +0 -0
  50. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/deny.toml +0 -0
  51. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/BENCHMARKS.md +0 -0
  52. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/COHABITATION.md +0 -0
  53. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/PRE_COMMIT.md +0 -0
  54. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/PUBLIC_SCHEMA_CONTRACT.md +0 -0
  55. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/PYPI_PUBLISH.md +0 -0
  56. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/RELEASE_NOTES.md +0 -0
  57. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/STANDARDS_COMPARISON.md +0 -0
  58. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/docs/THREAT_MODEL.md +0 -0
  59. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/json_path.rs +0 -0
  60. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/metadata.rs +0 -0
  61. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/extraction/mod.rs +0 -0
  62. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/distilbert_loader.rs +0 -0
  63. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/fields.rs +0 -0
  64. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/mod.rs +0 -0
  65. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/ner.rs +0 -0
  66. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/ort_loader.rs +0 -0
  67. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/proptests.rs +0 -0
  68. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/regex.rs +0 -0
  69. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/walker.rs +0 -0
  70. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/patterns_from_cirislens_core/scrubber/xlm_r_loader.rs +0 -0
  71. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/pyproject.toml +0 -0
  72. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/python/ciris_lens_core/__init__.py +0 -0
  73. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/audit/api.rs +0 -0
  74. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/audit/delegate.rs +0 -0
  75. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/audit/mod.rs +0 -0
  76. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/audit/pyo3.rs +0 -0
  77. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/canonical/ceg_egress.rs +0 -0
  78. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/canonical/mod.rs +0 -0
  79. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capacity/attestation.rs +0 -0
  80. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capacity/mod.rs +0 -0
  81. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capacity/score.rs +0 -0
  82. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/batch.rs +0 -0
  83. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/client.rs +0 -0
  84. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/consent.rs +0 -0
  85. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/correlation.rs +0 -0
  86. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/event.rs +0 -0
  87. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/mod.rs +0 -0
  88. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/partial.rs +0 -0
  89. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/py_engine.rs +0 -0
  90. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/capture/seal.rs +0 -0
  91. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/cohort/declared.rs +0 -0
  92. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/cohort/mod.rs +0 -0
  93. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/cohort/resourcing.rs +0 -0
  94. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/config/egress.rs +0 -0
  95. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/config/mod.rs +0 -0
  96. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/config/node.rs +0 -0
  97. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/config/retention.rs +0 -0
  98. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/config/upstream.rs +0 -0
  99. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/axis_metrics.rs +0 -0
  100. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/coherence_ratchet.rs +0 -0
  101. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/correlated_action.rs +0 -0
  102. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/distributive_access.rs +0 -0
  103. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/manifold.rs +0 -0
  104. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/detector/mod.rs +0 -0
  105. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/extract/mod.rs +0 -0
  106. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/extract/projection.rs +0 -0
  107. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/ffi/mod.rs +0 -0
  108. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/ffi/pyo3.rs +0 -0
  109. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/lib.rs +0 -0
  110. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/observability/mod.rs +0 -0
  111. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/pipeline/lifecycle.rs +0 -0
  112. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/pipeline/mod.rs +0 -0
  113. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/retention/eviction.rs +0 -0
  114. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/retention/mod.rs +0 -0
  115. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/retention/summary.rs +0 -0
  116. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/role/handler.rs +0 -0
  117. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/role/mod.rs +0 -0
  118. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/role/node.rs +0 -0
  119. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/role/relay.rs +0 -0
  120. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/role/ret_relay.rs +0 -0
  121. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scores/aggregate.rs +0 -0
  122. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scores/mod.rs +0 -0
  123. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scores/oracle.rs +0 -0
  124. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/assembly.rs +0 -0
  125. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/axis_calibration.rs +0 -0
  126. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/calibration.rs +0 -0
  127. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/capacity.rs +0 -0
  128. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/mod.rs +0 -0
  129. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/n_eff.rs +0 -0
  130. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/scoring/result.rs +0 -0
  131. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/signing/event.rs +0 -0
  132. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/signing/mod.rs +0 -0
  133. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/wire/mod.rs +0 -0
  134. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/src/wire/signer.rs +0 -0
  135. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/tests/parity/README.md +0 -0
  136. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/tests/parity/canonical_fixtures.json +0 -0
  137. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/tests/parity/generate_canonical_fixtures.py +0 -0
  138. {ciris_server-0.5.78 → ciris_server-0.5.79}/crates/ciris-lens-core/tests/sovereign_rlib.rs +0 -0
  139. {ciris_server-0.5.78 → ciris_server-0.5.79}/data/live_mesh_2026-06-22.json +0 -0
  140. {ciris_server-0.5.78 → ciris_server-0.5.79}/docs/SCOPE_PRIVACY.md +0 -0
  141. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/mesh_propagation/main.rs +0 -0
  142. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/qa_runner/accord.rs +0 -0
  143. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/qa_runner/common.rs +0 -0
  144. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/qa_runner/family.rs +0 -0
  145. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/qa_runner/main.rs +0 -0
  146. {ciris_server-0.5.78 → ciris_server-0.5.79}/examples/qa_runner/verify.rs +0 -0
  147. {ciris_server-0.5.78 → ciris_server-0.5.79}/installers/windows/README.md +0 -0
  148. {ciris_server-0.5.78 → ciris_server-0.5.79}/installers/windows/bundle-jre.ps1 +0 -0
  149. {ciris_server-0.5.78 → ciris_server-0.5.79}/installers/windows/ciris-server-entry.py +0 -0
  150. {ciris_server-0.5.78 → ciris_server-0.5.79}/installers/windows/ciris-server-installer.iss +0 -0
  151. {ciris_server-0.5.78 → ciris_server-0.5.79}/installers/windows/ciris-server.spec +0 -0
  152. {ciris_server-0.5.78 → ciris_server-0.5.79}/pyproject.toml +0 -0
  153. {ciris_server-0.5.78 → ciris_server-0.5.79}/python/ciris_server/__init__.py +0 -0
  154. {ciris_server-0.5.78 → ciris_server-0.5.79}/python/ciris_server/__main__.py +0 -0
  155. {ciris_server-0.5.78 → ciris_server-0.5.79}/python/ciris_server/cli.py +0 -0
  156. {ciris_server-0.5.78 → ciris_server-0.5.79}/python/ciris_server/desktop_launcher.py +0 -0
  157. {ciris_server-0.5.78 → ciris_server-0.5.79}/rust-toolchain.toml +0 -0
  158. {ciris_server-0.5.78 → ciris_server-0.5.79}/scripts/bench_report.py +0 -0
  159. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord.rs +0 -0
  160. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_custody.rs +0 -0
  161. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_halt.rs +0 -0
  162. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_pki/yubico_attestation_root_1.der +0 -0
  163. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_pki/yubico_attestation_root_1.pem +0 -0
  164. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_provision.rs +0 -0
  165. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/accord_reactivate.rs +0 -0
  166. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/adapter.rs +0 -0
  167. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/ABSORPTION.md +0 -0
  168. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/api_keys.rs +0 -0
  169. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/attestation.rs +0 -0
  170. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/bootstrap.rs +0 -0
  171. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/consent.rs +0 -0
  172. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/device_auth.rs +0 -0
  173. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/device_grant.rs +0 -0
  174. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/erasure.rs +0 -0
  175. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/gate.rs +0 -0
  176. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/loopback.rs +0 -0
  177. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/mod.rs +0 -0
  178. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/oauth.rs +0 -0
  179. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/occurrence.rs +0 -0
  180. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/ownership.rs +0 -0
  181. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/portable_occurrence.rs +0 -0
  182. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/roles.rs +0 -0
  183. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/self_login.rs +0 -0
  184. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/session.rs +0 -0
  185. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/store.rs +0 -0
  186. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/auth/verify.rs +0 -0
  187. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/benchmarks/bench_results.rs +0 -0
  188. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/benchmarks/mesh.rs +0 -0
  189. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/benchmarks/mod.rs +0 -0
  190. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/benchmarks/scoreboard.rs +0 -0
  191. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/claim_remote.rs +0 -0
  192. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/compose.rs +0 -0
  193. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/config.rs +0 -0
  194. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/config_api.rs +0 -0
  195. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/config_reconcile.rs +0 -0
  196. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/delegation_transparency.rs +0 -0
  197. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/family.rs +0 -0
  198. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/federation_nodecode.rs +0 -0
  199. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/federation_peers.rs +0 -0
  200. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/graph_config.rs +0 -0
  201. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/health.rs +0 -0
  202. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/holonomic.rs +0 -0
  203. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/http_log.rs +0 -0
  204. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/identity.rs +0 -0
  205. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/ids.rs +0 -0
  206. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/import.rs +0 -0
  207. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/ingest_http.rs +0 -0
  208. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/lib.rs +0 -0
  209. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/main.rs +0 -0
  210. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/memory_api.rs +0 -0
  211. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/mesh_relay.rs +0 -0
  212. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/nodecode.rs +0 -0
  213. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/peer.rs +0 -0
  214. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/proxy.rs +0 -0
  215. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/py_adapter.rs +0 -0
  216. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/quorum.rs +0 -0
  217. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/radio.rs +0 -0
  218. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/replication_reconcile.rs +0 -0
  219. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/safety/age.rs +0 -0
  220. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/safety/mod.rs +0 -0
  221. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/safety/moderation.rs +0 -0
  222. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/safety/named.rs +0 -0
  223. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/safety/watchlist.rs +0 -0
  224. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/scorer/n_eff.rs +0 -0
  225. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/scorer.rs +0 -0
  226. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/system_data.rs +0 -0
  227. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/telemetry_logs.rs +0 -0
  228. {ciris_server-0.5.78 → ciris_server-0.5.79}/src/yubico_attestation_ca.pem +0 -0
  229. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/accord.rs +0 -0
  230. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/accord_admit_node.rs +0 -0
  231. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/alm_chain.rs +0 -0
  232. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/audit_chain.rs +0 -0
  233. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/capacity_scorer.rs +0 -0
  234. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/chaos_mesh.rs +0 -0
  235. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/claim_remote.rs +0 -0
  236. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/config_reconcile.rs +0 -0
  237. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/device_grant.rs +0 -0
  238. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/federation_session_kex.rs +0 -0
  239. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/graph_config.rs +0 -0
  240. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/ingest_http.rs +0 -0
  241. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/mesh_seed_e2e.rs +0 -0
  242. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/mesh_seed_keyplane_e2e.rs +0 -0
  243. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/nat_traversal.rs +0 -0
  244. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/nodecode.rs +0 -0
  245. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/occurrence.rs +0 -0
  246. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/ownership.rs +0 -0
  247. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/peer_replication.rs +0 -0
  248. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/portable_occurrence.rs +0 -0
  249. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage1.rs +0 -0
  250. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage2.rs +0 -0
  251. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage3.rs +0 -0
  252. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage4.rs +0 -0
  253. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage5.rs +0 -0
  254. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage6.rs +0 -0
  255. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage7.rs +0 -0
  256. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates/stage8.rs +0 -0
  257. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/release_gates.rs +0 -0
  258. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/replication.rs +0 -0
  259. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/replication_reconcile.rs +0 -0
  260. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/root_bootstrap.rs +0 -0
  261. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/safety.rs +0 -0
  262. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/stream_sth_consistency.rs +0 -0
  263. {ciris_server-0.5.78 → ciris_server-0.5.79}/tests/wire_vocabulary_gate.rs +0 -0
  264. {ciris_server-0.5.78 → ciris_server-0.5.79}/tools/audit_cohort_scope_callers.py +0 -0
@@ -153,12 +153,6 @@ dependencies = [
153
153
  "rustversion",
154
154
  ]
155
155
 
156
- [[package]]
157
- name = "arrayvec"
158
- version = "0.7.8"
159
- source = "registry+https://github.com/rust-lang/crates.io-index"
160
- checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
161
-
162
156
  [[package]]
163
157
  name = "askama"
164
158
  version = "0.14.0"
@@ -405,7 +399,7 @@ dependencies = [
405
399
  "bytes",
406
400
  "form_urlencoded",
407
401
  "futures-util",
408
- "http 1.4.2",
402
+ "http",
409
403
  "http-body",
410
404
  "http-body-util",
411
405
  "hyper",
@@ -436,7 +430,7 @@ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
436
430
  dependencies = [
437
431
  "bytes",
438
432
  "futures-core",
439
- "http 1.4.2",
433
+ "http",
440
434
  "http-body",
441
435
  "http-body-util",
442
436
  "mime",
@@ -456,16 +450,16 @@ dependencies = [
456
450
  "arc-swap",
457
451
  "bytes",
458
452
  "fs-err 3.3.0",
459
- "http 1.4.2",
453
+ "http",
460
454
  "http-body",
461
455
  "hyper",
462
456
  "hyper-util",
463
457
  "pin-project-lite",
464
- "rustls 0.23.41",
465
- "rustls-pemfile 2.2.0",
458
+ "rustls",
459
+ "rustls-pemfile",
466
460
  "rustls-pki-types",
467
461
  "tokio",
468
- "tokio-rustls 0.26.4",
462
+ "tokio-rustls",
469
463
  "tower-service",
470
464
  ]
471
465
 
@@ -502,17 +496,6 @@ dependencies = [
502
496
  "serde",
503
497
  ]
504
498
 
505
- [[package]]
506
- name = "bip39"
507
- version = "2.2.2"
508
- source = "registry+https://github.com/rust-lang/crates.io-index"
509
- checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
510
- dependencies = [
511
- "bitcoin_hashes",
512
- "serde",
513
- "unicode-normalization",
514
- ]
515
-
516
499
  [[package]]
517
500
  name = "bit-set"
518
501
  version = "0.8.0"
@@ -528,15 +511,6 @@ version = "0.8.0"
528
511
  source = "registry+https://github.com/rust-lang/crates.io-index"
529
512
  checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
530
513
 
531
- [[package]]
532
- name = "bitcoin_hashes"
533
- version = "0.14.101"
534
- source = "registry+https://github.com/rust-lang/crates.io-index"
535
- checksum = "bca4c7abb40c8817d77403c880988cfd484f23ab2365726afb2f798363e2c4a2"
536
- dependencies = [
537
- "hex-conservative",
538
- ]
539
-
540
514
  [[package]]
541
515
  name = "bitflags"
542
516
  version = "1.3.2"
@@ -792,8 +766,8 @@ dependencies = [
792
766
 
793
767
  [[package]]
794
768
  name = "ciris-crypto"
795
- version = "8.5.0"
796
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
769
+ version = "8.7.0"
770
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.7.0#c09ed2c5f42da354b153c40abaa57c2f49b1c79a"
797
771
  dependencies = [
798
772
  "chacha20poly1305",
799
773
  "ed25519-dalek",
@@ -805,8 +779,6 @@ dependencies = [
805
779
  "ml-kem",
806
780
  "p256",
807
781
  "pbkdf2",
808
- "pkcs8 0.11.0",
809
- "rand_chacha 0.3.1",
810
782
  "rand_core 0.6.4",
811
783
  "ring",
812
784
  "serde",
@@ -821,14 +793,13 @@ dependencies = [
821
793
 
822
794
  [[package]]
823
795
  name = "ciris-edge"
824
- version = "8.6.1"
825
- source = "git+https://github.com/CIRISAI/CIRISEdge?tag=v8.6.1#acf26ce7cfe01aee5400c7e01dbd9d5b2e797d9b"
796
+ version = "8.7.2"
797
+ source = "git+https://github.com/CIRISAI/CIRISEdge?tag=v8.7.2#f5d1be7502417bcc3a589863a6b886f4458e366e"
826
798
  dependencies = [
827
799
  "async-trait",
828
800
  "axum",
829
801
  "axum-server",
830
802
  "base64 0.22.1",
831
- "bip39",
832
803
  "chrono",
833
804
  "ciris-crypto",
834
805
  "ciris-keyring",
@@ -847,7 +818,6 @@ dependencies = [
847
818
  "parking_lot",
848
819
  "pyo3",
849
820
  "pyo3-async-runtimes",
850
- "qrcodegen",
851
821
  "rand 0.8.6",
852
822
  "rand_chacha 0.3.1",
853
823
  "raptorq",
@@ -855,8 +825,8 @@ dependencies = [
855
825
  "reqwest",
856
826
  "reticulum-core",
857
827
  "reticulum-std",
858
- "rustls 0.23.41",
859
- "rustls-pemfile 2.2.0",
828
+ "rustls",
829
+ "rustls-pemfile",
860
830
  "rustls-pki-types",
861
831
  "serde",
862
832
  "serde_json",
@@ -866,7 +836,7 @@ dependencies = [
866
836
  "time",
867
837
  "tls_codec",
868
838
  "tokio",
869
- "tokio-rustls 0.26.4",
839
+ "tokio-rustls",
870
840
  "tower",
871
841
  "tracing",
872
842
  "uniffi",
@@ -877,8 +847,8 @@ dependencies = [
877
847
 
878
848
  [[package]]
879
849
  name = "ciris-keyring"
880
- version = "8.5.0"
881
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
850
+ version = "8.7.0"
851
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.7.0#c09ed2c5f42da354b153c40abaa57c2f49b1c79a"
882
852
  dependencies = [
883
853
  "aes-gcm",
884
854
  "async-trait",
@@ -915,9 +885,8 @@ dependencies = [
915
885
  name = "ciris-lens-core"
916
886
  version = "1.4.3"
917
887
  dependencies = [
918
- "async-trait",
919
888
  "axum",
920
- "base64 0.21.7",
889
+ "base64 0.22.1",
921
890
  "chrono",
922
891
  "ciris-edge",
923
892
  "ciris-keyring",
@@ -926,7 +895,6 @@ dependencies = [
926
895
  "criterion",
927
896
  "ed25519-dalek",
928
897
  "hex",
929
- "opentelemetry",
930
898
  "proptest",
931
899
  "pyo3",
932
900
  "serde",
@@ -943,12 +911,11 @@ dependencies = [
943
911
 
944
912
  [[package]]
945
913
  name = "ciris-persist"
946
- version = "12.2.0"
947
- source = "git+https://github.com/CIRISAI/CIRISPersist?tag=v12.2.0#766212c92b52f27f7bf35779bf99f692d6b6a8d0"
914
+ version = "12.5.0"
915
+ source = "git+https://github.com/CIRISAI/CIRISPersist?tag=v12.5.0#ed813d3ca94730b76e021dff3c1df822162e44e2"
948
916
  dependencies = [
949
917
  "async-trait",
950
918
  "base64 0.22.1",
951
- "bytes",
952
919
  "chrono",
953
920
  "ciris-crypto",
954
921
  "ciris-keyring",
@@ -961,7 +928,6 @@ dependencies = [
961
928
  "hex",
962
929
  "jsonschema",
963
930
  "libc",
964
- "openssl",
965
931
  "parking_lot",
966
932
  "postgres-types",
967
933
  "pyo3",
@@ -983,7 +949,7 @@ dependencies = [
983
949
 
984
950
  [[package]]
985
951
  name = "ciris-server"
986
- version = "0.5.78"
952
+ version = "0.5.79"
987
953
  dependencies = [
988
954
  "anyhow",
989
955
  "async-trait",
@@ -1002,12 +968,10 @@ dependencies = [
1002
968
  "fs2",
1003
969
  "getrandom 0.3.4",
1004
970
  "hex",
1005
- "hmac 0.12.1",
1006
971
  "http-body-util",
1007
972
  "jsonwebtoken",
1008
973
  "pbkdf2",
1009
974
  "pyo3",
1010
- "pyo3-async-runtimes",
1011
975
  "reqwest",
1012
976
  "rusqlite",
1013
977
  "serde",
@@ -1026,11 +990,10 @@ dependencies = [
1026
990
 
1027
991
  [[package]]
1028
992
  name = "ciris-verify-core"
1029
- version = "8.5.0"
1030
- source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.5.0#a19d5c4599bc639a0ed7ff0260a793b0cdcd7982"
993
+ version = "8.7.0"
994
+ source = "git+https://github.com/CIRISAI/CIRISVerify?tag=v8.7.0#c09ed2c5f42da354b153c40abaa57c2f49b1c79a"
1031
995
  dependencies = [
1032
996
  "android_system_properties",
1033
- "anyhow",
1034
997
  "async-trait",
1035
998
  "base64 0.21.7",
1036
999
  "chacha20poly1305",
@@ -1045,15 +1008,12 @@ dependencies = [
1045
1008
  "hickory-resolver",
1046
1009
  "hkdf",
1047
1010
  "libc",
1048
- "prost",
1049
- "prost-build",
1050
1011
  "qrcode",
1051
1012
  "rand 0.8.6",
1052
1013
  "reqwest",
1053
1014
  "rpassword",
1054
1015
  "rusqlite",
1055
- "rustls 0.21.12",
1056
- "rustls 0.23.41",
1016
+ "rustls",
1057
1017
  "serde",
1058
1018
  "serde_jcs",
1059
1019
  "serde_json",
@@ -1064,7 +1024,6 @@ dependencies = [
1064
1024
  "tracing",
1065
1025
  "tracing-subscriber",
1066
1026
  "ureq",
1067
- "webpki-roots 0.25.4",
1068
1027
  "webpki-roots 0.26.11",
1069
1028
  "windows-sys 0.52.0",
1070
1029
  "x509-parser",
@@ -1250,7 +1209,7 @@ dependencies = [
1250
1209
  "criterion-plot",
1251
1210
  "futures",
1252
1211
  "is-terminal",
1253
- "itertools 0.10.5",
1212
+ "itertools",
1254
1213
  "num-traits",
1255
1214
  "once_cell",
1256
1215
  "oorandom",
@@ -1272,9 +1231,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
1231
  checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
1273
1232
  dependencies = [
1274
1233
  "cast",
1275
- "itertools 0.10.5",
1234
+ "itertools",
1276
1235
  ]
1277
1236
 
1237
+ [[package]]
1238
+ name = "critical-section"
1239
+ version = "1.2.0"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1242
+
1278
1243
  [[package]]
1279
1244
  name = "crossbeam-channel"
1280
1245
  version = "0.5.15"
@@ -1806,12 +1771,6 @@ version = "0.1.9"
1806
1771
  source = "registry+https://github.com/rust-lang/crates.io-index"
1807
1772
  checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1808
1773
 
1809
- [[package]]
1810
- name = "fixedbitset"
1811
- version = "0.4.2"
1812
- source = "registry+https://github.com/rust-lang/crates.io-index"
1813
- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1814
-
1815
1774
  [[package]]
1816
1775
  name = "flate2"
1817
1776
  version = "1.1.9"
@@ -1851,21 +1810,6 @@ version = "0.2.0"
1851
1810
  source = "registry+https://github.com/rust-lang/crates.io-index"
1852
1811
  checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1853
1812
 
1854
- [[package]]
1855
- name = "foreign-types"
1856
- version = "0.3.2"
1857
- source = "registry+https://github.com/rust-lang/crates.io-index"
1858
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1859
- dependencies = [
1860
- "foreign-types-shared",
1861
- ]
1862
-
1863
- [[package]]
1864
- name = "foreign-types-shared"
1865
- version = "0.1.1"
1866
- source = "registry+https://github.com/rust-lang/crates.io-index"
1867
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1868
-
1869
1813
  [[package]]
1870
1814
  name = "form_urlencoded"
1871
1815
  version = "1.2.2"
@@ -2131,25 +2075,6 @@ dependencies = [
2131
2075
  "subtle",
2132
2076
  ]
2133
2077
 
2134
- [[package]]
2135
- name = "h2"
2136
- version = "0.3.27"
2137
- source = "registry+https://github.com/rust-lang/crates.io-index"
2138
- checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
2139
- dependencies = [
2140
- "bytes",
2141
- "fnv",
2142
- "futures-core",
2143
- "futures-sink",
2144
- "futures-util",
2145
- "http 0.2.12",
2146
- "indexmap",
2147
- "slab",
2148
- "tokio",
2149
- "tokio-util",
2150
- "tracing",
2151
- ]
2152
-
2153
2078
  [[package]]
2154
2079
  name = "h2"
2155
2080
  version = "0.4.15"
@@ -2161,7 +2086,7 @@ dependencies = [
2161
2086
  "fnv",
2162
2087
  "futures-core",
2163
2088
  "futures-sink",
2164
- "http 1.4.2",
2089
+ "http",
2165
2090
  "indexmap",
2166
2091
  "slab",
2167
2092
  "tokio",
@@ -2314,20 +2239,11 @@ version = "0.4.3"
2314
2239
  source = "registry+https://github.com/rust-lang/crates.io-index"
2315
2240
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2316
2241
 
2317
- [[package]]
2318
- name = "hex-conservative"
2319
- version = "0.2.2"
2320
- source = "registry+https://github.com/rust-lang/crates.io-index"
2321
- checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
2322
- dependencies = [
2323
- "arrayvec",
2324
- ]
2325
-
2326
2242
  [[package]]
2327
2243
  name = "hickory-proto"
2328
- version = "0.24.4"
2244
+ version = "0.25.2"
2329
2245
  source = "registry+https://github.com/rust-lang/crates.io-index"
2330
- checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
2246
+ checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
2331
2247
  dependencies = [
2332
2248
  "async-trait",
2333
2249
  "bytes",
@@ -2337,47 +2253,45 @@ dependencies = [
2337
2253
  "futures-channel",
2338
2254
  "futures-io",
2339
2255
  "futures-util",
2340
- "h2 0.3.27",
2341
- "http 0.2.12",
2256
+ "h2",
2257
+ "http",
2342
2258
  "idna",
2343
2259
  "ipnet",
2344
2260
  "once_cell",
2345
- "rand 0.8.6",
2346
- "rustls 0.21.12",
2347
- "rustls-native-certs",
2348
- "rustls-pemfile 1.0.4",
2349
- "thiserror 1.0.69",
2261
+ "rand 0.9.4",
2262
+ "ring",
2263
+ "rustls",
2264
+ "thiserror 2.0.18",
2350
2265
  "tinyvec",
2351
2266
  "tokio",
2352
- "tokio-rustls 0.24.1",
2267
+ "tokio-rustls",
2353
2268
  "tracing",
2354
2269
  "url",
2355
- "webpki-roots 0.25.4",
2270
+ "webpki-roots 0.26.11",
2356
2271
  ]
2357
2272
 
2358
2273
  [[package]]
2359
2274
  name = "hickory-resolver"
2360
- version = "0.24.4"
2275
+ version = "0.25.2"
2361
2276
  source = "registry+https://github.com/rust-lang/crates.io-index"
2362
- checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
2277
+ checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
2363
2278
  dependencies = [
2364
2279
  "cfg-if",
2365
2280
  "futures-util",
2366
2281
  "hickory-proto",
2367
2282
  "ipconfig",
2368
- "lru-cache",
2283
+ "moka",
2369
2284
  "once_cell",
2370
2285
  "parking_lot",
2371
- "rand 0.8.6",
2286
+ "rand 0.9.4",
2372
2287
  "resolv-conf",
2373
- "rustls 0.21.12",
2374
- "rustls-native-certs",
2288
+ "rustls",
2375
2289
  "smallvec",
2376
- "thiserror 1.0.69",
2290
+ "thiserror 2.0.18",
2377
2291
  "tokio",
2378
- "tokio-rustls 0.24.1",
2292
+ "tokio-rustls",
2379
2293
  "tracing",
2380
- "webpki-roots 0.25.4",
2294
+ "webpki-roots 0.26.11",
2381
2295
  ]
2382
2296
 
2383
2297
  [[package]]
@@ -2476,17 +2390,6 @@ dependencies = [
2476
2390
  "zeroize",
2477
2391
  ]
2478
2392
 
2479
- [[package]]
2480
- name = "http"
2481
- version = "0.2.12"
2482
- source = "registry+https://github.com/rust-lang/crates.io-index"
2483
- checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2484
- dependencies = [
2485
- "bytes",
2486
- "fnv",
2487
- "itoa",
2488
- ]
2489
-
2490
2393
  [[package]]
2491
2394
  name = "http"
2492
2395
  version = "1.4.2"
@@ -2504,7 +2407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
2407
  checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2505
2408
  dependencies = [
2506
2409
  "bytes",
2507
- "http 1.4.2",
2410
+ "http",
2508
2411
  ]
2509
2412
 
2510
2413
  [[package]]
@@ -2515,7 +2418,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2515
2418
  dependencies = [
2516
2419
  "bytes",
2517
2420
  "futures-core",
2518
- "http 1.4.2",
2421
+ "http",
2519
2422
  "http-body",
2520
2423
  "pin-project-lite",
2521
2424
  ]
@@ -2553,8 +2456,8 @@ dependencies = [
2553
2456
  "bytes",
2554
2457
  "futures-channel",
2555
2458
  "futures-core",
2556
- "h2 0.4.15",
2557
- "http 1.4.2",
2459
+ "h2",
2460
+ "http",
2558
2461
  "http-body",
2559
2462
  "httparse",
2560
2463
  "httpdate",
@@ -2571,12 +2474,12 @@ version = "0.27.9"
2571
2474
  source = "registry+https://github.com/rust-lang/crates.io-index"
2572
2475
  checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2573
2476
  dependencies = [
2574
- "http 1.4.2",
2477
+ "http",
2575
2478
  "hyper",
2576
2479
  "hyper-util",
2577
- "rustls 0.23.41",
2480
+ "rustls",
2578
2481
  "tokio",
2579
- "tokio-rustls 0.26.4",
2482
+ "tokio-rustls",
2580
2483
  "tower-service",
2581
2484
  "webpki-roots 1.0.8",
2582
2485
  ]
@@ -2591,7 +2494,7 @@ dependencies = [
2591
2494
  "bytes",
2592
2495
  "futures-channel",
2593
2496
  "futures-util",
2594
- "http 1.4.2",
2497
+ "http",
2595
2498
  "http-body",
2596
2499
  "hyper",
2597
2500
  "ipnet",
@@ -2844,15 +2747,6 @@ dependencies = [
2844
2747
  "either",
2845
2748
  ]
2846
2749
 
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
-
2856
2750
  [[package]]
2857
2751
  name = "itoa"
2858
2752
  version = "1.0.18"
@@ -3355,12 +3249,6 @@ dependencies = [
3355
3249
  "pkg-config",
3356
3250
  ]
3357
3251
 
3358
- [[package]]
3359
- name = "linked-hash-map"
3360
- version = "0.5.6"
3361
- source = "registry+https://github.com/rust-lang/crates.io-index"
3362
- checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3363
-
3364
3252
  [[package]]
3365
3253
  name = "linux-raw-sys"
3366
3254
  version = "0.3.8"
@@ -3400,15 +3288,6 @@ version = "0.4.33"
3400
3288
  source = "registry+https://github.com/rust-lang/crates.io-index"
3401
3289
  checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
3402
3290
 
3403
- [[package]]
3404
- name = "lru-cache"
3405
- version = "0.1.2"
3406
- source = "registry+https://github.com/rust-lang/crates.io-index"
3407
- checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
3408
- dependencies = [
3409
- "linked-hash-map",
3410
- ]
3411
-
3412
3291
  [[package]]
3413
3292
  name = "lru-slab"
3414
3293
  version = "0.1.2"
@@ -3579,10 +3458,21 @@ dependencies = [
3579
3458
  ]
3580
3459
 
3581
3460
  [[package]]
3582
- name = "multimap"
3583
- version = "0.10.1"
3461
+ name = "moka"
3462
+ version = "0.12.15"
3584
3463
  source = "registry+https://github.com/rust-lang/crates.io-index"
3585
- checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
3464
+ checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
3465
+ dependencies = [
3466
+ "crossbeam-channel",
3467
+ "crossbeam-epoch",
3468
+ "crossbeam-utils",
3469
+ "equivalent",
3470
+ "parking_lot",
3471
+ "portable-atomic",
3472
+ "smallvec",
3473
+ "tagptr",
3474
+ "uuid",
3475
+ ]
3586
3476
 
3587
3477
  [[package]]
3588
3478
  name = "nix"
@@ -3784,6 +3674,10 @@ name = "once_cell"
3784
3674
  version = "1.21.4"
3785
3675
  source = "registry+https://github.com/rust-lang/crates.io-index"
3786
3676
  checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
3677
+ dependencies = [
3678
+ "critical-section",
3679
+ "portable-atomic",
3680
+ ]
3787
3681
 
3788
3682
  [[package]]
3789
3683
  name = "once_cell_polyfill"
@@ -3878,75 +3772,6 @@ dependencies = [
3878
3772
  "tls_codec",
3879
3773
  ]
3880
3774
 
3881
- [[package]]
3882
- name = "openssl"
3883
- version = "0.10.81"
3884
- source = "registry+https://github.com/rust-lang/crates.io-index"
3885
- checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
3886
- dependencies = [
3887
- "bitflags 2.13.0",
3888
- "cfg-if",
3889
- "foreign-types",
3890
- "libc",
3891
- "openssl-macros",
3892
- "openssl-sys",
3893
- ]
3894
-
3895
- [[package]]
3896
- name = "openssl-macros"
3897
- version = "0.1.1"
3898
- source = "registry+https://github.com/rust-lang/crates.io-index"
3899
- checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3900
- dependencies = [
3901
- "proc-macro2",
3902
- "quote",
3903
- "syn 2.0.118",
3904
- ]
3905
-
3906
- [[package]]
3907
- name = "openssl-probe"
3908
- version = "0.1.6"
3909
- source = "registry+https://github.com/rust-lang/crates.io-index"
3910
- checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3911
-
3912
- [[package]]
3913
- name = "openssl-src"
3914
- version = "300.6.1+3.6.3"
3915
- source = "registry+https://github.com/rust-lang/crates.io-index"
3916
- checksum = "46eb8fb9fb3b61ce1c0f8a026c4c1a0714d3a9e138e7fbde78753ce2babc3846"
3917
- dependencies = [
3918
- "cc",
3919
- ]
3920
-
3921
- [[package]]
3922
- name = "openssl-sys"
3923
- version = "0.9.117"
3924
- source = "registry+https://github.com/rust-lang/crates.io-index"
3925
- checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
3926
- dependencies = [
3927
- "cc",
3928
- "libc",
3929
- "openssl-src",
3930
- "pkg-config",
3931
- "vcpkg",
3932
- ]
3933
-
3934
- [[package]]
3935
- name = "opentelemetry"
3936
- version = "0.21.0"
3937
- source = "registry+https://github.com/rust-lang/crates.io-index"
3938
- checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a"
3939
- dependencies = [
3940
- "futures-core",
3941
- "futures-sink",
3942
- "indexmap",
3943
- "js-sys",
3944
- "once_cell",
3945
- "pin-project-lite",
3946
- "thiserror 1.0.69",
3947
- "urlencoding",
3948
- ]
3949
-
3950
3775
  [[package]]
3951
3776
  name = "option-ext"
3952
3777
  version = "0.2.0"
@@ -4061,16 +3886,6 @@ version = "2.3.2"
4061
3886
  source = "registry+https://github.com/rust-lang/crates.io-index"
4062
3887
  checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4063
3888
 
4064
- [[package]]
4065
- name = "petgraph"
4066
- version = "0.6.5"
4067
- source = "registry+https://github.com/rust-lang/crates.io-index"
4068
- checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4069
- dependencies = [
4070
- "fixedbitset",
4071
- "indexmap",
4072
- ]
4073
-
4074
3889
  [[package]]
4075
3890
  name = "phf"
4076
3891
  version = "0.13.1"
@@ -4283,16 +4098,6 @@ dependencies = [
4283
4098
  "zerocopy",
4284
4099
  ]
4285
4100
 
4286
- [[package]]
4287
- name = "prettyplease"
4288
- version = "0.2.37"
4289
- source = "registry+https://github.com/rust-lang/crates.io-index"
4290
- checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4291
- dependencies = [
4292
- "proc-macro2",
4293
- "syn 2.0.118",
4294
- ]
4295
-
4296
4101
  [[package]]
4297
4102
  name = "primeorder"
4298
4103
  version = "0.13.6"
@@ -4362,59 +4167,6 @@ dependencies = [
4362
4167
  "unarray",
4363
4168
  ]
4364
4169
 
4365
- [[package]]
4366
- name = "prost"
4367
- version = "0.12.6"
4368
- source = "registry+https://github.com/rust-lang/crates.io-index"
4369
- checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
4370
- dependencies = [
4371
- "bytes",
4372
- "prost-derive",
4373
- ]
4374
-
4375
- [[package]]
4376
- name = "prost-build"
4377
- version = "0.12.6"
4378
- source = "registry+https://github.com/rust-lang/crates.io-index"
4379
- checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
4380
- dependencies = [
4381
- "bytes",
4382
- "heck",
4383
- "itertools 0.12.1",
4384
- "log",
4385
- "multimap",
4386
- "once_cell",
4387
- "petgraph",
4388
- "prettyplease",
4389
- "prost",
4390
- "prost-types",
4391
- "regex",
4392
- "syn 2.0.118",
4393
- "tempfile",
4394
- ]
4395
-
4396
- [[package]]
4397
- name = "prost-derive"
4398
- version = "0.12.6"
4399
- source = "registry+https://github.com/rust-lang/crates.io-index"
4400
- checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
4401
- dependencies = [
4402
- "anyhow",
4403
- "itertools 0.12.1",
4404
- "proc-macro2",
4405
- "quote",
4406
- "syn 2.0.118",
4407
- ]
4408
-
4409
- [[package]]
4410
- name = "prost-types"
4411
- version = "0.12.6"
4412
- source = "registry+https://github.com/rust-lang/crates.io-index"
4413
- checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
4414
- dependencies = [
4415
- "prost",
4416
- ]
4417
-
4418
4170
  [[package]]
4419
4171
  name = "pyo3"
4420
4172
  version = "0.29.0"
@@ -4492,12 +4244,6 @@ version = "0.14.1"
4492
4244
  source = "registry+https://github.com/rust-lang/crates.io-index"
4493
4245
  checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec"
4494
4246
 
4495
- [[package]]
4496
- name = "qrcodegen"
4497
- version = "1.8.0"
4498
- source = "registry+https://github.com/rust-lang/crates.io-index"
4499
- checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
4500
-
4501
4247
  [[package]]
4502
4248
  name = "quick-error"
4503
4249
  version = "1.2.3"
@@ -4516,7 +4262,7 @@ dependencies = [
4516
4262
  "quinn-proto",
4517
4263
  "quinn-udp",
4518
4264
  "rustc-hash",
4519
- "rustls 0.23.41",
4265
+ "rustls",
4520
4266
  "socket2 0.6.4",
4521
4267
  "thiserror 2.0.18",
4522
4268
  "tokio",
@@ -4536,7 +4282,7 @@ dependencies = [
4536
4282
  "rand 0.9.4",
4537
4283
  "ring",
4538
4284
  "rustc-hash",
4539
- "rustls 0.23.41",
4285
+ "rustls",
4540
4286
  "rustls-pki-types",
4541
4287
  "slab",
4542
4288
  "thiserror 2.0.18",
@@ -4861,7 +4607,7 @@ dependencies = [
4861
4607
  "base64 0.22.1",
4862
4608
  "bytes",
4863
4609
  "futures-core",
4864
- "http 1.4.2",
4610
+ "http",
4865
4611
  "http-body",
4866
4612
  "http-body-util",
4867
4613
  "hyper",
@@ -4872,14 +4618,14 @@ dependencies = [
4872
4618
  "percent-encoding",
4873
4619
  "pin-project-lite",
4874
4620
  "quinn",
4875
- "rustls 0.23.41",
4621
+ "rustls",
4876
4622
  "rustls-pki-types",
4877
4623
  "serde",
4878
4624
  "serde_json",
4879
4625
  "serde_urlencoded",
4880
4626
  "sync_wrapper",
4881
4627
  "tokio",
4882
- "tokio-rustls 0.26.4",
4628
+ "tokio-rustls",
4883
4629
  "tower",
4884
4630
  "tower-http",
4885
4631
  "tower-service",
@@ -5094,18 +4840,6 @@ dependencies = [
5094
4840
  "windows-sys 0.61.2",
5095
4841
  ]
5096
4842
 
5097
- [[package]]
5098
- name = "rustls"
5099
- version = "0.21.12"
5100
- source = "registry+https://github.com/rust-lang/crates.io-index"
5101
- checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
5102
- dependencies = [
5103
- "log",
5104
- "ring",
5105
- "rustls-webpki 0.101.7",
5106
- "sct",
5107
- ]
5108
-
5109
4843
  [[package]]
5110
4844
  name = "rustls"
5111
4845
  version = "0.23.41"
@@ -5116,32 +4850,11 @@ dependencies = [
5116
4850
  "once_cell",
5117
4851
  "ring",
5118
4852
  "rustls-pki-types",
5119
- "rustls-webpki 0.103.13",
4853
+ "rustls-webpki",
5120
4854
  "subtle",
5121
4855
  "zeroize",
5122
4856
  ]
5123
4857
 
5124
- [[package]]
5125
- name = "rustls-native-certs"
5126
- version = "0.6.3"
5127
- source = "registry+https://github.com/rust-lang/crates.io-index"
5128
- checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
5129
- dependencies = [
5130
- "openssl-probe",
5131
- "rustls-pemfile 1.0.4",
5132
- "schannel",
5133
- "security-framework",
5134
- ]
5135
-
5136
- [[package]]
5137
- name = "rustls-pemfile"
5138
- version = "1.0.4"
5139
- source = "registry+https://github.com/rust-lang/crates.io-index"
5140
- checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5141
- dependencies = [
5142
- "base64 0.21.7",
5143
- ]
5144
-
5145
4858
  [[package]]
5146
4859
  name = "rustls-pemfile"
5147
4860
  version = "2.2.0"
@@ -5161,16 +4874,6 @@ dependencies = [
5161
4874
  "zeroize",
5162
4875
  ]
5163
4876
 
5164
- [[package]]
5165
- name = "rustls-webpki"
5166
- version = "0.101.7"
5167
- source = "registry+https://github.com/rust-lang/crates.io-index"
5168
- checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
5169
- dependencies = [
5170
- "ring",
5171
- "untrusted",
5172
- ]
5173
-
5174
4877
  [[package]]
5175
4878
  name = "rustls-webpki"
5176
4879
  version = "0.103.13"
@@ -5221,15 +4924,6 @@ dependencies = [
5221
4924
  "winapi-util",
5222
4925
  ]
5223
4926
 
5224
- [[package]]
5225
- name = "schannel"
5226
- version = "0.1.29"
5227
- source = "registry+https://github.com/rust-lang/crates.io-index"
5228
- checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
5229
- dependencies = [
5230
- "windows-sys 0.61.2",
5231
- ]
5232
-
5233
4927
  [[package]]
5234
4928
  name = "scopeguard"
5235
4929
  version = "1.2.0"
@@ -5256,16 +4950,6 @@ dependencies = [
5256
4950
  "syn 2.0.118",
5257
4951
  ]
5258
4952
 
5259
- [[package]]
5260
- name = "sct"
5261
- version = "0.7.1"
5262
- source = "registry+https://github.com/rust-lang/crates.io-index"
5263
- checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5264
- dependencies = [
5265
- "ring",
5266
- "untrusted",
5267
- ]
5268
-
5269
4953
  [[package]]
5270
4954
  name = "sec1"
5271
4955
  version = "0.7.3"
@@ -5788,6 +5472,12 @@ dependencies = [
5788
5472
  "syn 2.0.118",
5789
5473
  ]
5790
5474
 
5475
+ [[package]]
5476
+ name = "tagptr"
5477
+ version = "0.2.0"
5478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5479
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5480
+
5791
5481
  [[package]]
5792
5482
  name = "target-lexicon"
5793
5483
  version = "0.13.5"
@@ -6017,23 +5707,13 @@ dependencies = [
6017
5707
  "whoami",
6018
5708
  ]
6019
5709
 
6020
- [[package]]
6021
- name = "tokio-rustls"
6022
- version = "0.24.1"
6023
- source = "registry+https://github.com/rust-lang/crates.io-index"
6024
- checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
6025
- dependencies = [
6026
- "rustls 0.21.12",
6027
- "tokio",
6028
- ]
6029
-
6030
5710
  [[package]]
6031
5711
  name = "tokio-rustls"
6032
5712
  version = "0.26.4"
6033
5713
  source = "registry+https://github.com/rust-lang/crates.io-index"
6034
5714
  checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6035
5715
  dependencies = [
6036
- "rustls 0.23.41",
5716
+ "rustls",
6037
5717
  "tokio",
6038
5718
  ]
6039
5719
 
@@ -6192,7 +5872,7 @@ dependencies = [
6192
5872
  "bitflags 2.13.0",
6193
5873
  "bytes",
6194
5874
  "futures-util",
6195
- "http 1.4.2",
5875
+ "http",
6196
5876
  "http-body",
6197
5877
  "pin-project-lite",
6198
5878
  "tower",
@@ -6536,7 +6216,7 @@ dependencies = [
6536
6216
  "base64 0.22.1",
6537
6217
  "log",
6538
6218
  "once_cell",
6539
- "rustls 0.23.41",
6219
+ "rustls",
6540
6220
  "rustls-pki-types",
6541
6221
  "serde",
6542
6222
  "serde_json",
@@ -6763,12 +6443,6 @@ dependencies = [
6763
6443
  "wasm-bindgen",
6764
6444
  ]
6765
6445
 
6766
- [[package]]
6767
- name = "webpki-roots"
6768
- version = "0.25.4"
6769
- source = "registry+https://github.com/rust-lang/crates.io-index"
6770
- checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
6771
-
6772
6446
  [[package]]
6773
6447
  name = "webpki-roots"
6774
6448
  version = "0.26.11"