oboron-cli 0.2.0__tar.gz → 0.4.0__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 (150) hide show
  1. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/Cargo.lock +424 -760
  2. oboron_cli-0.4.0/Cargo.toml +41 -0
  3. {oboron_cli-0.2.0/oboron-cli → oboron_cli-0.4.0}/LICENSE +1 -1
  4. oboron_cli-0.4.0/PKG-INFO +106 -0
  5. oboron_cli-0.4.0/README.md +81 -0
  6. oboron_cli-0.4.0/oboron-cli/CHANGELOG.md +101 -0
  7. oboron_cli-0.4.0/oboron-cli/Cargo.toml +75 -0
  8. {oboron_cli-0.2.0 → oboron_cli-0.4.0/oboron-cli}/LICENSE +1 -1
  9. {oboron_cli-0.2.0 → oboron_cli-0.4.0/oboron-cli}/README.md +12 -1
  10. oboron_cli-0.4.0/oboron-cli/src/config.rs +94 -0
  11. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/src/main.rs +94 -71
  12. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/src/obz_config.rs +1 -3
  13. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/src/obz_main.rs +2 -6
  14. oboron_cli-0.4.0/pyproject.toml +37 -0
  15. oboron_cli-0.2.0/Cargo.toml +0 -25
  16. oboron_cli-0.2.0/PKG-INFO +0 -565
  17. oboron_cli-0.2.0/oboron/BASELINE_BENCHMARKS.md +0 -130
  18. oboron_cli-0.2.0/oboron/BENCHMARKS.md +0 -45
  19. oboron_cli-0.2.0/oboron/Cargo.toml +0 -261
  20. oboron_cli-0.2.0/oboron/LICENSE +0 -21
  21. oboron_cli-0.2.0/oboron/NON_SECURITY_USE_CASES.md +0 -391
  22. oboron_cli-0.2.0/oboron/README.md +0 -824
  23. oboron_cli-0.2.0/oboron/README_FEATURES.md +0 -157
  24. oboron_cli-0.2.0/oboron/Z_TIER.md +0 -243
  25. oboron_cli-0.2.0/oboron/benches/aags_b32.rs +0 -98
  26. oboron_cli-0.2.0/oboron/benches/aags_b64.rs +0 -98
  27. oboron_cli-0.2.0/oboron/benches/aags_c32.rs +0 -98
  28. oboron_cli-0.2.0/oboron/benches/aags_hex.rs +0 -98
  29. oboron_cli-0.2.0/oboron/benches/aasv_b32.rs +0 -98
  30. oboron_cli-0.2.0/oboron/benches/aasv_b64.rs +0 -98
  31. oboron_cli-0.2.0/oboron/benches/aasv_c32.rs +0 -98
  32. oboron_cli-0.2.0/oboron/benches/aasv_hex.rs +0 -98
  33. oboron_cli-0.2.0/oboron/benches/apgs_b32.rs +0 -98
  34. oboron_cli-0.2.0/oboron/benches/apgs_b64.rs +0 -98
  35. oboron_cli-0.2.0/oboron/benches/apgs_c32.rs +0 -98
  36. oboron_cli-0.2.0/oboron/benches/apgs_hex.rs +0 -98
  37. oboron_cli-0.2.0/oboron/benches/apsv_b32.rs +0 -98
  38. oboron_cli-0.2.0/oboron/benches/apsv_b64.rs +0 -98
  39. oboron_cli-0.2.0/oboron/benches/apsv_c32.rs +0 -98
  40. oboron_cli-0.2.0/oboron/benches/apsv_hex.rs +0 -98
  41. oboron_cli-0.2.0/oboron/benches/benchmarks_aags_b32.jsonl +0 -26
  42. oboron_cli-0.2.0/oboron/benches/benchmarks_aags_b64.jsonl +0 -26
  43. oboron_cli-0.2.0/oboron/benches/benchmarks_aags_c32.jsonl +0 -26
  44. oboron_cli-0.2.0/oboron/benches/benchmarks_aags_hex.jsonl +0 -26
  45. oboron_cli-0.2.0/oboron/benches/benchmarks_aasv_b32.jsonl +0 -26
  46. oboron_cli-0.2.0/oboron/benches/benchmarks_aasv_b64.jsonl +0 -26
  47. oboron_cli-0.2.0/oboron/benches/benchmarks_aasv_c32.jsonl +0 -26
  48. oboron_cli-0.2.0/oboron/benches/benchmarks_aasv_hex.jsonl +0 -26
  49. oboron_cli-0.2.0/oboron/benches/benchmarks_apgs_b32.jsonl +0 -26
  50. oboron_cli-0.2.0/oboron/benches/benchmarks_apgs_b64.jsonl +0 -26
  51. oboron_cli-0.2.0/oboron/benches/benchmarks_apgs_c32.jsonl +0 -26
  52. oboron_cli-0.2.0/oboron/benches/benchmarks_apgs_hex.jsonl +0 -26
  53. oboron_cli-0.2.0/oboron/benches/benchmarks_apsv_b32.jsonl +0 -26
  54. oboron_cli-0.2.0/oboron/benches/benchmarks_apsv_b64.jsonl +0 -26
  55. oboron_cli-0.2.0/oboron/benches/benchmarks_apsv_c32.jsonl +0 -26
  56. oboron_cli-0.2.0/oboron/benches/benchmarks_apsv_hex.jsonl +0 -26
  57. oboron_cli-0.2.0/oboron/benches/benchmarks_legacy_b32.jsonl +0 -27
  58. oboron_cli-0.2.0/oboron/benches/benchmarks_legacy_b64.jsonl +0 -26
  59. oboron_cli-0.2.0/oboron/benches/benchmarks_legacy_c32.jsonl +0 -27
  60. oboron_cli-0.2.0/oboron/benches/benchmarks_legacy_hex.jsonl +0 -26
  61. oboron_cli-0.2.0/oboron/benches/benchmarks_ob.jsonl +0 -626
  62. oboron_cli-0.2.0/oboron/benches/benchmarks_obz.jsonl +0 -208
  63. oboron_cli-0.2.0/oboron/benches/benchmarks_omnib.jsonl +0 -562
  64. oboron_cli-0.2.0/oboron/benches/benchmarks_omnibz.jsonl +0 -112
  65. oboron_cli-0.2.0/oboron/benches/benchmarks_upbc_b32.jsonl +0 -26
  66. oboron_cli-0.2.0/oboron/benches/benchmarks_upbc_b64.jsonl +0 -26
  67. oboron_cli-0.2.0/oboron/benches/benchmarks_upbc_c32.jsonl +0 -26
  68. oboron_cli-0.2.0/oboron/benches/benchmarks_upbc_hex.jsonl +0 -26
  69. oboron_cli-0.2.0/oboron/benches/benchmarks_zrbcx_b32.jsonl +0 -27
  70. oboron_cli-0.2.0/oboron/benches/benchmarks_zrbcx_b64.jsonl +0 -26
  71. oboron_cli-0.2.0/oboron/benches/benchmarks_zrbcx_c32.jsonl +0 -27
  72. oboron_cli-0.2.0/oboron/benches/benchmarks_zrbcx_hex.jsonl +0 -26
  73. oboron_cli-0.2.0/oboron/benches/legacy_b32.rs +0 -98
  74. oboron_cli-0.2.0/oboron/benches/ob.rs +0 -134
  75. oboron_cli-0.2.0/oboron/benches/obstatic.rs +0 -127
  76. oboron_cli-0.2.0/oboron/benches/obz.rs +0 -134
  77. oboron_cli-0.2.0/oboron/benches/omnib.rs +0 -129
  78. oboron_cli-0.2.0/oboron/benches/omnibz.rs +0 -129
  79. oboron_cli-0.2.0/oboron/benches/test123.rs +0 -176
  80. oboron_cli-0.2.0/oboron/benches/upbc_b32.rs +0 -98
  81. oboron_cli-0.2.0/oboron/benches/upbc_b64.rs +0 -98
  82. oboron_cli-0.2.0/oboron/benches/upbc_c32.rs +0 -98
  83. oboron_cli-0.2.0/oboron/benches/upbc_hex.rs +0 -98
  84. oboron_cli-0.2.0/oboron/benches/z_jwt.rs +0 -228
  85. oboron_cli-0.2.0/oboron/benches/z_sha256.rs +0 -85
  86. oboron_cli-0.2.0/oboron/benches/zrbcx_b32.rs +0 -98
  87. oboron_cli-0.2.0/oboron/benches/zrbcx_b64.rs +0 -98
  88. oboron_cli-0.2.0/oboron/benches/zrbcx_c32.rs +0 -98
  89. oboron_cli-0.2.0/oboron/benches/zrbcx_hex.rs +0 -98
  90. oboron_cli-0.2.0/oboron/src/base32.rs +0 -21
  91. oboron_cli-0.2.0/oboron/src/bin/hex2b64.rs +0 -45
  92. oboron_cli-0.2.0/oboron/src/bin/keygen.rs +0 -5
  93. oboron_cli-0.2.0/oboron/src/bin/secretgen.rs +0 -5
  94. oboron_cli-0.2.0/oboron/src/codec.rs +0 -1505
  95. oboron_cli-0.2.0/oboron/src/constants.rs +0 -248
  96. oboron_cli-0.2.0/oboron/src/dec.rs +0 -114
  97. oboron_cli-0.2.0/oboron/src/dec_auto.rs +0 -150
  98. oboron_cli-0.2.0/oboron/src/enc.rs +0 -79
  99. oboron_cli-0.2.0/oboron/src/encoding.rs +0 -63
  100. oboron_cli-0.2.0/oboron/src/error.rs +0 -63
  101. oboron_cli-0.2.0/oboron/src/format.rs +0 -490
  102. oboron_cli-0.2.0/oboron/src/keygen.rs +0 -146
  103. oboron_cli-0.2.0/oboron/src/lib.rs +0 -544
  104. oboron_cli-0.2.0/oboron/src/masterkey.rs +0 -59
  105. oboron_cli-0.2.0/oboron/src/ob.rs +0 -498
  106. oboron_cli-0.2.0/oboron/src/obcrypt/aags.rs +0 -49
  107. oboron_cli-0.2.0/oboron/src/obcrypt/aasv.rs +0 -35
  108. oboron_cli-0.2.0/oboron/src/obcrypt/apgs.rs +0 -60
  109. oboron_cli-0.2.0/oboron/src/obcrypt/apsv.rs +0 -46
  110. oboron_cli-0.2.0/oboron/src/obcrypt/constants.rs +0 -5
  111. oboron_cli-0.2.0/oboron/src/obcrypt/mock1.rs +0 -47
  112. oboron_cli-0.2.0/oboron/src/obcrypt/mock2.rs +0 -69
  113. oboron_cli-0.2.0/oboron/src/obcrypt/mod.rs +0 -37
  114. oboron_cli-0.2.0/oboron/src/obcrypt/upbc.rs +0 -74
  115. oboron_cli-0.2.0/oboron/src/omnib.rs +0 -168
  116. oboron_cli-0.2.0/oboron/src/scheme.rs +0 -179
  117. oboron_cli-0.2.0/oboron/src/ztier/constants.rs +0 -5
  118. oboron_cli-0.2.0/oboron/src/ztier/legacy.rs +0 -232
  119. oboron_cli-0.2.0/oboron/src/ztier/mod.rs +0 -43
  120. oboron_cli-0.2.0/oboron/src/ztier/obz.rs +0 -476
  121. oboron_cli-0.2.0/oboron/src/ztier/omnibz.rs +0 -435
  122. oboron_cli-0.2.0/oboron/src/ztier/zcodec.rs +0 -151
  123. oboron_cli-0.2.0/oboron/src/ztier/zdec.rs +0 -55
  124. oboron_cli-0.2.0/oboron/src/ztier/zdec_auto.rs +0 -212
  125. oboron_cli-0.2.0/oboron/src/ztier/zenc.rs +0 -52
  126. oboron_cli-0.2.0/oboron/src/ztier/zmock1.rs +0 -46
  127. oboron_cli-0.2.0/oboron/src/ztier/zrbcx.rs +0 -92
  128. oboron_cli-0.2.0/oboron/src/ztier/zsecret.rs +0 -103
  129. oboron_cli-0.2.0/oboron/tests/basic_tests.rs +0 -122
  130. oboron_cli-0.2.0/oboron/tests/feature_gate_tests.rs +0 -169
  131. oboron_cli-0.2.0/oboron/tests/integration_tests.rs +0 -98
  132. oboron_cli-0.2.0/oboron/tests/legacy-test-vectors.jsonl +0 -166
  133. oboron_cli-0.2.0/oboron/tests/legacy_test_vectors.rs +0 -162
  134. oboron_cli-0.2.0/oboron/tests/legacy_tests.rs +0 -222
  135. oboron_cli-0.2.0/oboron/tests/test-vectors.jsonl +0 -3320
  136. oboron_cli-0.2.0/oboron/tests/test_mock1.rs +0 -376
  137. oboron_cli-0.2.0/oboron/tests/test_mock2.rs +0 -170
  138. oboron_cli-0.2.0/oboron/tests/test_ob.rs +0 -179
  139. oboron_cli-0.2.0/oboron/tests/test_schemes.rs +0 -490
  140. oboron_cli-0.2.0/oboron/tests/test_vectors.rs +0 -147
  141. oboron_cli-0.2.0/oboron/tests/ztier-test-vectors.jsonl +0 -664
  142. oboron_cli-0.2.0/oboron/tests/ztier_test_vectors.rs +0 -147
  143. oboron_cli-0.2.0/oboron-cli/CHANGELOG.md +0 -15
  144. oboron_cli-0.2.0/oboron-cli/Cargo.toml +0 -64
  145. oboron_cli-0.2.0/oboron-cli/README.md +0 -542
  146. oboron_cli-0.2.0/oboron-cli/src/config.rs +0 -520
  147. oboron_cli-0.2.0/pyproject.toml +0 -34
  148. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/CLI_HELP.md +0 -0
  149. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/src/completions.rs +0 -0
  150. {oboron_cli-0.2.0 → oboron_cli-0.4.0}/oboron-cli/src/obz_completions.rs +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is automatically @generated by Cargo.
2
2
  # It is not intended for manual editing.
3
- version = 4
3
+ version = 3
4
4
 
5
5
  [[package]]
6
6
  name = "aead"
@@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
  checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10
10
  dependencies = [
11
11
  "crypto-common",
12
- "generic-array 0.14.9",
12
+ "generic-array 0.14.7",
13
13
  ]
14
14
 
15
15
  [[package]]
@@ -63,17 +63,11 @@ dependencies = [
63
63
  "memchr",
64
64
  ]
65
65
 
66
- [[package]]
67
- name = "anes"
68
- version = "0.1.6"
69
- source = "registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
71
-
72
66
  [[package]]
73
67
  name = "anstream"
74
- version = "0.6.21"
68
+ version = "1.0.0"
75
69
  source = "registry+https://github.com/rust-lang/crates.io-index"
76
- checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
70
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
77
71
  dependencies = [
78
72
  "anstyle",
79
73
  "anstyle-parse",
@@ -86,50 +80,50 @@ dependencies = [
86
80
 
87
81
  [[package]]
88
82
  name = "anstyle"
89
- version = "1.0.13"
83
+ version = "1.0.14"
90
84
  source = "registry+https://github.com/rust-lang/crates.io-index"
91
- checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
85
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
92
86
 
93
87
  [[package]]
94
88
  name = "anstyle-parse"
95
- version = "0.2.7"
89
+ version = "1.0.0"
96
90
  source = "registry+https://github.com/rust-lang/crates.io-index"
97
- checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
91
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
98
92
  dependencies = [
99
93
  "utf8parse",
100
94
  ]
101
95
 
102
96
  [[package]]
103
97
  name = "anstyle-query"
104
- version = "1.1.4"
98
+ version = "1.1.5"
105
99
  source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
100
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
107
101
  dependencies = [
108
- "windows-sys 0.60.2",
102
+ "windows-sys 0.61.2",
109
103
  ]
110
104
 
111
105
  [[package]]
112
106
  name = "anstyle-wincon"
113
- version = "3.0.10"
107
+ version = "3.0.11"
114
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
109
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
116
110
  dependencies = [
117
111
  "anstyle",
118
112
  "once_cell_polyfill",
119
- "windows-sys 0.60.2",
113
+ "windows-sys 0.61.2",
120
114
  ]
121
115
 
122
116
  [[package]]
123
117
  name = "anyhow"
124
- version = "1.0.100"
118
+ version = "1.0.102"
125
119
  source = "registry+https://github.com/rust-lang/crates.io-index"
126
- checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
120
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
127
121
 
128
122
  [[package]]
129
123
  name = "assert_cmd"
130
- version = "2.1.1"
124
+ version = "2.2.2"
131
125
  source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85"
126
+ checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6"
133
127
  dependencies = [
134
128
  "anstyle",
135
129
  "bstr",
@@ -142,21 +136,15 @@ dependencies = [
142
136
 
143
137
  [[package]]
144
138
  name = "autocfg"
145
- version = "1.5.0"
146
- source = "registry+https://github.com/rust-lang/crates.io-index"
147
- checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
148
-
149
- [[package]]
150
- name = "base64"
151
- version = "0.22.1"
139
+ version = "1.5.1"
152
140
  source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
141
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
154
142
 
155
143
  [[package]]
156
144
  name = "bitflags"
157
- version = "2.10.0"
145
+ version = "2.11.1"
158
146
  source = "registry+https://github.com/rust-lang/crates.io-index"
159
- checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
147
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
160
148
 
161
149
  [[package]]
162
150
  name = "block-buffer"
@@ -164,7 +152,7 @@ version = "0.10.4"
164
152
  source = "registry+https://github.com/rust-lang/crates.io-index"
165
153
  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
166
154
  dependencies = [
167
- "generic-array 0.14.9",
155
+ "generic-array 0.14.7",
168
156
  ]
169
157
 
170
158
  [[package]]
@@ -173,7 +161,7 @@ version = "0.3.3"
173
161
  source = "registry+https://github.com/rust-lang/crates.io-index"
174
162
  checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
175
163
  dependencies = [
176
- "generic-array 0.14.9",
164
+ "generic-array 0.14.7",
177
165
  ]
178
166
 
179
167
  [[package]]
@@ -189,15 +177,9 @@ dependencies = [
189
177
 
190
178
  [[package]]
191
179
  name = "bumpalo"
192
- version = "3.19.0"
180
+ version = "3.20.3"
193
181
  source = "registry+https://github.com/rust-lang/crates.io-index"
194
- checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
195
-
196
- [[package]]
197
- name = "cast"
198
- version = "0.3.0"
199
- source = "registry+https://github.com/rust-lang/crates.io-index"
200
- checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
182
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
201
183
 
202
184
  [[package]]
203
185
  name = "cbc"
@@ -208,49 +190,12 @@ dependencies = [
208
190
  "cipher",
209
191
  ]
210
192
 
211
- [[package]]
212
- name = "cc"
213
- version = "1.2.48"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
216
- dependencies = [
217
- "find-msvc-tools",
218
- "shlex",
219
- ]
220
-
221
193
  [[package]]
222
194
  name = "cfg-if"
223
195
  version = "1.0.4"
224
196
  source = "registry+https://github.com/rust-lang/crates.io-index"
225
197
  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
226
198
 
227
- [[package]]
228
- name = "ciborium"
229
- version = "0.2.2"
230
- source = "registry+https://github.com/rust-lang/crates.io-index"
231
- checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
232
- dependencies = [
233
- "ciborium-io",
234
- "ciborium-ll",
235
- "serde",
236
- ]
237
-
238
- [[package]]
239
- name = "ciborium-io"
240
- version = "0.2.2"
241
- source = "registry+https://github.com/rust-lang/crates.io-index"
242
- checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
243
-
244
- [[package]]
245
- name = "ciborium-ll"
246
- version = "0.2.2"
247
- source = "registry+https://github.com/rust-lang/crates.io-index"
248
- checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
249
- dependencies = [
250
- "ciborium-io",
251
- "half",
252
- ]
253
-
254
199
  [[package]]
255
200
  name = "cipher"
256
201
  version = "0.4.4"
@@ -263,9 +208,9 @@ dependencies = [
263
208
 
264
209
  [[package]]
265
210
  name = "clap"
266
- version = "4.5.51"
211
+ version = "4.6.1"
267
212
  source = "registry+https://github.com/rust-lang/crates.io-index"
268
- checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
213
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
269
214
  dependencies = [
270
215
  "clap_builder",
271
216
  "clap_derive",
@@ -282,9 +227,9 @@ dependencies = [
282
227
 
283
228
  [[package]]
284
229
  name = "clap_builder"
285
- version = "4.5.51"
230
+ version = "4.6.0"
286
231
  source = "registry+https://github.com/rust-lang/crates.io-index"
287
- checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
232
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
288
233
  dependencies = [
289
234
  "anstream",
290
235
  "anstyle",
@@ -294,18 +239,18 @@ dependencies = [
294
239
 
295
240
  [[package]]
296
241
  name = "clap_complete"
297
- version = "4.5.60"
242
+ version = "4.6.5"
298
243
  source = "registry+https://github.com/rust-lang/crates.io-index"
299
- checksum = "8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971"
244
+ checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
300
245
  dependencies = [
301
246
  "clap",
302
247
  ]
303
248
 
304
249
  [[package]]
305
250
  name = "clap_derive"
306
- version = "4.5.49"
251
+ version = "4.6.1"
307
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
308
- checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
253
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
309
254
  dependencies = [
310
255
  "heck",
311
256
  "proc-macro2",
@@ -315,9 +260,9 @@ dependencies = [
315
260
 
316
261
  [[package]]
317
262
  name = "clap_lex"
318
- version = "0.7.6"
263
+ version = "1.1.0"
319
264
  source = "registry+https://github.com/rust-lang/crates.io-index"
320
- checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
265
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
321
266
 
322
267
  [[package]]
323
268
  name = "cmac"
@@ -332,9 +277,9 @@ dependencies = [
332
277
 
333
278
  [[package]]
334
279
  name = "colorchoice"
335
- version = "1.0.4"
280
+ version = "1.0.5"
336
281
  source = "registry+https://github.com/rust-lang/crates.io-index"
337
- checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
282
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
338
283
 
339
284
  [[package]]
340
285
  name = "cpufeatures"
@@ -345,80 +290,13 @@ dependencies = [
345
290
  "libc",
346
291
  ]
347
292
 
348
- [[package]]
349
- name = "criterion"
350
- version = "0.5.1"
351
- source = "registry+https://github.com/rust-lang/crates.io-index"
352
- checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
353
- dependencies = [
354
- "anes",
355
- "cast",
356
- "ciborium",
357
- "clap",
358
- "criterion-plot",
359
- "is-terminal",
360
- "itertools",
361
- "num-traits",
362
- "once_cell",
363
- "oorandom",
364
- "plotters",
365
- "rayon",
366
- "regex",
367
- "serde",
368
- "serde_derive",
369
- "serde_json",
370
- "tinytemplate",
371
- "walkdir",
372
- ]
373
-
374
- [[package]]
375
- name = "criterion-plot"
376
- version = "0.5.0"
377
- source = "registry+https://github.com/rust-lang/crates.io-index"
378
- checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
379
- dependencies = [
380
- "cast",
381
- "itertools",
382
- ]
383
-
384
- [[package]]
385
- name = "crossbeam-deque"
386
- version = "0.8.6"
387
- source = "registry+https://github.com/rust-lang/crates.io-index"
388
- checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
389
- dependencies = [
390
- "crossbeam-epoch",
391
- "crossbeam-utils",
392
- ]
393
-
394
- [[package]]
395
- name = "crossbeam-epoch"
396
- version = "0.9.18"
397
- source = "registry+https://github.com/rust-lang/crates.io-index"
398
- checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
399
- dependencies = [
400
- "crossbeam-utils",
401
- ]
402
-
403
- [[package]]
404
- name = "crossbeam-utils"
405
- version = "0.8.21"
406
- source = "registry+https://github.com/rust-lang/crates.io-index"
407
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
408
-
409
- [[package]]
410
- name = "crunchy"
411
- version = "0.2.4"
412
- source = "registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
414
-
415
293
  [[package]]
416
294
  name = "crypto-common"
417
- version = "0.1.6"
295
+ version = "0.1.7"
418
296
  source = "registry+https://github.com/rust-lang/crates.io-index"
419
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
297
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
420
298
  dependencies = [
421
- "generic-array 0.14.9",
299
+ "generic-array 0.14.7",
422
300
  "rand_core",
423
301
  "typenum",
424
302
  ]
@@ -434,9 +312,9 @@ dependencies = [
434
312
 
435
313
  [[package]]
436
314
  name = "data-encoding"
437
- version = "2.9.0"
315
+ version = "2.11.0"
438
316
  source = "registry+https://github.com/rust-lang/crates.io-index"
439
- checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
317
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
440
318
 
441
319
  [[package]]
442
320
  name = "dbl"
@@ -444,16 +322,7 @@ version = "0.3.2"
444
322
  source = "registry+https://github.com/rust-lang/crates.io-index"
445
323
  checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
446
324
  dependencies = [
447
- "generic-array 0.14.9",
448
- ]
449
-
450
- [[package]]
451
- name = "deranged"
452
- version = "0.5.5"
453
- source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
455
- dependencies = [
456
- "powerfmt",
325
+ "generic-array 0.14.7",
457
326
  ]
458
327
 
459
328
  [[package]]
@@ -495,10 +364,10 @@ dependencies = [
495
364
  ]
496
365
 
497
366
  [[package]]
498
- name = "either"
499
- version = "1.15.0"
367
+ name = "equivalent"
368
+ version = "1.0.2"
500
369
  source = "registry+https://github.com/rust-lang/crates.io-index"
501
- checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
370
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
502
371
 
503
372
  [[package]]
504
373
  name = "errno"
@@ -507,20 +376,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
507
376
  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
508
377
  dependencies = [
509
378
  "libc",
510
- "windows-sys 0.60.2",
379
+ "windows-sys 0.61.2",
511
380
  ]
512
381
 
513
382
  [[package]]
514
383
  name = "fastrand"
515
- version = "2.3.0"
384
+ version = "2.4.1"
516
385
  source = "registry+https://github.com/rust-lang/crates.io-index"
517
- checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
518
-
519
- [[package]]
520
- name = "find-msvc-tools"
521
- version = "0.1.5"
522
- source = "registry+https://github.com/rust-lang/crates.io-index"
523
- checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
386
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
524
387
 
525
388
  [[package]]
526
389
  name = "float-cmp"
@@ -531,11 +394,41 @@ dependencies = [
531
394
  "num-traits",
532
395
  ]
533
396
 
397
+ [[package]]
398
+ name = "foldhash"
399
+ version = "0.1.5"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
402
+
403
+ [[package]]
404
+ name = "futures-core"
405
+ version = "0.3.32"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
408
+
409
+ [[package]]
410
+ name = "futures-task"
411
+ version = "0.3.32"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
414
+
415
+ [[package]]
416
+ name = "futures-util"
417
+ version = "0.3.32"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
420
+ dependencies = [
421
+ "futures-core",
422
+ "futures-task",
423
+ "pin-project-lite",
424
+ "slab",
425
+ ]
426
+
534
427
  [[package]]
535
428
  name = "generic-array"
536
- version = "0.14.9"
429
+ version = "0.14.7"
537
430
  source = "registry+https://github.com/rust-lang/crates.io-index"
538
- checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
431
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
539
432
  dependencies = [
540
433
  "typenum",
541
434
  "version_check",
@@ -543,9 +436,9 @@ dependencies = [
543
436
 
544
437
  [[package]]
545
438
  name = "generic-array"
546
- version = "1.3.5"
439
+ version = "1.4.1"
547
440
  source = "registry+https://github.com/rust-lang/crates.io-index"
548
- checksum = "eaf57c49a95fd1fe24b90b3033bee6dc7e8f1288d51494cb44e627c295e38542"
441
+ checksum = "dab9e9188e97a93276e1fe7b56401b851e2b45a46d045ca658100c1303ada649"
549
442
  dependencies = [
550
443
  "rustversion",
551
444
  "typenum",
@@ -553,9 +446,9 @@ dependencies = [
553
446
 
554
447
  [[package]]
555
448
  name = "getrandom"
556
- version = "0.2.16"
449
+ version = "0.2.17"
557
450
  source = "registry+https://github.com/rust-lang/crates.io-index"
558
- checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
451
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
559
452
  dependencies = [
560
453
  "cfg-if",
561
454
  "js-sys",
@@ -566,38 +459,37 @@ dependencies = [
566
459
 
567
460
  [[package]]
568
461
  name = "getrandom"
569
- version = "0.3.4"
462
+ version = "0.4.2"
570
463
  source = "registry+https://github.com/rust-lang/crates.io-index"
571
- checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
464
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
572
465
  dependencies = [
573
466
  "cfg-if",
574
467
  "libc",
575
468
  "r-efi",
576
469
  "wasip2",
470
+ "wasip3",
577
471
  ]
578
472
 
579
473
  [[package]]
580
- name = "half"
581
- version = "2.7.1"
474
+ name = "hashbrown"
475
+ version = "0.15.5"
582
476
  source = "registry+https://github.com/rust-lang/crates.io-index"
583
- checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
477
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
584
478
  dependencies = [
585
- "cfg-if",
586
- "crunchy",
587
- "zerocopy",
479
+ "foldhash",
588
480
  ]
589
481
 
590
482
  [[package]]
591
- name = "heck"
592
- version = "0.5.0"
483
+ name = "hashbrown"
484
+ version = "0.17.1"
593
485
  source = "registry+https://github.com/rust-lang/crates.io-index"
594
- checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
486
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
595
487
 
596
488
  [[package]]
597
- name = "hermit-abi"
598
- version = "0.5.2"
489
+ name = "heck"
490
+ version = "0.5.0"
599
491
  source = "registry+https://github.com/rust-lang/crates.io-index"
600
- checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
492
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
601
493
 
602
494
  [[package]]
603
495
  name = "hex"
@@ -606,12 +498,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
606
498
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
607
499
 
608
500
  [[package]]
609
- name = "indoc"
610
- version = "2.0.7"
501
+ name = "id-arena"
502
+ version = "2.3.0"
611
503
  source = "registry+https://github.com/rust-lang/crates.io-index"
612
- checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
504
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
505
+
506
+ [[package]]
507
+ name = "indexmap"
508
+ version = "2.14.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
613
511
  dependencies = [
614
- "rustversion",
512
+ "equivalent",
513
+ "hashbrown 0.17.1",
514
+ "serde",
515
+ "serde_core",
615
516
  ]
616
517
 
617
518
  [[package]]
@@ -621,18 +522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
621
522
  checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
622
523
  dependencies = [
623
524
  "block-padding",
624
- "generic-array 0.14.9",
625
- ]
626
-
627
- [[package]]
628
- name = "is-terminal"
629
- version = "0.4.17"
630
- source = "registry+https://github.com/rust-lang/crates.io-index"
631
- checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
632
- dependencies = [
633
- "hermit-abi",
634
- "libc",
635
- "windows-sys 0.60.2",
525
+ "generic-array 0.14.7",
636
526
  ]
637
527
 
638
528
  [[package]]
@@ -641,82 +531,62 @@ version = "1.70.2"
641
531
  source = "registry+https://github.com/rust-lang/crates.io-index"
642
532
  checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
643
533
 
644
- [[package]]
645
- name = "itertools"
646
- version = "0.10.5"
647
- source = "registry+https://github.com/rust-lang/crates.io-index"
648
- checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
649
- dependencies = [
650
- "either",
651
- ]
652
-
653
534
  [[package]]
654
535
  name = "itoa"
655
- version = "1.0.15"
536
+ version = "1.0.18"
656
537
  source = "registry+https://github.com/rust-lang/crates.io-index"
657
- checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
538
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
658
539
 
659
540
  [[package]]
660
541
  name = "js-sys"
661
- version = "0.3.82"
542
+ version = "0.3.99"
662
543
  source = "registry+https://github.com/rust-lang/crates.io-index"
663
- checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
544
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
664
545
  dependencies = [
546
+ "cfg-if",
547
+ "futures-util",
665
548
  "once_cell",
666
549
  "wasm-bindgen",
667
550
  ]
668
551
 
669
552
  [[package]]
670
- name = "jsonwebtoken"
671
- version = "9.3.1"
553
+ name = "leb128fmt"
554
+ version = "0.1.0"
672
555
  source = "registry+https://github.com/rust-lang/crates.io-index"
673
- checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
674
- dependencies = [
675
- "base64",
676
- "js-sys",
677
- "pem",
678
- "ring",
679
- "serde",
680
- "serde_json",
681
- "simple_asn1",
682
- ]
556
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
683
557
 
684
558
  [[package]]
685
559
  name = "libc"
686
- version = "0.2.177"
560
+ version = "0.2.186"
687
561
  source = "registry+https://github.com/rust-lang/crates.io-index"
688
- checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
562
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
689
563
 
690
564
  [[package]]
691
565
  name = "libredox"
692
- version = "0.1.10"
566
+ version = "0.1.16"
693
567
  source = "registry+https://github.com/rust-lang/crates.io-index"
694
- checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
568
+ checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
695
569
  dependencies = [
696
- "bitflags",
697
570
  "libc",
698
571
  ]
699
572
 
700
573
  [[package]]
701
574
  name = "linux-raw-sys"
702
- version = "0.11.0"
575
+ version = "0.12.1"
703
576
  source = "registry+https://github.com/rust-lang/crates.io-index"
704
- checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
577
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
705
578
 
706
579
  [[package]]
707
- name = "memchr"
708
- version = "2.7.6"
580
+ name = "log"
581
+ version = "0.4.29"
709
582
  source = "registry+https://github.com/rust-lang/crates.io-index"
710
- checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
583
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
711
584
 
712
585
  [[package]]
713
- name = "memoffset"
714
- version = "0.9.1"
586
+ name = "memchr"
587
+ version = "2.8.0"
715
588
  source = "registry+https://github.com/rust-lang/crates.io-index"
716
- checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
717
- dependencies = [
718
- "autocfg",
719
- ]
589
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
720
590
 
721
591
  [[package]]
722
592
  name = "normalize-line-endings"
@@ -734,12 +604,6 @@ dependencies = [
734
604
  "num-traits",
735
605
  ]
736
606
 
737
- [[package]]
738
- name = "num-conv"
739
- version = "0.1.0"
740
- source = "registry+https://github.com/rust-lang/crates.io-index"
741
- checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
742
-
743
607
  [[package]]
744
608
  name = "num-integer"
745
609
  version = "0.1.46"
@@ -759,33 +623,63 @@ dependencies = [
759
623
  ]
760
624
 
761
625
  [[package]]
762
- name = "oboron"
763
- version = "0.5.0"
626
+ name = "obcrypt"
627
+ version = "0.2.0"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "2eaead5c348b452836bb4870d78cbe4a86002adcfe598cdc339a96705c2007f4"
764
630
  dependencies = [
631
+ "aead",
765
632
  "aes",
766
633
  "aes-gcm-siv",
767
634
  "aes-siv",
768
635
  "cbc",
769
636
  "cipher",
770
- "criterion",
637
+ "getrandom 0.2.17",
638
+ "hex",
639
+ "rand",
640
+ "thiserror",
641
+ "zeroize",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "obcrypt-cli"
646
+ version = "0.1.0"
647
+ dependencies = [
648
+ "anyhow",
649
+ "clap",
650
+ "clap_complete",
651
+ "dirs",
652
+ "hex",
653
+ "obcrypt",
654
+ "oboron-cli-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
655
+ "serde",
656
+ "serde_json",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "oboron"
661
+ version = "0.9.0"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "6d8d2181793138fb19422d9494629e09a24b551b35d3e07c51a98a3631d31ff6"
664
+ dependencies = [
665
+ "aes",
666
+ "cbc",
667
+ "cipher",
771
668
  "data-encoding",
772
- "generic-array 1.3.5",
773
- "getrandom 0.2.16",
669
+ "generic-array 1.4.1",
670
+ "getrandom 0.2.17",
774
671
  "hex",
775
- "jsonwebtoken",
776
672
  "num-bigint",
777
- "oboron",
673
+ "obcrypt",
778
674
  "once_cell",
779
675
  "rand",
780
- "serde",
781
- "serde_json",
782
- "sha2",
783
- "thiserror 1.0.69",
676
+ "thiserror",
677
+ "zeroize",
784
678
  ]
785
679
 
786
680
  [[package]]
787
681
  name = "oboron-cli"
788
- version = "0.2.0"
682
+ version = "0.4.0"
789
683
  dependencies = [
790
684
  "anyhow",
791
685
  "assert_cmd",
@@ -794,7 +688,9 @@ dependencies = [
794
688
  "clap_complete",
795
689
  "data-encoding",
796
690
  "dirs",
691
+ "hex",
797
692
  "oboron",
693
+ "oboron-cli-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
798
694
  "predicates",
799
695
  "rand",
800
696
  "serde",
@@ -803,19 +699,45 @@ dependencies = [
803
699
  ]
804
700
 
805
701
  [[package]]
806
- name = "oboron-py"
702
+ name = "oboron-cli-conformance"
807
703
  version = "0.2.0"
808
704
  dependencies = [
705
+ "clap",
706
+ "serde",
707
+ "serde_json",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "oboron-cli-core"
712
+ version = "0.1.0"
713
+ dependencies = [
714
+ "anyhow",
715
+ "data-encoding",
716
+ "dirs",
809
717
  "hex",
810
- "oboron",
811
- "pyo3",
718
+ "serde",
719
+ "serde_json",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "oboron-cli-core"
724
+ version = "0.1.0"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "5c19868842bfe6221e0a6638c9b35bad746efa67929cf620e57cfc3ea088e82a"
727
+ dependencies = [
728
+ "anyhow",
729
+ "data-encoding",
730
+ "dirs",
731
+ "hex",
732
+ "serde",
733
+ "serde_json",
812
734
  ]
813
735
 
814
736
  [[package]]
815
737
  name = "once_cell"
816
- version = "1.21.3"
738
+ version = "1.21.4"
817
739
  source = "registry+https://github.com/rust-lang/crates.io-index"
818
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
740
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
819
741
 
820
742
  [[package]]
821
743
  name = "once_cell_polyfill"
@@ -823,12 +745,6 @@ version = "1.70.2"
823
745
  source = "registry+https://github.com/rust-lang/crates.io-index"
824
746
  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
825
747
 
826
- [[package]]
827
- name = "oorandom"
828
- version = "11.1.5"
829
- source = "registry+https://github.com/rust-lang/crates.io-index"
830
- checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
831
-
832
748
  [[package]]
833
749
  name = "opaque-debug"
834
750
  version = "0.3.1"
@@ -842,42 +758,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
842
758
  checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
843
759
 
844
760
  [[package]]
845
- name = "pem"
846
- version = "3.0.6"
847
- source = "registry+https://github.com/rust-lang/crates.io-index"
848
- checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
849
- dependencies = [
850
- "base64",
851
- "serde_core",
852
- ]
853
-
854
- [[package]]
855
- name = "plotters"
856
- version = "0.3.7"
857
- source = "registry+https://github.com/rust-lang/crates.io-index"
858
- checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
859
- dependencies = [
860
- "num-traits",
861
- "plotters-backend",
862
- "plotters-svg",
863
- "wasm-bindgen",
864
- "web-sys",
865
- ]
866
-
867
- [[package]]
868
- name = "plotters-backend"
869
- version = "0.3.7"
761
+ name = "pin-project-lite"
762
+ version = "0.2.17"
870
763
  source = "registry+https://github.com/rust-lang/crates.io-index"
871
- checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
872
-
873
- [[package]]
874
- name = "plotters-svg"
875
- version = "0.3.7"
876
- source = "registry+https://github.com/rust-lang/crates.io-index"
877
- checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
878
- dependencies = [
879
- "plotters-backend",
880
- ]
764
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
881
765
 
882
766
  [[package]]
883
767
  name = "polyval"
@@ -891,18 +775,6 @@ dependencies = [
891
775
  "universal-hash",
892
776
  ]
893
777
 
894
- [[package]]
895
- name = "portable-atomic"
896
- version = "1.11.1"
897
- source = "registry+https://github.com/rust-lang/crates.io-index"
898
- checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
899
-
900
- [[package]]
901
- name = "powerfmt"
902
- version = "0.2.0"
903
- source = "registry+https://github.com/rust-lang/crates.io-index"
904
- checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
905
-
906
778
  [[package]]
907
779
  name = "ppv-lite86"
908
780
  version = "0.2.21"
@@ -914,9 +786,9 @@ dependencies = [
914
786
 
915
787
  [[package]]
916
788
  name = "predicates"
917
- version = "3.1.3"
789
+ version = "3.1.4"
918
790
  source = "registry+https://github.com/rust-lang/crates.io-index"
919
- checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
791
+ checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
920
792
  dependencies = [
921
793
  "anstyle",
922
794
  "difflib",
@@ -928,112 +800,59 @@ dependencies = [
928
800
 
929
801
  [[package]]
930
802
  name = "predicates-core"
931
- version = "1.0.9"
803
+ version = "1.0.10"
932
804
  source = "registry+https://github.com/rust-lang/crates.io-index"
933
- checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
805
+ checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
934
806
 
935
807
  [[package]]
936
808
  name = "predicates-tree"
937
- version = "1.0.12"
809
+ version = "1.0.13"
938
810
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
- checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
811
+ checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
940
812
  dependencies = [
941
813
  "predicates-core",
942
814
  "termtree",
943
815
  ]
944
816
 
945
817
  [[package]]
946
- name = "proc-macro2"
947
- version = "1.0.103"
818
+ name = "prettyplease"
819
+ version = "0.2.37"
948
820
  source = "registry+https://github.com/rust-lang/crates.io-index"
949
- checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
950
- dependencies = [
951
- "unicode-ident",
952
- ]
953
-
954
- [[package]]
955
- name = "pyo3"
956
- version = "0.22.6"
957
- source = "registry+https://github.com/rust-lang/crates.io-index"
958
- checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
959
- dependencies = [
960
- "cfg-if",
961
- "indoc",
962
- "libc",
963
- "memoffset",
964
- "once_cell",
965
- "portable-atomic",
966
- "pyo3-build-config",
967
- "pyo3-ffi",
968
- "pyo3-macros",
969
- "unindent",
970
- ]
971
-
972
- [[package]]
973
- name = "pyo3-build-config"
974
- version = "0.22.6"
975
- source = "registry+https://github.com/rust-lang/crates.io-index"
976
- checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
977
- dependencies = [
978
- "once_cell",
979
- "target-lexicon",
980
- ]
981
-
982
- [[package]]
983
- name = "pyo3-ffi"
984
- version = "0.22.6"
985
- source = "registry+https://github.com/rust-lang/crates.io-index"
986
- checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
987
- dependencies = [
988
- "libc",
989
- "pyo3-build-config",
990
- ]
991
-
992
- [[package]]
993
- name = "pyo3-macros"
994
- version = "0.22.6"
995
- source = "registry+https://github.com/rust-lang/crates.io-index"
996
- checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
821
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
997
822
  dependencies = [
998
823
  "proc-macro2",
999
- "pyo3-macros-backend",
1000
- "quote",
1001
824
  "syn",
1002
825
  ]
1003
826
 
1004
827
  [[package]]
1005
- name = "pyo3-macros-backend"
1006
- version = "0.22.6"
828
+ name = "proc-macro2"
829
+ version = "1.0.106"
1007
830
  source = "registry+https://github.com/rust-lang/crates.io-index"
1008
- checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
831
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1009
832
  dependencies = [
1010
- "heck",
1011
- "proc-macro2",
1012
- "pyo3-build-config",
1013
- "quote",
1014
- "syn",
833
+ "unicode-ident",
1015
834
  ]
1016
835
 
1017
836
  [[package]]
1018
837
  name = "quote"
1019
- version = "1.0.41"
838
+ version = "1.0.45"
1020
839
  source = "registry+https://github.com/rust-lang/crates.io-index"
1021
- checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
840
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1022
841
  dependencies = [
1023
842
  "proc-macro2",
1024
843
  ]
1025
844
 
1026
845
  [[package]]
1027
846
  name = "r-efi"
1028
- version = "5.3.0"
847
+ version = "6.0.0"
1029
848
  source = "registry+https://github.com/rust-lang/crates.io-index"
1030
- checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
849
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1031
850
 
1032
851
  [[package]]
1033
852
  name = "rand"
1034
- version = "0.8.5"
853
+ version = "0.8.6"
1035
854
  source = "registry+https://github.com/rust-lang/crates.io-index"
1036
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
855
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1037
856
  dependencies = [
1038
857
  "libc",
1039
858
  "rand_chacha",
@@ -1056,27 +875,7 @@ version = "0.6.4"
1056
875
  source = "registry+https://github.com/rust-lang/crates.io-index"
1057
876
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1058
877
  dependencies = [
1059
- "getrandom 0.2.16",
1060
- ]
1061
-
1062
- [[package]]
1063
- name = "rayon"
1064
- version = "1.11.0"
1065
- source = "registry+https://github.com/rust-lang/crates.io-index"
1066
- checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1067
- dependencies = [
1068
- "either",
1069
- "rayon-core",
1070
- ]
1071
-
1072
- [[package]]
1073
- name = "rayon-core"
1074
- version = "1.13.0"
1075
- source = "registry+https://github.com/rust-lang/crates.io-index"
1076
- checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1077
- dependencies = [
1078
- "crossbeam-deque",
1079
- "crossbeam-utils",
878
+ "getrandom 0.2.17",
1080
879
  ]
1081
880
 
1082
881
  [[package]]
@@ -1085,16 +884,16 @@ version = "0.4.6"
1085
884
  source = "registry+https://github.com/rust-lang/crates.io-index"
1086
885
  checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1087
886
  dependencies = [
1088
- "getrandom 0.2.16",
887
+ "getrandom 0.2.17",
1089
888
  "libredox",
1090
- "thiserror 1.0.69",
889
+ "thiserror",
1091
890
  ]
1092
891
 
1093
892
  [[package]]
1094
893
  name = "regex"
1095
- version = "1.12.2"
894
+ version = "1.12.3"
1096
895
  source = "registry+https://github.com/rust-lang/crates.io-index"
1097
- checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
896
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1098
897
  dependencies = [
1099
898
  "aho-corasick",
1100
899
  "memchr",
@@ -1104,9 +903,9 @@ dependencies = [
1104
903
 
1105
904
  [[package]]
1106
905
  name = "regex-automata"
1107
- version = "0.4.13"
906
+ version = "0.4.14"
1108
907
  source = "registry+https://github.com/rust-lang/crates.io-index"
1109
- checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
908
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1110
909
  dependencies = [
1111
910
  "aho-corasick",
1112
911
  "memchr",
@@ -1115,35 +914,21 @@ dependencies = [
1115
914
 
1116
915
  [[package]]
1117
916
  name = "regex-syntax"
1118
- version = "0.8.8"
1119
- source = "registry+https://github.com/rust-lang/crates.io-index"
1120
- checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1121
-
1122
- [[package]]
1123
- name = "ring"
1124
- version = "0.17.14"
917
+ version = "0.8.10"
1125
918
  source = "registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1127
- dependencies = [
1128
- "cc",
1129
- "cfg-if",
1130
- "getrandom 0.2.16",
1131
- "libc",
1132
- "untrusted",
1133
- "windows-sys 0.52.0",
1134
- ]
919
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1135
920
 
1136
921
  [[package]]
1137
922
  name = "rustix"
1138
- version = "1.1.2"
923
+ version = "1.1.4"
1139
924
  source = "registry+https://github.com/rust-lang/crates.io-index"
1140
- checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
925
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1141
926
  dependencies = [
1142
927
  "bitflags",
1143
928
  "errno",
1144
929
  "libc",
1145
930
  "linux-raw-sys",
1146
- "windows-sys 0.60.2",
931
+ "windows-sys 0.61.2",
1147
932
  ]
1148
933
 
1149
934
  [[package]]
@@ -1153,19 +938,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
938
  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1154
939
 
1155
940
  [[package]]
1156
- name = "ryu"
1157
- version = "1.0.20"
1158
- source = "registry+https://github.com/rust-lang/crates.io-index"
1159
- checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1160
-
1161
- [[package]]
1162
- name = "same-file"
1163
- version = "1.0.6"
941
+ name = "semver"
942
+ version = "1.0.28"
1164
943
  source = "registry+https://github.com/rust-lang/crates.io-index"
1165
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1166
- dependencies = [
1167
- "winapi-util",
1168
- ]
944
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1169
945
 
1170
946
  [[package]]
1171
947
  name = "serde"
@@ -1199,45 +975,22 @@ dependencies = [
1199
975
 
1200
976
  [[package]]
1201
977
  name = "serde_json"
1202
- version = "1.0.145"
978
+ version = "1.0.150"
1203
979
  source = "registry+https://github.com/rust-lang/crates.io-index"
1204
- checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
980
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1205
981
  dependencies = [
1206
982
  "itoa",
1207
983
  "memchr",
1208
- "ryu",
1209
984
  "serde",
1210
985
  "serde_core",
986
+ "zmij",
1211
987
  ]
1212
988
 
1213
989
  [[package]]
1214
- name = "sha2"
1215
- version = "0.10.9"
990
+ name = "slab"
991
+ version = "0.4.12"
1216
992
  source = "registry+https://github.com/rust-lang/crates.io-index"
1217
- checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1218
- dependencies = [
1219
- "cfg-if",
1220
- "cpufeatures",
1221
- "digest",
1222
- ]
1223
-
1224
- [[package]]
1225
- name = "shlex"
1226
- version = "1.3.0"
1227
- source = "registry+https://github.com/rust-lang/crates.io-index"
1228
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1229
-
1230
- [[package]]
1231
- name = "simple_asn1"
1232
- version = "0.6.3"
1233
- source = "registry+https://github.com/rust-lang/crates.io-index"
1234
- checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
1235
- dependencies = [
1236
- "num-bigint",
1237
- "num-traits",
1238
- "thiserror 2.0.17",
1239
- "time",
1240
- ]
993
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1241
994
 
1242
995
  [[package]]
1243
996
  name = "strsim"
@@ -1253,32 +1006,26 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1253
1006
 
1254
1007
  [[package]]
1255
1008
  name = "syn"
1256
- version = "2.0.108"
1009
+ version = "2.0.117"
1257
1010
  source = "registry+https://github.com/rust-lang/crates.io-index"
1258
- checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
1011
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1259
1012
  dependencies = [
1260
1013
  "proc-macro2",
1261
1014
  "quote",
1262
1015
  "unicode-ident",
1263
1016
  ]
1264
1017
 
1265
- [[package]]
1266
- name = "target-lexicon"
1267
- version = "0.12.16"
1268
- source = "registry+https://github.com/rust-lang/crates.io-index"
1269
- checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1270
-
1271
1018
  [[package]]
1272
1019
  name = "tempfile"
1273
- version = "3.23.0"
1020
+ version = "3.27.0"
1274
1021
  source = "registry+https://github.com/rust-lang/crates.io-index"
1275
- checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1022
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1276
1023
  dependencies = [
1277
1024
  "fastrand",
1278
- "getrandom 0.3.4",
1025
+ "getrandom 0.4.2",
1279
1026
  "once_cell",
1280
1027
  "rustix",
1281
- "windows-sys 0.60.2",
1028
+ "windows-sys 0.61.2",
1282
1029
  ]
1283
1030
 
1284
1031
  [[package]]
@@ -1293,16 +1040,7 @@ version = "1.0.69"
1293
1040
  source = "registry+https://github.com/rust-lang/crates.io-index"
1294
1041
  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1295
1042
  dependencies = [
1296
- "thiserror-impl 1.0.69",
1297
- ]
1298
-
1299
- [[package]]
1300
- name = "thiserror"
1301
- version = "2.0.17"
1302
- source = "registry+https://github.com/rust-lang/crates.io-index"
1303
- checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1304
- dependencies = [
1305
- "thiserror-impl 2.0.17",
1043
+ "thiserror-impl",
1306
1044
  ]
1307
1045
 
1308
1046
  [[package]]
@@ -1316,75 +1054,23 @@ dependencies = [
1316
1054
  "syn",
1317
1055
  ]
1318
1056
 
1319
- [[package]]
1320
- name = "thiserror-impl"
1321
- version = "2.0.17"
1322
- source = "registry+https://github.com/rust-lang/crates.io-index"
1323
- checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1324
- dependencies = [
1325
- "proc-macro2",
1326
- "quote",
1327
- "syn",
1328
- ]
1329
-
1330
- [[package]]
1331
- name = "time"
1332
- version = "0.3.44"
1333
- source = "registry+https://github.com/rust-lang/crates.io-index"
1334
- checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
1335
- dependencies = [
1336
- "deranged",
1337
- "itoa",
1338
- "num-conv",
1339
- "powerfmt",
1340
- "serde",
1341
- "time-core",
1342
- "time-macros",
1343
- ]
1344
-
1345
- [[package]]
1346
- name = "time-core"
1347
- version = "0.1.6"
1348
- source = "registry+https://github.com/rust-lang/crates.io-index"
1349
- checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
1350
-
1351
- [[package]]
1352
- name = "time-macros"
1353
- version = "0.2.24"
1354
- source = "registry+https://github.com/rust-lang/crates.io-index"
1355
- checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
1356
- dependencies = [
1357
- "num-conv",
1358
- "time-core",
1359
- ]
1360
-
1361
- [[package]]
1362
- name = "tinytemplate"
1363
- version = "1.2.1"
1364
- source = "registry+https://github.com/rust-lang/crates.io-index"
1365
- checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1366
- dependencies = [
1367
- "serde",
1368
- "serde_json",
1369
- ]
1370
-
1371
1057
  [[package]]
1372
1058
  name = "typenum"
1373
- version = "1.19.0"
1059
+ version = "1.20.0"
1374
1060
  source = "registry+https://github.com/rust-lang/crates.io-index"
1375
- checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1061
+ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
1376
1062
 
1377
1063
  [[package]]
1378
1064
  name = "unicode-ident"
1379
- version = "1.0.22"
1065
+ version = "1.0.24"
1380
1066
  source = "registry+https://github.com/rust-lang/crates.io-index"
1381
- checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1067
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1382
1068
 
1383
1069
  [[package]]
1384
- name = "unindent"
1385
- version = "0.2.4"
1070
+ name = "unicode-xid"
1071
+ version = "0.2.6"
1386
1072
  source = "registry+https://github.com/rust-lang/crates.io-index"
1387
- checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1073
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1388
1074
 
1389
1075
  [[package]]
1390
1076
  name = "universal-hash"
@@ -1396,12 +1082,6 @@ dependencies = [
1396
1082
  "subtle",
1397
1083
  ]
1398
1084
 
1399
- [[package]]
1400
- name = "untrusted"
1401
- version = "0.9.0"
1402
- source = "registry+https://github.com/rust-lang/crates.io-index"
1403
- checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1404
-
1405
1085
  [[package]]
1406
1086
  name = "utf8parse"
1407
1087
  version = "0.2.2"
@@ -1423,16 +1103,6 @@ dependencies = [
1423
1103
  "libc",
1424
1104
  ]
1425
1105
 
1426
- [[package]]
1427
- name = "walkdir"
1428
- version = "2.5.0"
1429
- source = "registry+https://github.com/rust-lang/crates.io-index"
1430
- checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1431
- dependencies = [
1432
- "same-file",
1433
- "winapi-util",
1434
- ]
1435
-
1436
1106
  [[package]]
1437
1107
  name = "wasi"
1438
1108
  version = "0.11.1+wasi-snapshot-preview1"
@@ -1441,18 +1111,27 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1441
1111
 
1442
1112
  [[package]]
1443
1113
  name = "wasip2"
1444
- version = "1.0.1+wasi-0.2.4"
1114
+ version = "1.0.3+wasi-0.2.9"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1117
+ dependencies = [
1118
+ "wit-bindgen 0.57.1",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "wasip3"
1123
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1445
1124
  source = "registry+https://github.com/rust-lang/crates.io-index"
1446
- checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1125
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1447
1126
  dependencies = [
1448
- "wit-bindgen",
1127
+ "wit-bindgen 0.51.0",
1449
1128
  ]
1450
1129
 
1451
1130
  [[package]]
1452
1131
  name = "wasm-bindgen"
1453
- version = "0.2.105"
1132
+ version = "0.2.122"
1454
1133
  source = "registry+https://github.com/rust-lang/crates.io-index"
1455
- checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
1134
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1456
1135
  dependencies = [
1457
1136
  "cfg-if",
1458
1137
  "once_cell",
@@ -1463,9 +1142,9 @@ dependencies = [
1463
1142
 
1464
1143
  [[package]]
1465
1144
  name = "wasm-bindgen-macro"
1466
- version = "0.2.105"
1145
+ version = "0.2.122"
1467
1146
  source = "registry+https://github.com/rust-lang/crates.io-index"
1468
- checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
1147
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1469
1148
  dependencies = [
1470
1149
  "quote",
1471
1150
  "wasm-bindgen-macro-support",
@@ -1473,9 +1152,9 @@ dependencies = [
1473
1152
 
1474
1153
  [[package]]
1475
1154
  name = "wasm-bindgen-macro-support"
1476
- version = "0.2.105"
1155
+ version = "0.2.122"
1477
1156
  source = "registry+https://github.com/rust-lang/crates.io-index"
1478
- checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
1157
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1479
1158
  dependencies = [
1480
1159
  "bumpalo",
1481
1160
  "proc-macro2",
@@ -1486,30 +1165,45 @@ dependencies = [
1486
1165
 
1487
1166
  [[package]]
1488
1167
  name = "wasm-bindgen-shared"
1489
- version = "0.2.105"
1168
+ version = "0.2.122"
1490
1169
  source = "registry+https://github.com/rust-lang/crates.io-index"
1491
- checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
1170
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1492
1171
  dependencies = [
1493
1172
  "unicode-ident",
1494
1173
  ]
1495
1174
 
1496
1175
  [[package]]
1497
- name = "web-sys"
1498
- version = "0.3.82"
1176
+ name = "wasm-encoder"
1177
+ version = "0.244.0"
1499
1178
  source = "registry+https://github.com/rust-lang/crates.io-index"
1500
- checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
1179
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1501
1180
  dependencies = [
1502
- "js-sys",
1503
- "wasm-bindgen",
1181
+ "leb128fmt",
1182
+ "wasmparser",
1183
+ ]
1184
+
1185
+ [[package]]
1186
+ name = "wasm-metadata"
1187
+ version = "0.244.0"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1190
+ dependencies = [
1191
+ "anyhow",
1192
+ "indexmap",
1193
+ "wasm-encoder",
1194
+ "wasmparser",
1504
1195
  ]
1505
1196
 
1506
1197
  [[package]]
1507
- name = "winapi-util"
1508
- version = "0.1.11"
1198
+ name = "wasmparser"
1199
+ version = "0.244.0"
1509
1200
  source = "registry+https://github.com/rust-lang/crates.io-index"
1510
- checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1201
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1511
1202
  dependencies = [
1512
- "windows-sys 0.60.2",
1203
+ "bitflags",
1204
+ "hashbrown 0.15.5",
1205
+ "indexmap",
1206
+ "semver",
1513
1207
  ]
1514
1208
 
1515
1209
  [[package]]
@@ -1524,25 +1218,16 @@ version = "0.48.0"
1524
1218
  source = "registry+https://github.com/rust-lang/crates.io-index"
1525
1219
  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1526
1220
  dependencies = [
1527
- "windows-targets 0.48.5",
1528
- ]
1529
-
1530
- [[package]]
1531
- name = "windows-sys"
1532
- version = "0.52.0"
1533
- source = "registry+https://github.com/rust-lang/crates.io-index"
1534
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1535
- dependencies = [
1536
- "windows-targets 0.52.6",
1221
+ "windows-targets",
1537
1222
  ]
1538
1223
 
1539
1224
  [[package]]
1540
1225
  name = "windows-sys"
1541
- version = "0.60.2"
1226
+ version = "0.61.2"
1542
1227
  source = "registry+https://github.com/rust-lang/crates.io-index"
1543
- checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1228
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1544
1229
  dependencies = [
1545
- "windows-targets 0.53.5",
1230
+ "windows-link",
1546
1231
  ]
1547
1232
 
1548
1233
  [[package]]
@@ -1551,46 +1236,13 @@ version = "0.48.5"
1551
1236
  source = "registry+https://github.com/rust-lang/crates.io-index"
1552
1237
  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1553
1238
  dependencies = [
1554
- "windows_aarch64_gnullvm 0.48.5",
1555
- "windows_aarch64_msvc 0.48.5",
1556
- "windows_i686_gnu 0.48.5",
1557
- "windows_i686_msvc 0.48.5",
1558
- "windows_x86_64_gnu 0.48.5",
1559
- "windows_x86_64_gnullvm 0.48.5",
1560
- "windows_x86_64_msvc 0.48.5",
1561
- ]
1562
-
1563
- [[package]]
1564
- name = "windows-targets"
1565
- version = "0.52.6"
1566
- source = "registry+https://github.com/rust-lang/crates.io-index"
1567
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1568
- dependencies = [
1569
- "windows_aarch64_gnullvm 0.52.6",
1570
- "windows_aarch64_msvc 0.52.6",
1571
- "windows_i686_gnu 0.52.6",
1572
- "windows_i686_gnullvm 0.52.6",
1573
- "windows_i686_msvc 0.52.6",
1574
- "windows_x86_64_gnu 0.52.6",
1575
- "windows_x86_64_gnullvm 0.52.6",
1576
- "windows_x86_64_msvc 0.52.6",
1577
- ]
1578
-
1579
- [[package]]
1580
- name = "windows-targets"
1581
- version = "0.53.5"
1582
- source = "registry+https://github.com/rust-lang/crates.io-index"
1583
- checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1584
- dependencies = [
1585
- "windows-link",
1586
- "windows_aarch64_gnullvm 0.53.1",
1587
- "windows_aarch64_msvc 0.53.1",
1588
- "windows_i686_gnu 0.53.1",
1589
- "windows_i686_gnullvm 0.53.1",
1590
- "windows_i686_msvc 0.53.1",
1591
- "windows_x86_64_gnu 0.53.1",
1592
- "windows_x86_64_gnullvm 0.53.1",
1593
- "windows_x86_64_msvc 0.53.1",
1239
+ "windows_aarch64_gnullvm",
1240
+ "windows_aarch64_msvc",
1241
+ "windows_i686_gnu",
1242
+ "windows_i686_msvc",
1243
+ "windows_x86_64_gnu",
1244
+ "windows_x86_64_gnullvm",
1245
+ "windows_x86_64_msvc",
1594
1246
  ]
1595
1247
 
1596
1248
  [[package]]
@@ -1599,84 +1251,24 @@ version = "0.48.5"
1599
1251
  source = "registry+https://github.com/rust-lang/crates.io-index"
1600
1252
  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1601
1253
 
1602
- [[package]]
1603
- name = "windows_aarch64_gnullvm"
1604
- version = "0.52.6"
1605
- source = "registry+https://github.com/rust-lang/crates.io-index"
1606
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1607
-
1608
- [[package]]
1609
- name = "windows_aarch64_gnullvm"
1610
- version = "0.53.1"
1611
- source = "registry+https://github.com/rust-lang/crates.io-index"
1612
- checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1613
-
1614
1254
  [[package]]
1615
1255
  name = "windows_aarch64_msvc"
1616
1256
  version = "0.48.5"
1617
1257
  source = "registry+https://github.com/rust-lang/crates.io-index"
1618
1258
  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1619
1259
 
1620
- [[package]]
1621
- name = "windows_aarch64_msvc"
1622
- version = "0.52.6"
1623
- source = "registry+https://github.com/rust-lang/crates.io-index"
1624
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1625
-
1626
- [[package]]
1627
- name = "windows_aarch64_msvc"
1628
- version = "0.53.1"
1629
- source = "registry+https://github.com/rust-lang/crates.io-index"
1630
- checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1631
-
1632
1260
  [[package]]
1633
1261
  name = "windows_i686_gnu"
1634
1262
  version = "0.48.5"
1635
1263
  source = "registry+https://github.com/rust-lang/crates.io-index"
1636
1264
  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1637
1265
 
1638
- [[package]]
1639
- name = "windows_i686_gnu"
1640
- version = "0.52.6"
1641
- source = "registry+https://github.com/rust-lang/crates.io-index"
1642
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1643
-
1644
- [[package]]
1645
- name = "windows_i686_gnu"
1646
- version = "0.53.1"
1647
- source = "registry+https://github.com/rust-lang/crates.io-index"
1648
- checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1649
-
1650
- [[package]]
1651
- name = "windows_i686_gnullvm"
1652
- version = "0.52.6"
1653
- source = "registry+https://github.com/rust-lang/crates.io-index"
1654
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1655
-
1656
- [[package]]
1657
- name = "windows_i686_gnullvm"
1658
- version = "0.53.1"
1659
- source = "registry+https://github.com/rust-lang/crates.io-index"
1660
- checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1661
-
1662
1266
  [[package]]
1663
1267
  name = "windows_i686_msvc"
1664
1268
  version = "0.48.5"
1665
1269
  source = "registry+https://github.com/rust-lang/crates.io-index"
1666
1270
  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1667
1271
 
1668
- [[package]]
1669
- name = "windows_i686_msvc"
1670
- version = "0.52.6"
1671
- source = "registry+https://github.com/rust-lang/crates.io-index"
1672
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1673
-
1674
- [[package]]
1675
- name = "windows_i686_msvc"
1676
- version = "0.53.1"
1677
- source = "registry+https://github.com/rust-lang/crates.io-index"
1678
- checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1679
-
1680
1272
  [[package]]
1681
1273
  name = "windows_x86_64_gnu"
1682
1274
  version = "0.48.5"
@@ -1684,73 +1276,125 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
1276
  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1685
1277
 
1686
1278
  [[package]]
1687
- name = "windows_x86_64_gnu"
1688
- version = "0.52.6"
1279
+ name = "windows_x86_64_gnullvm"
1280
+ version = "0.48.5"
1689
1281
  source = "registry+https://github.com/rust-lang/crates.io-index"
1690
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1282
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1691
1283
 
1692
1284
  [[package]]
1693
- name = "windows_x86_64_gnu"
1694
- version = "0.53.1"
1285
+ name = "windows_x86_64_msvc"
1286
+ version = "0.48.5"
1695
1287
  source = "registry+https://github.com/rust-lang/crates.io-index"
1696
- checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1288
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1697
1289
 
1698
1290
  [[package]]
1699
- name = "windows_x86_64_gnullvm"
1700
- version = "0.48.5"
1291
+ name = "wit-bindgen"
1292
+ version = "0.51.0"
1701
1293
  source = "registry+https://github.com/rust-lang/crates.io-index"
1702
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1294
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1295
+ dependencies = [
1296
+ "wit-bindgen-rust-macro",
1297
+ ]
1703
1298
 
1704
1299
  [[package]]
1705
- name = "windows_x86_64_gnullvm"
1706
- version = "0.52.6"
1300
+ name = "wit-bindgen"
1301
+ version = "0.57.1"
1707
1302
  source = "registry+https://github.com/rust-lang/crates.io-index"
1708
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1303
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1709
1304
 
1710
1305
  [[package]]
1711
- name = "windows_x86_64_gnullvm"
1712
- version = "0.53.1"
1306
+ name = "wit-bindgen-core"
1307
+ version = "0.51.0"
1713
1308
  source = "registry+https://github.com/rust-lang/crates.io-index"
1714
- checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1309
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1310
+ dependencies = [
1311
+ "anyhow",
1312
+ "heck",
1313
+ "wit-parser",
1314
+ ]
1715
1315
 
1716
1316
  [[package]]
1717
- name = "windows_x86_64_msvc"
1718
- version = "0.48.5"
1317
+ name = "wit-bindgen-rust"
1318
+ version = "0.51.0"
1719
1319
  source = "registry+https://github.com/rust-lang/crates.io-index"
1720
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1320
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1321
+ dependencies = [
1322
+ "anyhow",
1323
+ "heck",
1324
+ "indexmap",
1325
+ "prettyplease",
1326
+ "syn",
1327
+ "wasm-metadata",
1328
+ "wit-bindgen-core",
1329
+ "wit-component",
1330
+ ]
1721
1331
 
1722
1332
  [[package]]
1723
- name = "windows_x86_64_msvc"
1724
- version = "0.52.6"
1333
+ name = "wit-bindgen-rust-macro"
1334
+ version = "0.51.0"
1725
1335
  source = "registry+https://github.com/rust-lang/crates.io-index"
1726
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1336
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1337
+ dependencies = [
1338
+ "anyhow",
1339
+ "prettyplease",
1340
+ "proc-macro2",
1341
+ "quote",
1342
+ "syn",
1343
+ "wit-bindgen-core",
1344
+ "wit-bindgen-rust",
1345
+ ]
1727
1346
 
1728
1347
  [[package]]
1729
- name = "windows_x86_64_msvc"
1730
- version = "0.53.1"
1348
+ name = "wit-component"
1349
+ version = "0.244.0"
1731
1350
  source = "registry+https://github.com/rust-lang/crates.io-index"
1732
- checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1351
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1352
+ dependencies = [
1353
+ "anyhow",
1354
+ "bitflags",
1355
+ "indexmap",
1356
+ "log",
1357
+ "serde",
1358
+ "serde_derive",
1359
+ "serde_json",
1360
+ "wasm-encoder",
1361
+ "wasm-metadata",
1362
+ "wasmparser",
1363
+ "wit-parser",
1364
+ ]
1733
1365
 
1734
1366
  [[package]]
1735
- name = "wit-bindgen"
1736
- version = "0.46.0"
1367
+ name = "wit-parser"
1368
+ version = "0.244.0"
1737
1369
  source = "registry+https://github.com/rust-lang/crates.io-index"
1738
- checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1370
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1371
+ dependencies = [
1372
+ "anyhow",
1373
+ "id-arena",
1374
+ "indexmap",
1375
+ "log",
1376
+ "semver",
1377
+ "serde",
1378
+ "serde_derive",
1379
+ "serde_json",
1380
+ "unicode-xid",
1381
+ "wasmparser",
1382
+ ]
1739
1383
 
1740
1384
  [[package]]
1741
1385
  name = "zerocopy"
1742
- version = "0.8.27"
1386
+ version = "0.8.48"
1743
1387
  source = "registry+https://github.com/rust-lang/crates.io-index"
1744
- checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1388
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1745
1389
  dependencies = [
1746
1390
  "zerocopy-derive",
1747
1391
  ]
1748
1392
 
1749
1393
  [[package]]
1750
1394
  name = "zerocopy-derive"
1751
- version = "0.8.27"
1395
+ version = "0.8.48"
1752
1396
  source = "registry+https://github.com/rust-lang/crates.io-index"
1753
- checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1397
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1754
1398
  dependencies = [
1755
1399
  "proc-macro2",
1756
1400
  "quote",
@@ -1762,3 +1406,23 @@ name = "zeroize"
1762
1406
  version = "1.8.2"
1763
1407
  source = "registry+https://github.com/rust-lang/crates.io-index"
1764
1408
  checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1409
+ dependencies = [
1410
+ "zeroize_derive",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "zeroize_derive"
1415
+ version = "1.4.3"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
1418
+ dependencies = [
1419
+ "proc-macro2",
1420
+ "quote",
1421
+ "syn",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "zmij"
1426
+ version = "1.0.21"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"