rev. 7114d5b8c78976de80a29610fc421a2271ca7325 (ignoring whitespace)
@@ -34,34 +98,97 @@
34 34 |
|
35 35 | [[package]]
|
36 36 | name = "anes"
|
37 37 | version = "0.1.6"
|
38 38 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
39 39 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
40 40 |
|
41 41 | [[package]]
|
42 42 | name = "anstyle"
|
43 43 | version = "1.0.10"
|
44 44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 45 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
46 46 |
|
47 47 | [[package]]
|
48 48 | name = "approx"
|
49 49 | version = "0.5.1"
|
50 50 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
51 51 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
52 52 | dependencies = [
|
53 53 | "num-traits",
|
54 54 | ]
|
55 55 |
|
56 56 | [[package]]
|
57 57 | name = "arbitrary"
|
58 58 | version = "1.4.1"
|
59 59 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
60 60 | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
61 61 |
|
62 62 | [[package]]
|
63 63 | name = "assert-json-diff"
|
64 - | version = "1.1.0"
|
64 + | version = "2.0.2"
|
65 65 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
66 - | checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
66 + | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
67 67 | dependencies = [
|
68 - | "extend",
|
69 68 | "serde",
|
70 69 | "serde_json",
|
71 70 | ]
|
72 71 |
|
73 72 | [[package]]
|
74 73 | name = "async-channel"
|
75 74 | version = "1.9.0"
|
76 75 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
77 76 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
78 77 | dependencies = [
|
79 78 | "concurrent-queue",
|
80 79 | "event-listener 2.5.3",
|
81 80 | "futures-core",
|
82 81 | ]
|
83 82 |
|
84 83 | [[package]]
|
85 84 | name = "async-channel"
|
86 85 | version = "2.3.1"
|
87 86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 87 | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
89 88 | dependencies = [
|
90 89 | "concurrent-queue",
|
91 90 | "event-listener-strategy",
|
92 91 | "futures-core",
|
93 92 | "pin-project-lite",
|
94 93 | ]
|
95 94 |
|
96 95 | [[package]]
|
97 96 | name = "async-executor"
|
98 97 | version = "1.13.2"
|
@@ -100,99 +354,353 @@
100 99 | checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
|
101 100 | dependencies = [
|
102 101 | "async-task",
|
103 102 | "concurrent-queue",
|
104 103 | "fastrand 2.3.0",
|
105 104 | "futures-lite 2.6.0",
|
106 105 | "pin-project-lite",
|
107 106 | "slab",
|
108 107 | ]
|
109 108 |
|
110 109 | [[package]]
|
111 110 | name = "async-fs"
|
112 111 | version = "1.6.0"
|
113 112 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
114 113 | checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
115 114 | dependencies = [
|
116 115 | "async-lock 2.8.0",
|
117 116 | "autocfg",
|
118 117 | "blocking",
|
119 118 | "futures-lite 1.13.0",
|
120 119 | ]
|
121 120 |
|
122 121 | [[package]]
|
123 122 | name = "async-global-executor"
|
124 123 | version = "2.4.1"
|
125 124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
126 125 | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
127 126 | dependencies = [
|
128 127 | "async-channel 2.3.1",
|
129 128 | "async-executor",
|
130 - | "async-io 2.4.0",
|
129 + | "async-io 2.4.1",
|
131 130 | "async-lock 3.4.0",
|
132 131 | "blocking",
|
133 132 | "futures-lite 2.6.0",
|
134 133 | "once_cell",
|
135 134 | ]
|
136 135 |
|
137 136 | [[package]]
|
138 137 | name = "async-io"
|
139 138 | version = "1.13.0"
|
140 139 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
141 140 | checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
142 141 | dependencies = [
|
143 142 | "async-lock 2.8.0",
|
144 143 | "autocfg",
|
145 144 | "cfg-if",
|
146 145 | "concurrent-queue",
|
147 146 | "futures-lite 1.13.0",
|
148 147 | "log",
|
149 148 | "parking",
|
150 149 | "polling 2.8.0",
|
151 150 | "rustix 0.37.28",
|
152 151 | "slab",
|
153 152 | "socket2 0.4.10",
|
154 153 | "waker-fn",
|
155 154 | ]
|
156 155 |
|
157 156 | [[package]]
|
158 157 | name = "async-io"
|
159 - | version = "2.4.0"
|
158 + | version = "2.4.1"
|
160 159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
161 - | checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
160 + | checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
|
162 161 | dependencies = [
|
163 162 | "async-lock 3.4.0",
|
164 163 | "cfg-if",
|
165 164 | "concurrent-queue",
|
166 165 | "futures-io",
|
167 166 | "futures-lite 2.6.0",
|
168 167 | "parking",
|
169 - | "polling 3.7.4",
|
170 - | "rustix 0.38.44",
|
168 + | "polling 3.8.0",
|
169 + | "rustix 1.0.7",
|
171 170 | "slab",
|
172 171 | "tracing",
|
173 172 | "windows-sys 0.59.0",
|
174 173 | ]
|
175 174 |
|
176 175 | [[package]]
|
177 176 | name = "async-lock"
|
178 177 | version = "2.8.0"
|
179 178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
180 179 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
181 180 | dependencies = [
|
182 181 | "event-listener 2.5.3",
|
183 182 | ]
|
184 183 |
|
185 184 | [[package]]
|
186 185 | name = "async-lock"
|
187 186 | version = "3.4.0"
|
188 187 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
189 188 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
190 189 | dependencies = [
|
191 190 | "event-listener 5.4.0",
|
192 191 | "event-listener-strategy",
|
193 192 | "pin-project-lite",
|
194 193 | ]
|
195 194 |
|
196 195 | [[package]]
|
197 196 | name = "async-net"
|
198 197 | version = "1.8.0"
|
199 198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
200 199 | checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
201 200 | dependencies = [
|
202 201 | "async-io 1.13.0",
|
203 202 | "blocking",
|
204 203 | "futures-lite 1.13.0",
|
205 204 | ]
|
206 205 |
|
207 206 | [[package]]
|
208 207 | name = "async-process"
|
209 208 | version = "1.8.1"
|
210 209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
211 210 | checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
212 211 | dependencies = [
|
213 212 | "async-io 1.13.0",
|
214 213 | "async-lock 2.8.0",
|
215 214 | "async-signal",
|
216 215 | "blocking",
|
217 216 | "cfg-if",
|
218 217 | "event-listener 3.1.0",
|
219 218 | "futures-lite 1.13.0",
|
220 219 | "rustix 0.38.44",
|
221 220 | "windows-sys 0.48.0",
|
222 221 | ]
|
223 222 |
|
224 223 | [[package]]
|
225 224 | name = "async-process"
|
226 - | version = "2.3.0"
|
225 + | version = "2.3.1"
|
227 226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
228 - | checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
227 + | checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc"
|
229 228 | dependencies = [
|
230 229 | "async-channel 2.3.1",
|
231 - | "async-io 2.4.0",
|
230 + | "async-io 2.4.1",
|
232 231 | "async-lock 3.4.0",
|
233 232 | "async-signal",
|
234 233 | "async-task",
|
235 234 | "blocking",
|
236 235 | "cfg-if",
|
237 236 | "event-listener 5.4.0",
|
238 237 | "futures-lite 2.6.0",
|
239 - | "rustix 0.38.44",
|
238 + | "rustix 1.0.7",
|
240 239 | "tracing",
|
241 240 | ]
|
242 241 |
|
243 242 | [[package]]
|
244 243 | name = "async-signal"
|
245 - | version = "0.2.10"
|
244 + | version = "0.2.11"
|
246 245 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
247 - | checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
246 + | checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
|
248 247 | dependencies = [
|
249 - | "async-io 2.4.0",
|
248 + | "async-io 2.4.1",
|
250 249 | "async-lock 3.4.0",
|
251 250 | "atomic-waker",
|
252 251 | "cfg-if",
|
253 252 | "futures-core",
|
254 253 | "futures-io",
|
255 - | "rustix 0.38.44",
|
254 + | "rustix 1.0.7",
|
256 255 | "signal-hook-registry",
|
257 256 | "slab",
|
258 257 | "windows-sys 0.59.0",
|
259 258 | ]
|
260 259 |
|
261 260 | [[package]]
|
262 261 | name = "async-std"
|
263 262 | version = "1.13.1"
|
264 263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
265 264 | checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
|
266 265 | dependencies = [
|
267 266 | "async-channel 1.9.0",
|
268 267 | "async-global-executor",
|
269 - | "async-io 2.4.0",
|
268 + | "async-io 2.4.1",
|
270 269 | "async-lock 3.4.0",
|
271 - | "async-process 2.3.0",
|
270 + | "async-process 2.3.1",
|
272 271 | "crossbeam-utils",
|
273 272 | "futures-channel",
|
274 273 | "futures-core",
|
275 274 | "futures-io",
|
276 275 | "futures-lite 2.6.0",
|
277 276 | "gloo-timers",
|
278 277 | "kv-log-macro",
|
279 278 | "log",
|
280 279 | "memchr",
|
281 280 | "once_cell",
|
282 281 | "pin-project-lite",
|
283 282 | "pin-utils",
|
284 283 | "slab",
|
285 284 | "wasm-bindgen-futures",
|
286 285 | ]
|
287 286 |
|
288 287 | [[package]]
|
289 288 | name = "async-stream"
|
290 289 | version = "0.3.6"
|
291 290 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
292 291 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
293 292 | dependencies = [
|
294 293 | "async-stream-impl",
|
295 294 | "futures-core",
|
296 295 | "pin-project-lite",
|
297 296 | ]
|
298 297 |
|
299 298 | [[package]]
|
300 299 | name = "async-stream-impl"
|
301 300 | version = "0.3.6"
|
302 301 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
303 302 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
304 303 | dependencies = [
|
305 304 | "proc-macro2",
|
306 305 | "quote",
|
307 - | "syn 2.0.101",
|
306 + | "syn",
|
308 307 | ]
|
309 308 |
|
310 309 | [[package]]
|
311 310 | name = "async-task"
|
312 311 | version = "4.7.1"
|
313 312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
314 313 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
315 314 |
|
316 315 | [[package]]
|
317 316 | name = "async-trait"
|
318 317 | version = "0.1.88"
|
319 318 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
320 319 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
321 320 | dependencies = [
|
322 321 | "proc-macro2",
|
323 322 | "quote",
|
324 - | "syn 2.0.101",
|
323 + | "syn",
|
325 324 | ]
|
326 325 |
|
327 326 | [[package]]
|
328 327 | name = "atomic-waker"
|
329 328 | version = "1.1.2"
|
330 329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
331 330 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
332 331 |
|
333 332 | [[package]]
|
334 333 | name = "autocfg"
|
335 334 | version = "1.4.0"
|
336 335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
337 336 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
338 337 |
|
339 338 | [[package]]
|
340 339 | name = "aws-config"
|
341 340 | version = "1.6.3"
|
342 341 | dependencies = [
|
343 342 | "aws-credential-types",
|
344 343 | "aws-runtime",
|
345 344 | "aws-sdk-sso",
|
346 345 | "aws-sdk-ssooidc",
|
347 346 | "aws-sdk-sts",
|
348 347 | "aws-smithy-async",
|
349 348 | "aws-smithy-http",
|
350 349 | "aws-smithy-http-client",
|
351 350 | "aws-smithy-json",
|
352 351 | "aws-smithy-runtime",
|
353 352 | "aws-smithy-runtime-api",
|
354 353 | "aws-smithy-types",
|
@@ -1222,1221 +1298,1298 @@
1222 1221 | [[package]]
|
1223 1222 | name = "aws-smithy-http"
|
1224 1223 | version = "0.62.1"
|
1225 1224 | dependencies = [
|
1226 1225 | "async-stream",
|
1227 1226 | "aws-smithy-eventstream",
|
1228 1227 | "aws-smithy-runtime-api",
|
1229 1228 | "aws-smithy-types",
|
1230 1229 | "bytes",
|
1231 1230 | "bytes-utils",
|
1232 1231 | "futures-core",
|
1233 1232 | "futures-util",
|
1234 1233 | "http 0.2.12",
|
1235 1234 | "http 1.3.1",
|
1236 1235 | "http-body 0.4.6",
|
1237 1236 | "hyper 0.14.32",
|
1238 1237 | "percent-encoding",
|
1239 1238 | "pin-project-lite",
|
1240 1239 | "pin-utils",
|
1241 1240 | "proptest",
|
1242 1241 | "tokio",
|
1243 1242 | "tracing",
|
1244 1243 | ]
|
1245 1244 |
|
1246 1245 | [[package]]
|
1247 1246 | name = "aws-smithy-http-auth"
|
1248 1247 | version = "0.60.3"
|
1249 1248 |
|
1250 1249 | [[package]]
|
1251 1250 | name = "aws-smithy-http-client"
|
1252 - | version = "1.0.2"
|
1251 + | version = "1.0.3"
|
1253 1252 | dependencies = [
|
1254 1253 | "aws-smithy-async",
|
1255 1254 | "aws-smithy-protocol-test",
|
1256 1255 | "aws-smithy-runtime-api",
|
1257 1256 | "aws-smithy-types",
|
1258 1257 | "bytes",
|
1258 + | "h2 0.3.26",
|
1259 1259 | "h2 0.4.10",
|
1260 1260 | "http 0.2.12",
|
1261 1261 | "http 1.3.1",
|
1262 1262 | "http-body 0.4.6",
|
1263 1263 | "http-body 1.0.1",
|
1264 1264 | "http-body-util",
|
1265 1265 | "hyper 0.14.32",
|
1266 1266 | "hyper 1.6.0",
|
1267 1267 | "hyper-rustls 0.24.2",
|
1268 - | "hyper-rustls 0.27.5",
|
1268 + | "hyper-rustls 0.27.6",
|
1269 1269 | "hyper-util",
|
1270 1270 | "indexmap",
|
1271 1271 | "pin-project-lite",
|
1272 1272 | "rustls 0.21.12",
|
1273 1273 | "rustls 0.23.27",
|
1274 1274 | "rustls-native-certs 0.8.1",
|
1275 1275 | "rustls-pemfile 2.2.0",
|
1276 1276 | "rustls-pki-types",
|
1277 1277 | "s2n-tls",
|
1278 1278 | "s2n-tls-hyper",
|
1279 1279 | "serde",
|
1280 1280 | "serde_json",
|
1281 1281 | "tokio",
|
1282 1282 | "tokio-rustls 0.26.2",
|
1283 1283 | "tower",
|
1284 1284 | "tracing",
|
1285 1285 | ]
|
1286 1286 |
|
1287 1287 | [[package]]
|
1288 1288 | name = "aws-smithy-http-tower"
|
1289 1289 | version = "0.60.3"
|
1290 1290 |
|
1291 1291 | [[package]]
|
1292 1292 | name = "aws-smithy-json"
|
1293 1293 | version = "0.61.3"
|
1294 1294 | dependencies = [
|
1295 1295 | "aws-smithy-types",
|
1296 1296 | "proptest",
|
1297 1297 | "serde_json",
|
1298 1298 | ]
|
@@ -1317,1317 +1389,1389 @@
1317 1317 | "aws-smithy-runtime-api",
|
1318 1318 | "aws-smithy-types",
|
1319 1319 | "tokio",
|
1320 1320 | ]
|
1321 1321 |
|
1322 1322 | [[package]]
|
1323 1323 | name = "aws-smithy-observability"
|
1324 1324 | version = "0.1.3"
|
1325 1325 | dependencies = [
|
1326 1326 | "aws-smithy-runtime-api",
|
1327 1327 | "serial_test",
|
1328 1328 | ]
|
1329 1329 |
|
1330 1330 | [[package]]
|
1331 1331 | name = "aws-smithy-observability-otel"
|
1332 1332 | version = "0.1.0"
|
1333 1333 | dependencies = [
|
1334 1334 | "async-global-executor",
|
1335 1335 | "async-task",
|
1336 1336 | "aws-smithy-observability",
|
1337 1337 | "criterion",
|
1338 1338 | "opentelemetry",
|
1339 1339 | "opentelemetry_sdk",
|
1340 1340 | "stats_alloc",
|
1341 1341 | "tokio",
|
1342 1342 | "value-bag",
|
1343 1343 | ]
|
1344 1344 |
|
1345 1345 | [[package]]
|
1346 1346 | name = "aws-smithy-protocol-test"
|
1347 - | version = "0.63.1"
|
1347 + | version = "0.63.2"
|
1348 1348 | dependencies = [
|
1349 1349 | "assert-json-diff",
|
1350 1350 | "aws-smithy-runtime-api",
|
1351 1351 | "base64-simd",
|
1352 1352 | "cbor-diag",
|
1353 1353 | "ciborium",
|
1354 1354 | "http 0.2.12",
|
1355 1355 | "pretty_assertions",
|
1356 1356 | "regex-lite",
|
1357 1357 | "roxmltree",
|
1358 1358 | "serde_json",
|
1359 - | "thiserror",
|
1359 + | "thiserror 2.0.12",
|
1360 1360 | ]
|
1361 1361 |
|
1362 1362 | [[package]]
|
1363 1363 | name = "aws-smithy-query"
|
1364 1364 | version = "0.60.7"
|
1365 1365 | dependencies = [
|
1366 1366 | "aws-smithy-types",
|
1367 1367 | "urlencoding",
|
1368 1368 | ]
|
1369 1369 |
|
1370 1370 | [[package]]
|
1371 1371 | name = "aws-smithy-runtime"
|
1372 1372 | version = "1.8.3"
|
1373 1373 | dependencies = [
|
1374 1374 | "approx",
|
1375 1375 | "aws-smithy-async",
|
1376 1376 | "aws-smithy-http",
|
1377 1377 | "aws-smithy-http-client",
|
1378 1378 | "aws-smithy-observability",
|
1379 1379 | "aws-smithy-runtime-api",
|
1380 1380 | "aws-smithy-types",
|
1381 1381 | "bytes",
|
1382 1382 | "fastrand 2.3.0",
|
1383 1383 | "futures-util",
|
1384 1384 | "http 0.2.12",
|
1385 1385 | "http 1.3.1",
|
1386 1386 | "http-body 0.4.6",
|
1387 1387 | "http-body 1.0.1",
|
1388 1388 | "hyper 0.14.32",
|
1389 1389 | "pin-project-lite",
|
@@ -1538,1538 +1598,1598 @@
1538 1538 | dependencies = [
|
1539 1539 | "outref",
|
1540 1540 | "vsimd",
|
1541 1541 | ]
|
1542 1542 |
|
1543 1543 | [[package]]
|
1544 1544 | name = "base64ct"
|
1545 1545 | version = "1.7.3"
|
1546 1546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1547 1547 | checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
|
1548 1548 |
|
1549 1549 | [[package]]
|
1550 1550 | name = "bindgen"
|
1551 1551 | version = "0.69.5"
|
1552 1552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1553 1553 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
1554 1554 | dependencies = [
|
1555 1555 | "bitflags 2.9.1",
|
1556 1556 | "cexpr",
|
1557 1557 | "clang-sys",
|
1558 1558 | "itertools 0.12.1",
|
1559 1559 | "lazy_static",
|
1560 1560 | "lazycell",
|
1561 1561 | "log",
|
1562 1562 | "prettyplease",
|
1563 1563 | "proc-macro2",
|
1564 1564 | "quote",
|
1565 1565 | "regex",
|
1566 1566 | "rustc-hash",
|
1567 1567 | "shlex",
|
1568 - | "syn 2.0.101",
|
1568 + | "syn",
|
1569 1569 | "which",
|
1570 1570 | ]
|
1571 1571 |
|
1572 1572 | [[package]]
|
1573 1573 | name = "bit-set"
|
1574 1574 | version = "0.8.0"
|
1575 1575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1576 1576 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
1577 1577 | dependencies = [
|
1578 1578 | "bit-vec",
|
1579 1579 | ]
|
1580 1580 |
|
1581 1581 | [[package]]
|
1582 1582 | name = "bit-vec"
|
1583 1583 | version = "0.8.0"
|
1584 1584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1585 1585 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
1586 1586 |
|
1587 1587 | [[package]]
|
1588 1588 | name = "bitflags"
|
1589 1589 | version = "1.3.2"
|
1590 1590 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1591 1591 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1592 1592 |
|
1593 1593 | [[package]]
|
1594 1594 | name = "bitflags"
|
1595 1595 | version = "2.9.1"
|
1596 1596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1597 1597 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
1598 1598 |
|
@@ -1655,1655 +1717,1717 @@
1655 1655 | "either",
|
1656 1656 | ]
|
1657 1657 |
|
1658 1658 | [[package]]
|
1659 1659 | name = "cast"
|
1660 1660 | version = "0.3.0"
|
1661 1661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1662 1662 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1663 1663 |
|
1664 1664 | [[package]]
|
1665 1665 | name = "cbor-diag"
|
1666 1666 | version = "0.1.12"
|
1667 1667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1668 1668 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1669 1669 | dependencies = [
|
1670 1670 | "bs58",
|
1671 1671 | "chrono",
|
1672 1672 | "data-encoding",
|
1673 1673 | "half",
|
1674 1674 | "nom",
|
1675 1675 | "num-bigint",
|
1676 1676 | "num-rational",
|
1677 1677 | "num-traits",
|
1678 1678 | "separator",
|
1679 1679 | "url",
|
1680 1680 | "uuid",
|
1681 1681 | ]
|
1682 1682 |
|
1683 1683 | [[package]]
|
1684 1684 | name = "cc"
|
1685 - | version = "1.2.23"
|
1685 + | version = "1.2.24"
|
1686 1686 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1687 - | checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
|
1687 + | checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
|
1688 1688 | dependencies = [
|
1689 1689 | "jobserver",
|
1690 1690 | "libc",
|
1691 1691 | "shlex",
|
1692 1692 | ]
|
1693 1693 |
|
1694 1694 | [[package]]
|
1695 1695 | name = "cexpr"
|
1696 1696 | version = "0.6.0"
|
1697 1697 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1698 1698 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1699 1699 | dependencies = [
|
1700 1700 | "nom",
|
1701 1701 | ]
|
1702 1702 |
|
1703 1703 | [[package]]
|
1704 1704 | name = "cfg-if"
|
1705 1705 | version = "1.0.0"
|
1706 1706 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1707 1707 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
1708 1708 |
|
1709 1709 | [[package]]
|
1710 1710 | name = "chrono"
|
1711 1711 | version = "0.4.41"
|
1712 1712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1713 1713 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
1714 1714 | dependencies = [
|
1715 1715 | "num-traits",
|
1716 1716 | ]
|
1717 1717 |
|
@@ -1728,1728 +1858,1858 @@
1728 1728 |
|
1729 1729 | [[package]]
|
1730 1730 | name = "ciborium-io"
|
1731 1731 | version = "0.2.2"
|
1732 1732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1733 1733 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1734 1734 |
|
1735 1735 | [[package]]
|
1736 1736 | name = "ciborium-ll"
|
1737 1737 | version = "0.2.2"
|
1738 1738 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739 1739 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1740 1740 | dependencies = [
|
1741 1741 | "ciborium-io",
|
1742 1742 | "half",
|
1743 1743 | ]
|
1744 1744 |
|
1745 1745 | [[package]]
|
1746 1746 | name = "clang-sys"
|
1747 1747 | version = "1.8.1"
|
1748 1748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1749 1749 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1750 1750 | dependencies = [
|
1751 1751 | "glob",
|
1752 1752 | "libc",
|
1753 1753 | "libloading",
|
1754 1754 | ]
|
1755 1755 |
|
1756 1756 | [[package]]
|
1757 1757 | name = "clap"
|
1758 - | version = "4.5.38"
|
1758 + | version = "4.5.39"
|
1759 1759 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1760 - | checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
|
1760 + | checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f"
|
1761 1761 | dependencies = [
|
1762 1762 | "clap_builder",
|
1763 1763 | ]
|
1764 1764 |
|
1765 1765 | [[package]]
|
1766 1766 | name = "clap_builder"
|
1767 - | version = "4.5.38"
|
1767 + | version = "4.5.39"
|
1768 1768 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1769 - | checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
|
1769 + | checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
|
1770 1770 | dependencies = [
|
1771 1771 | "anstyle",
|
1772 1772 | "clap_lex",
|
1773 1773 | ]
|
1774 1774 |
|
1775 1775 | [[package]]
|
1776 1776 | name = "clap_lex"
|
1777 1777 | version = "0.7.4"
|
1778 1778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1779 1779 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
1780 1780 |
|
1781 1781 | [[package]]
|
1782 1782 | name = "cmake"
|
1783 1783 | version = "0.1.54"
|
1784 1784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1785 1785 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1786 1786 | dependencies = [
|
1787 1787 | "cc",
|
1788 1788 | ]
|
1789 1789 |
|
1790 1790 | [[package]]
|
1791 1791 | name = "concurrent-queue"
|
1792 1792 | version = "2.5.0"
|
1793 1793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1794 1794 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1795 1795 | dependencies = [
|
1796 1796 | "crossbeam-utils",
|
1797 1797 | ]
|
1798 1798 |
|
1799 1799 | [[package]]
|
1800 1800 | name = "const-oid"
|
1801 1801 | version = "0.9.6"
|
1802 1802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1803 1803 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
1804 1804 |
|
1805 1805 | [[package]]
|
1806 1806 | name = "convert_case"
|
1807 1807 | version = "0.6.0"
|
1808 1808 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1809 1809 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
1810 1810 | dependencies = [
|
1811 1811 | "unicode-segmentation",
|
1812 1812 | ]
|
1813 1813 |
|
1814 1814 | [[package]]
|
1815 1815 | name = "core-foundation"
|
1816 1816 | version = "0.9.4"
|
1817 1817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1818 1818 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
1819 1819 | dependencies = [
|
1820 1820 | "core-foundation-sys",
|
1821 1821 | "libc",
|
1822 1822 | ]
|
1823 1823 |
|
1824 1824 | [[package]]
|
1825 1825 | name = "core-foundation"
|
1826 - | version = "0.10.0"
|
1826 + | version = "0.10.1"
|
1827 1827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1828 - | checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
1828 + | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
1829 1829 | dependencies = [
|
1830 1830 | "core-foundation-sys",
|
1831 1831 | "libc",
|
1832 1832 | ]
|
1833 1833 |
|
1834 1834 | [[package]]
|
1835 1835 | name = "core-foundation-sys"
|
1836 1836 | version = "0.8.7"
|
1837 1837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838 1838 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1839 1839 |
|
1840 1840 | [[package]]
|
1841 1841 | name = "cpufeatures"
|
1842 1842 | version = "0.2.17"
|
1843 1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 1844 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1845 1845 | dependencies = [
|
1846 1846 | "libc",
|
1847 1847 | ]
|
1848 1848 |
|
1849 1849 | [[package]]
|
1850 1850 | name = "crc"
|
1851 1851 | version = "3.3.0"
|
1852 1852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 1853 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1854 1854 | dependencies = [
|
1855 1855 | "crc-catalog",
|
1856 1856 | ]
|
1857 1857 |
|
1858 1858 | [[package]]
|
@@ -2000,2000 +2088,2088 @@
2000 2000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2001 2001 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
2002 2002 |
|
2003 2003 | [[package]]
|
2004 2004 | name = "der"
|
2005 2005 | version = "0.6.1"
|
2006 2006 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2007 2007 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
2008 2008 | dependencies = [
|
2009 2009 | "const-oid",
|
2010 2010 | "zeroize",
|
2011 2011 | ]
|
2012 2012 |
|
2013 2013 | [[package]]
|
2014 2014 | name = "deranged"
|
2015 2015 | version = "0.4.0"
|
2016 2016 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017 2017 | checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
2018 2018 | dependencies = [
|
2019 2019 | "powerfmt",
|
2020 2020 | ]
|
2021 2021 |
|
2022 2022 | [[package]]
|
2023 2023 | name = "derive_arbitrary"
|
2024 2024 | version = "1.4.1"
|
2025 2025 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026 2026 | checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
|
2027 2027 | dependencies = [
|
2028 2028 | "proc-macro2",
|
2029 2029 | "quote",
|
2030 - | "syn 2.0.101",
|
2030 + | "syn",
|
2031 2031 | ]
|
2032 2032 |
|
2033 2033 | [[package]]
|
2034 2034 | name = "diff"
|
2035 2035 | version = "0.1.13"
|
2036 2036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2037 2037 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2038 2038 |
|
2039 2039 | [[package]]
|
2040 2040 | name = "digest"
|
2041 2041 | version = "0.10.7"
|
2042 2042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2043 2043 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2044 2044 | dependencies = [
|
2045 2045 | "block-buffer",
|
2046 2046 | "crypto-common",
|
2047 2047 | "subtle",
|
2048 2048 | ]
|
2049 2049 |
|
2050 2050 | [[package]]
|
2051 2051 | name = "displaydoc"
|
2052 2052 | version = "0.2.5"
|
2053 2053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2054 2054 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2055 2055 | dependencies = [
|
2056 2056 | "proc-macro2",
|
2057 2057 | "quote",
|
2058 - | "syn 2.0.101",
|
2058 + | "syn",
|
2059 2059 | ]
|
2060 2060 |
|
2061 2061 | [[package]]
|
2062 2062 | name = "dunce"
|
2063 2063 | version = "1.0.5"
|
2064 2064 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2065 2065 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2066 2066 |
|
2067 2067 | [[package]]
|
2068 2068 | name = "ecdsa"
|
2069 2069 | version = "0.14.8"
|
2070 2070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2071 2071 | checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2072 2072 | dependencies = [
|
2073 2073 | "der",
|
2074 2074 | "elliptic-curve",
|
2075 2075 | "rfc6979",
|
2076 2076 | "signature",
|
2077 2077 | ]
|
2078 2078 |
|
2079 2079 | [[package]]
|
2080 2080 | name = "either"
|
2081 2081 | version = "1.15.0"
|
2082 2082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2083 2083 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
2084 2084 |
|
2085 2085 | [[package]]
|
2086 2086 | name = "elliptic-curve"
|
2087 2087 | version = "0.12.3"
|
2088 2088 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2129,2129 +2200,2188 @@
2129 2129 | version = "3.1.0"
|
2130 2130 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2131 2131 | checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
2132 2132 | dependencies = [
|
2133 2133 | "concurrent-queue",
|
2134 2134 | "parking",
|
2135 2135 | "pin-project-lite",
|
2136 2136 | ]
|
2137 2137 |
|
2138 2138 | [[package]]
|
2139 2139 | name = "event-listener"
|
2140 2140 | version = "5.4.0"
|
2141 2141 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2142 2142 | checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
2143 2143 | dependencies = [
|
2144 2144 | "concurrent-queue",
|
2145 2145 | "parking",
|
2146 2146 | "pin-project-lite",
|
2147 2147 | ]
|
2148 2148 |
|
2149 2149 | [[package]]
|
2150 2150 | name = "event-listener-strategy"
|
2151 2151 | version = "0.5.4"
|
2152 2152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2153 2153 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
2154 2154 | dependencies = [
|
2155 2155 | "event-listener 5.4.0",
|
2156 2156 | "pin-project-lite",
|
2157 2157 | ]
|
2158 2158 |
|
2159 - | [[package]]
|
2160 - | name = "extend"
|
2161 - | version = "0.1.2"
|
2162 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2163 - | checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
2164 - | dependencies = [
|
2165 - | "proc-macro-error",
|
2166 - | "proc-macro2",
|
2167 - | "quote",
|
2168 - | "syn 1.0.109",
|
2169 - | ]
|
2170 - |
|
2171 2159 | [[package]]
|
2172 2160 | name = "fastrand"
|
2173 2161 | version = "1.9.0"
|
2174 2162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2175 2163 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2176 2164 | dependencies = [
|
2177 2165 | "instant",
|
2178 2166 | ]
|
2179 2167 |
|
2180 2168 | [[package]]
|
2181 2169 | name = "fastrand"
|
2182 2170 | version = "2.3.0"
|
2183 2171 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2184 2172 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2185 2173 |
|
2186 2174 | [[package]]
|
2187 2175 | name = "ff"
|
2188 2176 | version = "0.12.1"
|
2189 2177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2190 2178 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2191 2179 | dependencies = [
|
2192 2180 | "rand_core 0.6.4",
|
2193 2181 | "subtle",
|
2194 2182 | ]
|
2195 2183 |
|
2196 2184 | [[package]]
|
2197 2185 | name = "flate2"
|
2198 2186 | version = "1.1.1"
|
2199 2187 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2200 2188 | checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
@@ -2287,2275 +2347,2335 @@
2287 2275 | "fastrand 1.9.0",
|
2288 2276 | "futures-core",
|
2289 2277 | "futures-io",
|
2290 2278 | "memchr",
|
2291 2279 | "parking",
|
2292 2280 | "pin-project-lite",
|
2293 2281 | "waker-fn",
|
2294 2282 | ]
|
2295 2283 |
|
2296 2284 | [[package]]
|
2297 2285 | name = "futures-lite"
|
2298 2286 | version = "2.6.0"
|
2299 2287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2300 2288 | checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
2301 2289 | dependencies = [
|
2302 2290 | "fastrand 2.3.0",
|
2303 2291 | "futures-core",
|
2304 2292 | "futures-io",
|
2305 2293 | "parking",
|
2306 2294 | "pin-project-lite",
|
2307 2295 | ]
|
2308 2296 |
|
2309 2297 | [[package]]
|
2310 2298 | name = "futures-macro"
|
2311 2299 | version = "0.3.31"
|
2312 2300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2313 2301 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2314 2302 | dependencies = [
|
2315 2303 | "proc-macro2",
|
2316 2304 | "quote",
|
2317 - | "syn 2.0.101",
|
2305 + | "syn",
|
2318 2306 | ]
|
2319 2307 |
|
2320 2308 | [[package]]
|
2321 2309 | name = "futures-sink"
|
2322 2310 | version = "0.3.31"
|
2323 2311 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2324 2312 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2325 2313 |
|
2326 2314 | [[package]]
|
2327 2315 | name = "futures-task"
|
2328 2316 | version = "0.3.31"
|
2329 2317 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2330 2318 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2331 2319 |
|
2332 2320 | [[package]]
|
2333 2321 | name = "futures-util"
|
2334 2322 | version = "0.3.31"
|
2335 2323 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2336 2324 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2337 2325 | dependencies = [
|
2338 2326 | "futures-channel",
|
2339 2327 | "futures-core",
|
2340 2328 | "futures-io",
|
2341 2329 | "futures-macro",
|
2342 2330 | "futures-sink",
|
2343 2331 | "futures-task",
|
2344 2332 | "memchr",
|
2345 2333 | "pin-project-lite",
|
2346 2334 | "pin-utils",
|
2347 2335 | "slab",
|
@@ -2467,2455 +2532,2514 @@
2467 2455 | name = "hashbrown"
|
2468 2456 | version = "0.15.3"
|
2469 2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2470 2458 | checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
2471 2459 | dependencies = [
|
2472 2460 | "allocator-api2",
|
2473 2461 | "equivalent",
|
2474 2462 | "foldhash",
|
2475 2463 | ]
|
2476 2464 |
|
2477 2465 | [[package]]
|
2478 2466 | name = "hdrhistogram"
|
2479 2467 | version = "7.5.4"
|
2480 2468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2481 2469 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2482 2470 | dependencies = [
|
2483 2471 | "base64 0.21.7",
|
2484 2472 | "byteorder",
|
2485 2473 | "crossbeam-channel",
|
2486 2474 | "flate2",
|
2487 2475 | "nom",
|
2488 2476 | "num-traits",
|
2489 2477 | ]
|
2490 2478 |
|
2491 2479 | [[package]]
|
2492 2480 | name = "hermit-abi"
|
2493 2481 | version = "0.3.9"
|
2494 2482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2495 2483 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2496 2484 |
|
2497 - | [[package]]
|
2498 - | name = "hermit-abi"
|
2499 - | version = "0.4.0"
|
2500 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2501 - | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
2502 - |
|
2503 2485 | [[package]]
|
2504 2486 | name = "hermit-abi"
|
2505 2487 | version = "0.5.1"
|
2506 2488 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2507 2489 | checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
|
2508 2490 |
|
2509 2491 | [[package]]
|
2510 2492 | name = "hex"
|
2511 2493 | version = "0.4.3"
|
2512 2494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2513 2495 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2514 2496 |
|
2515 2497 | [[package]]
|
2516 2498 | name = "hex-literal"
|
2517 2499 | version = "0.4.1"
|
2518 2500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2519 2501 | checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2520 2502 |
|
2521 2503 | [[package]]
|
2522 2504 | name = "hmac"
|
2523 2505 | version = "0.12.1"
|
2524 2506 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2525 2507 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2526 2508 | dependencies = [
|
2527 2509 | "digest",
|
2528 2510 | ]
|
2529 2511 |
|
2530 2512 | [[package]]
|
2531 2513 | name = "home"
|
2532 2514 | version = "0.5.11"
|
@@ -2600,2582 +2737,2719 @@
2600 2582 |
|
2601 2583 | [[package]]
|
2602 2584 | name = "httparse"
|
2603 2585 | version = "1.10.1"
|
2604 2586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2605 2587 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2606 2588 |
|
2607 2589 | [[package]]
|
2608 2590 | name = "httpdate"
|
2609 2591 | version = "1.0.3"
|
2610 2592 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2611 2593 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2612 2594 |
|
2613 2595 | [[package]]
|
2614 2596 | name = "hyper"
|
2615 2597 | version = "0.14.32"
|
2616 2598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2617 2599 | checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2618 2600 | dependencies = [
|
2619 2601 | "bytes",
|
2620 2602 | "futures-channel",
|
2621 2603 | "futures-core",
|
2622 2604 | "futures-util",
|
2623 2605 | "h2 0.3.26",
|
2624 2606 | "http 0.2.12",
|
2625 2607 | "http-body 0.4.6",
|
2626 2608 | "httparse",
|
2627 2609 | "httpdate",
|
2628 2610 | "itoa",
|
2629 2611 | "pin-project-lite",
|
2630 - | "socket2 0.5.9",
|
2612 + | "socket2 0.5.10",
|
2631 2613 | "tokio",
|
2632 2614 | "tower-service",
|
2633 2615 | "tracing",
|
2634 2616 | "want",
|
2635 2617 | ]
|
2636 2618 |
|
2637 2619 | [[package]]
|
2638 2620 | name = "hyper"
|
2639 2621 | version = "1.6.0"
|
2640 2622 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2641 2623 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
2642 2624 | dependencies = [
|
2643 2625 | "bytes",
|
2644 2626 | "futures-channel",
|
2645 2627 | "futures-util",
|
2646 2628 | "h2 0.4.10",
|
2647 2629 | "http 1.3.1",
|
2648 2630 | "http-body 1.0.1",
|
2649 2631 | "httparse",
|
2650 2632 | "httpdate",
|
2651 2633 | "itoa",
|
2652 2634 | "pin-project-lite",
|
2653 2635 | "smallvec",
|
2654 2636 | "tokio",
|
2655 2637 | "want",
|
2656 2638 | ]
|
2657 2639 |
|
2658 2640 | [[package]]
|
2659 2641 | name = "hyper-rustls"
|
2660 2642 | version = "0.24.2"
|
2661 2643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2662 2644 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2663 2645 | dependencies = [
|
2664 2646 | "futures-util",
|
2665 2647 | "http 0.2.12",
|
2666 2648 | "hyper 0.14.32",
|
2667 2649 | "log",
|
2668 2650 | "rustls 0.21.12",
|
2669 2651 | "rustls-native-certs 0.6.3",
|
2670 2652 | "tokio",
|
2671 2653 | "tokio-rustls 0.24.1",
|
2672 2654 | "webpki-roots",
|
2673 2655 | ]
|
2674 2656 |
|
2675 2657 | [[package]]
|
2676 2658 | name = "hyper-rustls"
|
2677 - | version = "0.27.5"
|
2659 + | version = "0.27.6"
|
2678 2660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2679 - | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
2661 + | checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
|
2680 2662 | dependencies = [
|
2681 - | "futures-util",
|
2682 2663 | "http 1.3.1",
|
2683 2664 | "hyper 1.6.0",
|
2684 2665 | "hyper-util",
|
2685 2666 | "rustls 0.23.27",
|
2686 2667 | "rustls-native-certs 0.8.1",
|
2687 2668 | "rustls-pki-types",
|
2688 2669 | "tokio",
|
2689 2670 | "tokio-rustls 0.26.2",
|
2690 2671 | "tower-service",
|
2691 2672 | ]
|
2692 2673 |
|
2693 2674 | [[package]]
|
2694 2675 | name = "hyper-util"
|
2695 - | version = "0.1.12"
|
2676 + | version = "0.1.13"
|
2696 2677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2697 - | checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
|
2678 + | checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
|
2698 2679 | dependencies = [
|
2699 2680 | "bytes",
|
2700 2681 | "futures-channel",
|
2682 + | "futures-core",
|
2701 2683 | "futures-util",
|
2702 2684 | "http 1.3.1",
|
2703 2685 | "http-body 1.0.1",
|
2704 2686 | "hyper 1.6.0",
|
2705 2687 | "libc",
|
2706 2688 | "pin-project-lite",
|
2707 - | "socket2 0.5.9",
|
2689 + | "socket2 0.5.10",
|
2708 2690 | "tokio",
|
2709 2691 | "tower-service",
|
2710 2692 | "tracing",
|
2711 2693 | ]
|
2712 2694 |
|
2713 2695 | [[package]]
|
2714 2696 | name = "icu_collections"
|
2715 2697 | version = "2.0.0"
|
2716 2698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2717 2699 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2718 2700 | dependencies = [
|
2719 2701 | "displaydoc",
|
2720 2702 | "potential_utf",
|
2721 2703 | "yoke",
|
2722 2704 | "zerofrom",
|
2723 2705 | "zerovec",
|
2724 2706 | ]
|
2725 2707 |
|
2726 2708 | [[package]]
|
2727 2709 | name = "icu_locale_core"
|
2728 2710 | version = "2.0.0"
|
2729 2711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2730 2712 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2731 2713 | dependencies = [
|
2732 2714 | "displaydoc",
|
2733 2715 | "litemap",
|
2734 2716 | "tinystr",
|
2735 2717 | "writeable",
|
2736 2718 | "zerovec",
|
2737 2719 | ]
|
@@ -2905,2887 +2967,2949 @@
2905 2887 |
|
2906 2888 | [[package]]
|
2907 2889 | name = "kv-log-macro"
|
2908 2890 | version = "1.0.7"
|
2909 2891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2910 2892 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2911 2893 | dependencies = [
|
2912 2894 | "log",
|
2913 2895 | ]
|
2914 2896 |
|
2915 2897 | [[package]]
|
2916 2898 | name = "lazy_static"
|
2917 2899 | version = "1.5.0"
|
2918 2900 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2919 2901 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2920 2902 |
|
2921 2903 | [[package]]
|
2922 2904 | name = "lazycell"
|
2923 2905 | version = "1.3.0"
|
2924 2906 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 2907 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2926 2908 |
|
2927 2909 | [[package]]
|
2928 2910 | name = "libc"
|
2929 2911 | version = "0.2.172"
|
2930 2912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2931 2913 | checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
2932 2914 |
|
2933 2915 | [[package]]
|
2934 2916 | name = "libloading"
|
2935 - | version = "0.8.7"
|
2917 + | version = "0.8.8"
|
2936 2918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2937 - | checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
2919 + | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2938 2920 | dependencies = [
|
2939 2921 | "cfg-if",
|
2940 2922 | "windows-targets 0.53.0",
|
2941 2923 | ]
|
2942 2924 |
|
2943 2925 | [[package]]
|
2944 2926 | name = "linux-raw-sys"
|
2945 2927 | version = "0.3.8"
|
2946 2928 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2947 2929 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2948 2930 |
|
2949 2931 | [[package]]
|
2950 2932 | name = "linux-raw-sys"
|
2951 2933 | version = "0.4.15"
|
2952 2934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2953 2935 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2954 2936 |
|
2955 2937 | [[package]]
|
2956 2938 | name = "linux-raw-sys"
|
2957 2939 | version = "0.9.4"
|
2958 2940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2959 2941 | checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2960 2942 |
|
2961 2943 | [[package]]
|
2962 2944 | name = "litemap"
|
2963 2945 | version = "0.8.0"
|
2964 2946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2965 2947 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2966 2948 |
|
2967 2949 | [[package]]
|
@@ -3008,2990 +3094,3076 @@
3008 2990 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
3009 2991 | dependencies = [
|
3010 2992 | "cfg-if",
|
3011 2993 | "digest",
|
3012 2994 | ]
|
3013 2995 |
|
3014 2996 | [[package]]
|
3015 2997 | name = "memchr"
|
3016 2998 | version = "2.7.4"
|
3017 2999 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3018 3000 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
3019 3001 |
|
3020 3002 | [[package]]
|
3021 3003 | name = "minicbor"
|
3022 3004 | version = "0.24.2"
|
3023 3005 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3024 3006 | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
3025 3007 | dependencies = [
|
3026 3008 | "half",
|
3027 3009 | "minicbor-derive",
|
3028 3010 | ]
|
3029 3011 |
|
3030 3012 | [[package]]
|
3031 3013 | name = "minicbor-derive"
|
3032 3014 | version = "0.15.3"
|
3033 3015 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3034 3016 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
3035 3017 | dependencies = [
|
3036 3018 | "proc-macro2",
|
3037 3019 | "quote",
|
3038 - | "syn 2.0.101",
|
3020 + | "syn",
|
3039 3021 | ]
|
3040 3022 |
|
3041 3023 | [[package]]
|
3042 3024 | name = "minimal-lexical"
|
3043 3025 | version = "0.2.1"
|
3044 3026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3045 3027 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
3046 3028 |
|
3047 3029 | [[package]]
|
3048 3030 | name = "miniz_oxide"
|
3049 3031 | version = "0.8.8"
|
3050 3032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3051 3033 | checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
3052 3034 | dependencies = [
|
3053 3035 | "adler2",
|
3054 3036 | ]
|
3055 3037 |
|
3056 3038 | [[package]]
|
3057 3039 | name = "mio"
|
3058 - | version = "1.0.3"
|
3040 + | version = "1.0.4"
|
3059 3041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3060 - | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
3042 + | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
3061 3043 | dependencies = [
|
3062 3044 | "libc",
|
3063 3045 | "wasi 0.11.0+wasi-snapshot-preview1",
|
3064 - | "windows-sys 0.52.0",
|
3046 + | "windows-sys 0.59.0",
|
3065 3047 | ]
|
3066 3048 |
|
3067 3049 | [[package]]
|
3068 3050 | name = "nom"
|
3069 3051 | version = "7.1.3"
|
3070 3052 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3071 3053 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
3072 3054 | dependencies = [
|
3073 3055 | "memchr",
|
3074 3056 | "minimal-lexical",
|
3075 3057 | ]
|
3076 3058 |
|
3077 3059 | [[package]]
|
3078 3060 | name = "nu-ansi-term"
|
3079 3061 | version = "0.46.0"
|
3080 3062 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3081 3063 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
3082 3064 | dependencies = [
|
3083 3065 | "overload",
|
3084 3066 | "winapi",
|
3085 3067 | ]
|
3086 3068 |
|
3087 3069 | [[package]]
|
3088 3070 | name = "num-bigint"
|
3089 3071 | version = "0.4.6"
|
3090 3072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3091 3073 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
3092 3074 | dependencies = [
|
3093 3075 | "num-integer",
|
3094 3076 | "num-traits",
|
@@ -3140,3122 +3220,3202 @@
3140 3122 |
|
3141 3123 | [[package]]
|
3142 3124 | name = "once_cell"
|
3143 3125 | version = "1.21.3"
|
3144 3126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3145 3127 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
3146 3128 |
|
3147 3129 | [[package]]
|
3148 3130 | name = "oorandom"
|
3149 3131 | version = "11.1.5"
|
3150 3132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3151 3133 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
3152 3134 |
|
3153 3135 | [[package]]
|
3154 3136 | name = "openssl-probe"
|
3155 3137 | version = "0.1.6"
|
3156 3138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3157 3139 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
3158 3140 |
|
3159 3141 | [[package]]
|
3160 3142 | name = "opentelemetry"
|
3161 3143 | version = "0.26.0"
|
3162 3144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3163 3145 | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
3164 3146 | dependencies = [
|
3165 3147 | "futures-core",
|
3166 3148 | "futures-sink",
|
3167 3149 | "js-sys",
|
3168 3150 | "once_cell",
|
3169 3151 | "pin-project-lite",
|
3170 - | "thiserror",
|
3152 + | "thiserror 1.0.69",
|
3171 3153 | ]
|
3172 3154 |
|
3173 3155 | [[package]]
|
3174 3156 | name = "opentelemetry_sdk"
|
3175 3157 | version = "0.26.0"
|
3176 3158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3177 3159 | checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
3178 3160 | dependencies = [
|
3179 3161 | "async-std",
|
3180 3162 | "async-trait",
|
3181 3163 | "futures-channel",
|
3182 3164 | "futures-executor",
|
3183 3165 | "futures-util",
|
3184 3166 | "glob",
|
3185 3167 | "once_cell",
|
3186 3168 | "opentelemetry",
|
3187 3169 | "percent-encoding",
|
3188 3170 | "rand 0.8.5",
|
3189 3171 | "serde_json",
|
3190 - | "thiserror",
|
3172 + | "thiserror 1.0.69",
|
3191 3173 | "tokio",
|
3192 3174 | "tokio-stream",
|
3193 3175 | ]
|
3194 3176 |
|
3195 3177 | [[package]]
|
3196 3178 | name = "outref"
|
3197 3179 | version = "0.5.2"
|
3198 3180 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3199 3181 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
3200 3182 |
|
3201 3183 | [[package]]
|
3202 3184 | name = "overload"
|
3203 3185 | version = "0.1.1"
|
3204 3186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3205 3187 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
3206 3188 |
|
3207 3189 | [[package]]
|
3208 3190 | name = "p256"
|
3209 3191 | version = "0.11.1"
|
3210 3192 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3211 3193 | checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
3212 3194 | dependencies = [
|
3213 3195 | "ecdsa",
|
3214 3196 | "elliptic-curve",
|
3215 3197 | "sha2",
|
3216 3198 | ]
|
3217 3199 |
|
3218 3200 | [[package]]
|
3219 3201 | name = "parking"
|
3220 3202 | version = "2.2.1"
|
@@ -3302,3284 +3440,3398 @@
3302 3284 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3303 3285 | checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
3304 3286 |
|
3305 3287 | [[package]]
|
3306 3288 | name = "plotters-svg"
|
3307 3289 | version = "0.3.7"
|
3308 3290 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3309 3291 | checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
3310 3292 | dependencies = [
|
3311 3293 | "plotters-backend",
|
3312 3294 | ]
|
3313 3295 |
|
3314 3296 | [[package]]
|
3315 3297 | name = "polling"
|
3316 3298 | version = "2.8.0"
|
3317 3299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3318 3300 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
3319 3301 | dependencies = [
|
3320 3302 | "autocfg",
|
3321 3303 | "bitflags 1.3.2",
|
3322 3304 | "cfg-if",
|
3323 3305 | "concurrent-queue",
|
3324 3306 | "libc",
|
3325 3307 | "log",
|
3326 3308 | "pin-project-lite",
|
3327 3309 | "windows-sys 0.48.0",
|
3328 3310 | ]
|
3329 3311 |
|
3330 3312 | [[package]]
|
3331 3313 | name = "polling"
|
3332 - | version = "3.7.4"
|
3314 + | version = "3.8.0"
|
3333 3315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334 - | checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
3316 + | checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
|
3335 3317 | dependencies = [
|
3336 3318 | "cfg-if",
|
3337 3319 | "concurrent-queue",
|
3338 - | "hermit-abi 0.4.0",
|
3320 + | "hermit-abi 0.5.1",
|
3339 3321 | "pin-project-lite",
|
3340 - | "rustix 0.38.44",
|
3322 + | "rustix 1.0.7",
|
3341 3323 | "tracing",
|
3342 3324 | "windows-sys 0.59.0",
|
3343 3325 | ]
|
3344 3326 |
|
3345 3327 | [[package]]
|
3346 3328 | name = "potential_utf"
|
3347 3329 | version = "0.1.2"
|
3348 3330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3349 3331 | checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
3350 3332 | dependencies = [
|
3351 3333 | "zerovec",
|
3352 3334 | ]
|
3353 3335 |
|
3354 3336 | [[package]]
|
3355 3337 | name = "powerfmt"
|
3356 3338 | version = "0.2.0"
|
3357 3339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3358 3340 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3359 3341 |
|
3360 3342 | [[package]]
|
3361 3343 | name = "ppv-lite86"
|
3362 3344 | version = "0.2.21"
|
3363 3345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3364 3346 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3365 3347 | dependencies = [
|
3366 3348 | "zerocopy",
|
3367 3349 | ]
|
3368 3350 |
|
3369 3351 | [[package]]
|
3370 3352 | name = "pretty_assertions"
|
3371 3353 | version = "1.4.1"
|
3372 3354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3373 3355 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3374 3356 | dependencies = [
|
3375 3357 | "diff",
|
3376 3358 | "yansi",
|
3377 3359 | ]
|
3378 3360 |
|
3379 3361 | [[package]]
|
3380 3362 | name = "prettyplease"
|
3381 3363 | version = "0.2.32"
|
3382 3364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3383 3365 | checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
3384 3366 | dependencies = [
|
3385 3367 | "proc-macro2",
|
3386 - | "syn 2.0.101",
|
3387 - | ]
|
3388 - |
|
3389 - | [[package]]
|
3390 - | name = "proc-macro-error"
|
3391 - | version = "1.0.4"
|
3392 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3393 - | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
3394 - | dependencies = [
|
3395 - | "proc-macro-error-attr",
|
3396 - | "proc-macro2",
|
3397 - | "quote",
|
3398 - | "syn 1.0.109",
|
3399 - | "version_check",
|
3400 - | ]
|
3401 - |
|
3402 - | [[package]]
|
3403 - | name = "proc-macro-error-attr"
|
3404 - | version = "1.0.4"
|
3405 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3406 - | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
3407 - | dependencies = [
|
3408 - | "proc-macro2",
|
3409 - | "quote",
|
3410 - | "version_check",
|
3368 + | "syn",
|
3411 3369 | ]
|
3412 3370 |
|
3413 3371 | [[package]]
|
3414 3372 | name = "proc-macro2"
|
3415 3373 | version = "1.0.95"
|
3416 3374 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3417 3375 | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
3418 3376 | dependencies = [
|
3419 3377 | "unicode-ident",
|
3420 3378 | ]
|
3421 3379 |
|
3422 3380 | [[package]]
|
3423 3381 | name = "proptest"
|
3424 3382 | version = "1.6.0"
|
3425 3383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3426 3384 | checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
|
3427 3385 | dependencies = [
|
3428 3386 | "bit-set",
|
3429 3387 | "bit-vec",
|
3430 3388 | "bitflags 2.9.1",
|
3431 3389 | "lazy_static",
|
3432 3390 | "num-traits",
|
3433 3391 | "rand 0.8.5",
|
3434 3392 | "rand_chacha 0.3.1",
|
3435 3393 | "rand_xorshift",
|
3436 3394 | "regex-syntax 0.8.5",
|
3437 3395 | "rusty-fork",
|
3438 3396 | "tempfile",
|
3439 3397 | "unarray",
|
3440 3398 | ]
|
@@ -3778,3736 +3840,3798 @@
3778 3736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3779 3737 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3780 3738 | dependencies = [
|
3781 3739 | "zeroize",
|
3782 3740 | ]
|
3783 3741 |
|
3784 3742 | [[package]]
|
3785 3743 | name = "rustls-webpki"
|
3786 3744 | version = "0.101.7"
|
3787 3745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3788 3746 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3789 3747 | dependencies = [
|
3790 3748 | "ring",
|
3791 3749 | "untrusted 0.9.0",
|
3792 3750 | ]
|
3793 3751 |
|
3794 3752 | [[package]]
|
3795 3753 | name = "rustls-webpki"
|
3796 3754 | version = "0.103.3"
|
3797 3755 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3798 3756 | checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
|
3799 3757 | dependencies = [
|
3800 3758 | "aws-lc-rs",
|
3801 3759 | "ring",
|
3802 3760 | "rustls-pki-types",
|
3803 3761 | "untrusted 0.9.0",
|
3804 3762 | ]
|
3805 3763 |
|
3806 3764 | [[package]]
|
3807 3765 | name = "rustversion"
|
3808 - | version = "1.0.20"
|
3766 + | version = "1.0.21"
|
3809 3767 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3810 - | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
3768 + | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3811 3769 |
|
3812 3770 | [[package]]
|
3813 3771 | name = "rusty-fork"
|
3814 3772 | version = "0.3.0"
|
3815 3773 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3774 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3817 3775 | dependencies = [
|
3818 3776 | "fnv",
|
3819 3777 | "quick-error",
|
3820 3778 | "tempfile",
|
3821 3779 | "wait-timeout",
|
3822 3780 | ]
|
3823 3781 |
|
3824 3782 | [[package]]
|
3825 3783 | name = "ryu"
|
3826 3784 | version = "1.0.20"
|
3827 3785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3828 3786 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3829 3787 |
|
3830 3788 | [[package]]
|
3831 3789 | name = "s2n-tls"
|
3832 3790 | version = "0.3.12"
|
3833 3791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3834 3792 | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3835 3793 | dependencies = [
|
3836 3794 | "errno",
|
3837 3795 | "hex",
|
3838 3796 | "libc",
|
3839 3797 | "pin-project-lite",
|
3840 3798 | "s2n-tls-sys",
|
@@ -3934,3892 +4077,4035 @@
3934 3892 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
3935 3893 | dependencies = [
|
3936 3894 | "base16ct",
|
3937 3895 | "der",
|
3938 3896 | "generic-array",
|
3939 3897 | "pkcs8",
|
3940 3898 | "subtle",
|
3941 3899 | "zeroize",
|
3942 3900 | ]
|
3943 3901 |
|
3944 3902 | [[package]]
|
3945 3903 | name = "security-framework"
|
3946 3904 | version = "2.11.1"
|
3947 3905 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3948 3906 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3949 3907 | dependencies = [
|
3950 3908 | "bitflags 2.9.1",
|
3951 3909 | "core-foundation 0.9.4",
|
3952 3910 | "core-foundation-sys",
|
3953 3911 | "libc",
|
3954 3912 | "security-framework-sys",
|
3955 3913 | ]
|
3956 3914 |
|
3957 3915 | [[package]]
|
3958 3916 | name = "security-framework"
|
3959 3917 | version = "3.2.0"
|
3960 3918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3961 3919 | checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3962 3920 | dependencies = [
|
3963 3921 | "bitflags 2.9.1",
|
3964 - | "core-foundation 0.10.0",
|
3922 + | "core-foundation 0.10.1",
|
3965 3923 | "core-foundation-sys",
|
3966 3924 | "libc",
|
3967 3925 | "security-framework-sys",
|
3968 3926 | ]
|
3969 3927 |
|
3970 3928 | [[package]]
|
3971 3929 | name = "security-framework-sys"
|
3972 3930 | version = "2.14.0"
|
3973 3931 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3974 3932 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
3975 3933 | dependencies = [
|
3976 3934 | "core-foundation-sys",
|
3977 3935 | "libc",
|
3978 3936 | ]
|
3979 3937 |
|
3980 3938 | [[package]]
|
3981 3939 | name = "semver"
|
3982 3940 | version = "1.0.26"
|
3983 3941 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3984 3942 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
3985 3943 |
|
3986 3944 | [[package]]
|
3987 3945 | name = "separator"
|
3988 3946 | version = "0.4.1"
|
3989 3947 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3990 3948 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3991 3949 |
|
3992 3950 | [[package]]
|
3993 3951 | name = "serde"
|
3994 3952 | version = "1.0.219"
|
3995 3953 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3996 3954 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
3997 3955 | dependencies = [
|
3998 3956 | "serde_derive",
|
3999 3957 | ]
|
4000 3958 |
|
4001 3959 | [[package]]
|
4002 3960 | name = "serde_derive"
|
4003 3961 | version = "1.0.219"
|
4004 3962 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4005 3963 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
4006 3964 | dependencies = [
|
4007 3965 | "proc-macro2",
|
4008 3966 | "quote",
|
4009 - | "syn 2.0.101",
|
3967 + | "syn",
|
4010 3968 | ]
|
4011 3969 |
|
4012 3970 | [[package]]
|
4013 3971 | name = "serde_json"
|
4014 3972 | version = "1.0.140"
|
4015 3973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4016 3974 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
4017 3975 | dependencies = [
|
4018 3976 | "indexmap",
|
4019 3977 | "itoa",
|
4020 3978 | "memchr",
|
4021 3979 | "ryu",
|
4022 3980 | "serde",
|
4023 3981 | ]
|
4024 3982 |
|
4025 3983 | [[package]]
|
4026 3984 | name = "serial_test"
|
4027 3985 | version = "3.2.0"
|
4028 3986 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4029 3987 | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
4030 3988 | dependencies = [
|
4031 3989 | "futures",
|
4032 3990 | "log",
|
4033 3991 | "once_cell",
|
4034 3992 | "parking_lot",
|
4035 3993 | "scc",
|
4036 3994 | "serial_test_derive",
|
4037 3995 | ]
|
4038 3996 |
|
4039 3997 | [[package]]
|
4040 3998 | name = "serial_test_derive"
|
4041 3999 | version = "3.2.0"
|
4042 4000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4043 4001 | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
4044 4002 | dependencies = [
|
4045 4003 | "proc-macro2",
|
4046 4004 | "quote",
|
4047 - | "syn 2.0.101",
|
4005 + | "syn",
|
4048 4006 | ]
|
4049 4007 |
|
4050 4008 | [[package]]
|
4051 4009 | name = "sha1"
|
4052 4010 | version = "0.10.6"
|
4053 4011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4054 4012 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
4055 4013 | dependencies = [
|
4056 4014 | "cfg-if",
|
4057 4015 | "cpufeatures",
|
4058 4016 | "digest",
|
4059 4017 | ]
|
4060 4018 |
|
4061 4019 | [[package]]
|
4062 4020 | name = "sha2"
|
4063 4021 | version = "0.10.9"
|
4064 4022 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4065 4023 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
4066 4024 | dependencies = [
|
4067 4025 | "cfg-if",
|
4068 4026 | "cpufeatures",
|
4069 4027 | "digest",
|
4070 4028 | ]
|
4071 4029 |
|
4072 4030 | [[package]]
|
4073 4031 | name = "sharded-slab"
|
4074 4032 | version = "0.1.7"
|
4075 4033 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4076 4034 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
4077 4035 | dependencies = [
|
@@ -4120,4078 +4279,4246 @@
4120 4078 |
|
4121 4079 | [[package]]
|
4122 4080 | name = "smol"
|
4123 4081 | version = "1.3.0"
|
4124 4082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125 4083 | checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
4126 4084 | dependencies = [
|
4127 4085 | "async-channel 1.9.0",
|
4128 4086 | "async-executor",
|
4129 4087 | "async-fs",
|
4130 4088 | "async-io 1.13.0",
|
4131 4089 | "async-lock 2.8.0",
|
4132 4090 | "async-net",
|
4133 4091 | "async-process 1.8.1",
|
4134 4092 | "blocking",
|
4135 4093 | "futures-lite 1.13.0",
|
4136 4094 | ]
|
4137 4095 |
|
4138 4096 | [[package]]
|
4139 4097 | name = "socket2"
|
4140 4098 | version = "0.4.10"
|
4141 4099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4142 4100 | checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
4143 4101 | dependencies = [
|
4144 4102 | "libc",
|
4145 4103 | "winapi",
|
4146 4104 | ]
|
4147 4105 |
|
4148 4106 | [[package]]
|
4149 4107 | name = "socket2"
|
4150 - | version = "0.5.9"
|
4108 + | version = "0.5.10"
|
4151 4109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4152 - | checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
4110 + | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
4153 4111 | dependencies = [
|
4154 4112 | "libc",
|
4155 4113 | "windows-sys 0.52.0",
|
4156 4114 | ]
|
4157 4115 |
|
4158 4116 | [[package]]
|
4159 4117 | name = "spki"
|
4160 4118 | version = "0.6.0"
|
4161 4119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4162 4120 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
4163 4121 | dependencies = [
|
4164 4122 | "base64ct",
|
4165 4123 | "der",
|
4166 4124 | ]
|
4167 4125 |
|
4168 4126 | [[package]]
|
4169 4127 | name = "stable_deref_trait"
|
4170 4128 | version = "1.2.0"
|
4171 4129 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4172 4130 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
4173 4131 |
|
4174 4132 | [[package]]
|
4175 4133 | name = "stats_alloc"
|
4176 4134 | version = "0.1.10"
|
4177 4135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4178 4136 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
4179 4137 |
|
4180 4138 | [[package]]
|
4181 4139 | name = "subtle"
|
4182 4140 | version = "2.6.1"
|
4183 4141 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4184 4142 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4185 4143 |
|
4186 - | [[package]]
|
4187 - | name = "syn"
|
4188 - | version = "1.0.109"
|
4189 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4190 - | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
4191 - | dependencies = [
|
4192 - | "proc-macro2",
|
4193 - | "quote",
|
4194 - | "unicode-ident",
|
4195 - | ]
|
4196 - |
|
4197 4144 | [[package]]
|
4198 4145 | name = "syn"
|
4199 4146 | version = "2.0.101"
|
4200 4147 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4201 4148 | checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
4202 4149 | dependencies = [
|
4203 4150 | "proc-macro2",
|
4204 4151 | "quote",
|
4205 4152 | "unicode-ident",
|
4206 4153 | ]
|
4207 4154 |
|
4208 4155 | [[package]]
|
4209 4156 | name = "synstructure"
|
4210 4157 | version = "0.13.2"
|
4211 4158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4212 4159 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4213 4160 | dependencies = [
|
4214 4161 | "proc-macro2",
|
4215 4162 | "quote",
|
4216 - | "syn 2.0.101",
|
4163 + | "syn",
|
4217 4164 | ]
|
4218 4165 |
|
4219 4166 | [[package]]
|
4220 4167 | name = "tempfile"
|
4221 4168 | version = "3.20.0"
|
4222 4169 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4223 4170 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
4224 4171 | dependencies = [
|
4225 4172 | "fastrand 2.3.0",
|
4226 4173 | "getrandom 0.3.3",
|
4227 4174 | "once_cell",
|
4228 4175 | "rustix 1.0.7",
|
4229 4176 | "windows-sys 0.59.0",
|
4230 4177 | ]
|
4231 4178 |
|
4232 4179 | [[package]]
|
4233 4180 | name = "thiserror"
|
4234 4181 | version = "1.0.69"
|
4235 4182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4236 4183 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4237 4184 | dependencies = [
|
4238 - | "thiserror-impl",
|
4185 + | "thiserror-impl 1.0.69",
|
4186 + | ]
|
4187 + |
|
4188 + | [[package]]
|
4189 + | name = "thiserror"
|
4190 + | version = "2.0.12"
|
4191 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4192 + | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
4193 + | dependencies = [
|
4194 + | "thiserror-impl 2.0.12",
|
4239 4195 | ]
|
4240 4196 |
|
4241 4197 | [[package]]
|
4242 4198 | name = "thiserror-impl"
|
4243 4199 | version = "1.0.69"
|
4244 4200 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4245 4201 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4246 4202 | dependencies = [
|
4247 4203 | "proc-macro2",
|
4248 4204 | "quote",
|
4249 - | "syn 2.0.101",
|
4205 + | "syn",
|
4206 + | ]
|
4207 + |
|
4208 + | [[package]]
|
4209 + | name = "thiserror-impl"
|
4210 + | version = "2.0.12"
|
4211 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4212 + | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
4213 + | dependencies = [
|
4214 + | "proc-macro2",
|
4215 + | "quote",
|
4216 + | "syn",
|
4250 4217 | ]
|
4251 4218 |
|
4252 4219 | [[package]]
|
4253 4220 | name = "thread_local"
|
4254 4221 | version = "1.1.8"
|
4255 4222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4256 4223 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
4257 4224 | dependencies = [
|
4258 4225 | "cfg-if",
|
4259 4226 | "once_cell",
|
4260 4227 | ]
|
4261 4228 |
|
4262 4229 | [[package]]
|
4263 4230 | name = "time"
|
4264 4231 | version = "0.3.41"
|
4265 4232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4266 4233 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
4267 4234 | dependencies = [
|
4268 4235 | "deranged",
|
4269 4236 | "itoa",
|
4270 4237 | "num-conv",
|
4271 4238 | "powerfmt",
|
4272 4239 | "serde",
|
4273 4240 | "time-core",
|
4274 4241 | "time-macros",
|
4275 4242 | ]
|
4276 4243 |
|
4277 4244 | [[package]]
|
4278 4245 | name = "time-core"
|
4279 4246 | version = "0.1.4"
|
@@ -4300,4267 +4384,4351 @@
4300 4267 | "zerovec",
|
4301 4268 | ]
|
4302 4269 |
|
4303 4270 | [[package]]
|
4304 4271 | name = "tinytemplate"
|
4305 4272 | version = "1.2.1"
|
4306 4273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4307 4274 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4308 4275 | dependencies = [
|
4309 4276 | "serde",
|
4310 4277 | "serde_json",
|
4311 4278 | ]
|
4312 4279 |
|
4313 4280 | [[package]]
|
4314 4281 | name = "tinyvec"
|
4315 4282 | version = "1.9.0"
|
4316 4283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4317 4284 | checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
4318 4285 | dependencies = [
|
4319 4286 | "tinyvec_macros",
|
4320 4287 | ]
|
4321 4288 |
|
4322 4289 | [[package]]
|
4323 4290 | name = "tinyvec_macros"
|
4324 4291 | version = "0.1.1"
|
4325 4292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4293 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4327 4294 |
|
4328 4295 | [[package]]
|
4329 4296 | name = "tokio"
|
4330 - | version = "1.45.0"
|
4297 + | version = "1.45.1"
|
4331 4298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4332 - | checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
4299 + | checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
4333 4300 | dependencies = [
|
4334 4301 | "backtrace",
|
4335 4302 | "bytes",
|
4336 4303 | "libc",
|
4337 4304 | "mio",
|
4338 4305 | "parking_lot",
|
4339 4306 | "pin-project-lite",
|
4340 4307 | "signal-hook-registry",
|
4341 - | "socket2 0.5.9",
|
4308 + | "socket2 0.5.10",
|
4342 4309 | "tokio-macros",
|
4343 4310 | "windows-sys 0.52.0",
|
4344 4311 | ]
|
4345 4312 |
|
4346 4313 | [[package]]
|
4347 4314 | name = "tokio-macros"
|
4348 4315 | version = "2.5.0"
|
4349 4316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4350 4317 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
4351 4318 | dependencies = [
|
4352 4319 | "proc-macro2",
|
4353 4320 | "quote",
|
4354 - | "syn 2.0.101",
|
4321 + | "syn",
|
4355 4322 | ]
|
4356 4323 |
|
4357 4324 | [[package]]
|
4358 4325 | name = "tokio-rustls"
|
4359 4326 | version = "0.24.1"
|
4360 4327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4361 4328 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4362 4329 | dependencies = [
|
4363 4330 | "rustls 0.21.12",
|
4364 4331 | "tokio",
|
4365 4332 | ]
|
4366 4333 |
|
4367 4334 | [[package]]
|
4368 4335 | name = "tokio-rustls"
|
4369 4336 | version = "0.26.2"
|
4370 4337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4371 4338 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
4372 4339 | dependencies = [
|
4373 4340 | "rustls 0.23.27",
|
4374 4341 | "tokio",
|
4375 4342 | ]
|
4376 4343 |
|
4377 4344 | [[package]]
|
4378 4345 | name = "tokio-stream"
|
4379 4346 | version = "0.1.17"
|
4380 4347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4381 4348 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
4382 4349 | dependencies = [
|
4383 4350 | "futures-core",
|
4384 4351 | "pin-project-lite",
|
@@ -4424,4391 +4497,4464 @@
4424 4391 | [[package]]
|
4425 4392 | name = "tower-layer"
|
4426 4393 | version = "0.3.3"
|
4427 4394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4428 4395 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
4429 4396 |
|
4430 4397 | [[package]]
|
4431 4398 | name = "tower-service"
|
4432 4399 | version = "0.3.3"
|
4433 4400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4434 4401 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
4435 4402 |
|
4436 4403 | [[package]]
|
4437 4404 | name = "tracing"
|
4438 4405 | version = "0.1.41"
|
4439 4406 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4440 4407 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
4441 4408 | dependencies = [
|
4442 4409 | "pin-project-lite",
|
4443 4410 | "tracing-attributes",
|
4444 4411 | "tracing-core",
|
4445 4412 | ]
|
4446 4413 |
|
4447 4414 | [[package]]
|
4448 4415 | name = "tracing-appender"
|
4449 4416 | version = "0.2.3"
|
4450 4417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4451 4418 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
4452 4419 | dependencies = [
|
4453 4420 | "crossbeam-channel",
|
4454 - | "thiserror",
|
4421 + | "thiserror 1.0.69",
|
4455 4422 | "time",
|
4456 4423 | "tracing-subscriber",
|
4457 4424 | ]
|
4458 4425 |
|
4459 4426 | [[package]]
|
4460 4427 | name = "tracing-attributes"
|
4461 4428 | version = "0.1.28"
|
4462 4429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463 4430 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
4464 4431 | dependencies = [
|
4465 4432 | "proc-macro2",
|
4466 4433 | "quote",
|
4467 - | "syn 2.0.101",
|
4434 + | "syn",
|
4468 4435 | ]
|
4469 4436 |
|
4470 4437 | [[package]]
|
4471 4438 | name = "tracing-core"
|
4472 4439 | version = "0.1.33"
|
4473 4440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474 4441 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
4475 4442 | dependencies = [
|
4476 4443 | "once_cell",
|
4477 4444 | "valuable",
|
4478 4445 | ]
|
4479 4446 |
|
4480 4447 | [[package]]
|
4481 4448 | name = "tracing-log"
|
4482 4449 | version = "0.2.0"
|
4483 4450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4484 4451 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
4485 4452 | dependencies = [
|
4486 4453 | "log",
|
4487 4454 | "once_cell",
|
4488 4455 | "tracing-core",
|
4489 4456 | ]
|
4490 4457 |
|
4491 4458 | [[package]]
|
4492 4459 | name = "tracing-serde"
|
4493 4460 | version = "0.2.0"
|
4494 4461 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4495 4462 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
4496 4463 | dependencies = [
|
4497 4464 | "serde",
|
@@ -4510,4477 +4570,4537 @@
4510 4477 | "regex",
|
4511 4478 | "serde",
|
4512 4479 | "serde_json",
|
4513 4480 | "sharded-slab",
|
4514 4481 | "smallvec",
|
4515 4482 | "thread_local",
|
4516 4483 | "tracing",
|
4517 4484 | "tracing-core",
|
4518 4485 | "tracing-log",
|
4519 4486 | "tracing-serde",
|
4520 4487 | ]
|
4521 4488 |
|
4522 4489 | [[package]]
|
4523 4490 | name = "tracing-test"
|
4524 4491 | version = "0.2.5"
|
4525 4492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4526 4493 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4527 4494 | dependencies = [
|
4528 4495 | "tracing-core",
|
4529 4496 | "tracing-subscriber",
|
4530 4497 | "tracing-test-macro",
|
4531 4498 | ]
|
4532 4499 |
|
4533 4500 | [[package]]
|
4534 4501 | name = "tracing-test-macro"
|
4535 4502 | version = "0.2.5"
|
4536 4503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4537 4504 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4538 4505 | dependencies = [
|
4539 4506 | "quote",
|
4540 - | "syn 2.0.101",
|
4507 + | "syn",
|
4541 4508 | ]
|
4542 4509 |
|
4543 4510 | [[package]]
|
4544 4511 | name = "try-lock"
|
4545 4512 | version = "0.2.5"
|
4546 4513 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4547 4514 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4548 4515 |
|
4549 4516 | [[package]]
|
4550 4517 | name = "typenum"
|
4551 4518 | version = "1.18.0"
|
4552 4519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4553 4520 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
4554 4521 |
|
4555 4522 | [[package]]
|
4556 4523 | name = "unarray"
|
4557 4524 | version = "0.1.4"
|
4558 4525 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4559 4526 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4560 4527 |
|
4561 4528 | [[package]]
|
4562 4529 | name = "unicode-ident"
|
4563 4530 | version = "1.0.18"
|
4564 4531 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4565 4532 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
4566 4533 |
|
4567 4534 | [[package]]
|
4568 4535 | name = "unicode-segmentation"
|
4569 4536 | version = "1.12.0"
|
4570 4537 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4580,4547 +4642,4613 @@
4580 4547 | name = "untrusted"
|
4581 4548 | version = "0.9.0"
|
4582 4549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4583 4550 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4584 4551 |
|
4585 4552 | [[package]]
|
4586 4553 | name = "url"
|
4587 4554 | version = "2.5.4"
|
4588 4555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4589 4556 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
4590 4557 | dependencies = [
|
4591 4558 | "form_urlencoded",
|
4592 4559 | "idna",
|
4593 4560 | "percent-encoding",
|
4594 4561 | ]
|
4595 4562 |
|
4596 4563 | [[package]]
|
4597 4564 | name = "urlencoding"
|
4598 4565 | version = "2.1.3"
|
4599 4566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4600 4567 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4601 4568 |
|
4602 4569 | [[package]]
|
4603 4570 | name = "utf8_iter"
|
4604 4571 | version = "1.0.4"
|
4605 4572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4606 4573 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4607 4574 |
|
4608 4575 | [[package]]
|
4609 4576 | name = "uuid"
|
4610 - | version = "1.16.0"
|
4577 + | version = "1.17.0"
|
4611 4578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4612 - | checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
4579 + | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4580 + | dependencies = [
|
4581 + | "js-sys",
|
4582 + | "wasm-bindgen",
|
4583 + | ]
|
4613 4584 |
|
4614 4585 | [[package]]
|
4615 4586 | name = "valuable"
|
4616 4587 | version = "0.1.1"
|
4617 4588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4618 4589 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4619 4590 |
|
4620 4591 | [[package]]
|
4621 4592 | name = "value-bag"
|
4622 4593 | version = "1.11.1"
|
4623 4594 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4624 4595 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4625 4596 |
|
4626 4597 | [[package]]
|
4627 4598 | name = "version_check"
|
4628 4599 | version = "0.9.5"
|
4629 4600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4630 4601 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4631 4602 |
|
4632 4603 | [[package]]
|
4633 4604 | name = "vsimd"
|
4634 4605 | version = "0.8.0"
|
4635 4606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4636 4607 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4637 4608 |
|
4638 4609 | [[package]]
|
4639 4610 | name = "wait-timeout"
|
4640 4611 | version = "0.2.1"
|
4641 4612 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4642 4613 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
@@ -4688,4659 +4783,4754 @@
4688 4659 | name = "wasi"
|
4689 4660 | version = "0.14.2+wasi-0.2.4"
|
4690 4661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4691 4662 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
4692 4663 | dependencies = [
|
4693 4664 | "wit-bindgen-rt",
|
4694 4665 | ]
|
4695 4666 |
|
4696 4667 | [[package]]
|
4697 4668 | name = "wasm-bindgen"
|
4698 4669 | version = "0.2.100"
|
4699 4670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4700 4671 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
4701 4672 | dependencies = [
|
4702 4673 | "cfg-if",
|
4703 4674 | "once_cell",
|
4704 4675 | "rustversion",
|
4705 4676 | "wasm-bindgen-macro",
|
4706 4677 | ]
|
4707 4678 |
|
4708 4679 | [[package]]
|
4709 4680 | name = "wasm-bindgen-backend"
|
4710 4681 | version = "0.2.100"
|
4711 4682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4712 4683 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
4713 4684 | dependencies = [
|
4714 4685 | "bumpalo",
|
4715 4686 | "log",
|
4716 4687 | "proc-macro2",
|
4717 4688 | "quote",
|
4718 - | "syn 2.0.101",
|
4689 + | "syn",
|
4719 4690 | "wasm-bindgen-shared",
|
4720 4691 | ]
|
4721 4692 |
|
4722 4693 | [[package]]
|
4723 4694 | name = "wasm-bindgen-futures"
|
4724 4695 | version = "0.4.50"
|
4725 4696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4726 4697 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
4727 4698 | dependencies = [
|
4728 4699 | "cfg-if",
|
4729 4700 | "js-sys",
|
4730 4701 | "once_cell",
|
4731 4702 | "wasm-bindgen",
|
4732 4703 | "web-sys",
|
4733 4704 | ]
|
4734 4705 |
|
4735 4706 | [[package]]
|
4736 4707 | name = "wasm-bindgen-macro"
|
4737 4708 | version = "0.2.100"
|
4738 4709 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4739 4710 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
4740 4711 | dependencies = [
|
4741 4712 | "quote",
|
4742 4713 | "wasm-bindgen-macro-support",
|
4743 4714 | ]
|
4744 4715 |
|
4745 4716 | [[package]]
|
4746 4717 | name = "wasm-bindgen-macro-support"
|
4747 4718 | version = "0.2.100"
|
4748 4719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4749 4720 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
4750 4721 | dependencies = [
|
4751 4722 | "proc-macro2",
|
4752 4723 | "quote",
|
4753 - | "syn 2.0.101",
|
4724 + | "syn",
|
4754 4725 | "wasm-bindgen-backend",
|
4755 4726 | "wasm-bindgen-shared",
|
4756 4727 | ]
|
4757 4728 |
|
4758 4729 | [[package]]
|
4759 4730 | name = "wasm-bindgen-shared"
|
4760 4731 | version = "0.2.100"
|
4761 4732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4762 4733 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
4763 4734 | dependencies = [
|
4764 4735 | "unicode-ident",
|
4765 4736 | ]
|
4766 4737 |
|
4767 4738 | [[package]]
|
4768 4739 | name = "web-sys"
|
4769 4740 | version = "0.3.77"
|
4770 4741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4771 4742 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
4772 4743 | dependencies = [
|
4773 4744 | "js-sys",
|
4774 4745 | "wasm-bindgen",
|
4775 4746 | ]
|
4776 4747 |
|
4777 4748 | [[package]]
|
4778 4749 | name = "webpki-roots"
|
4779 4750 | version = "0.25.4"
|
4780 4751 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4781 4752 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4782 4753 |
|
4783 4754 | [[package]]
|
@@ -5064,5035 +5176,5147 @@
5064 5035 | version = "0.13.6"
|
5065 5036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5066 5037 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
5067 5038 |
|
5068 5039 | [[package]]
|
5069 5040 | name = "yansi"
|
5070 5041 | version = "1.0.1"
|
5071 5042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5072 5043 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
5073 5044 |
|
5074 5045 | [[package]]
|
5075 5046 | name = "yoke"
|
5076 5047 | version = "0.8.0"
|
5077 5048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5078 5049 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
5079 5050 | dependencies = [
|
5080 5051 | "serde",
|
5081 5052 | "stable_deref_trait",
|
5082 5053 | "yoke-derive",
|
5083 5054 | "zerofrom",
|
5084 5055 | ]
|
5085 5056 |
|
5086 5057 | [[package]]
|
5087 5058 | name = "yoke-derive"
|
5088 5059 | version = "0.8.0"
|
5089 5060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5090 5061 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
5091 5062 | dependencies = [
|
5092 5063 | "proc-macro2",
|
5093 5064 | "quote",
|
5094 - | "syn 2.0.101",
|
5065 + | "syn",
|
5095 5066 | "synstructure",
|
5096 5067 | ]
|
5097 5068 |
|
5098 5069 | [[package]]
|
5099 5070 | name = "zerocopy"
|
5100 5071 | version = "0.8.25"
|
5101 5072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5102 5073 | checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
5103 5074 | dependencies = [
|
5104 5075 | "zerocopy-derive",
|
5105 5076 | ]
|
5106 5077 |
|
5107 5078 | [[package]]
|
5108 5079 | name = "zerocopy-derive"
|
5109 5080 | version = "0.8.25"
|
5110 5081 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5111 5082 | checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
5112 5083 | dependencies = [
|
5113 5084 | "proc-macro2",
|
5114 5085 | "quote",
|
5115 - | "syn 2.0.101",
|
5086 + | "syn",
|
5116 5087 | ]
|
5117 5088 |
|
5118 5089 | [[package]]
|
5119 5090 | name = "zerofrom"
|
5120 5091 | version = "0.1.6"
|
5121 5092 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5122 5093 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
5123 5094 | dependencies = [
|
5124 5095 | "zerofrom-derive",
|
5125 5096 | ]
|
5126 5097 |
|
5127 5098 | [[package]]
|
5128 5099 | name = "zerofrom-derive"
|
5129 5100 | version = "0.1.6"
|
5130 5101 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5131 5102 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
5132 5103 | dependencies = [
|
5133 5104 | "proc-macro2",
|
5134 5105 | "quote",
|
5135 - | "syn 2.0.101",
|
5106 + | "syn",
|
5136 5107 | "synstructure",
|
5137 5108 | ]
|
5138 5109 |
|
5139 5110 | [[package]]
|
5140 5111 | name = "zeroize"
|
5141 5112 | version = "1.8.1"
|
5142 5113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5143 5114 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
5144 5115 |
|
5145 5116 | [[package]]
|
5146 5117 | name = "zerotrie"
|
5147 5118 | version = "0.2.2"
|
5148 5119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5149 5120 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
5150 5121 | dependencies = [
|
5151 5122 | "displaydoc",
|
5152 5123 | "yoke",
|
5153 5124 | "zerofrom",
|
5154 5125 | ]
|
5155 5126 |
|
5156 5127 | [[package]]
|
5157 5128 | name = "zerovec"
|
5158 5129 | version = "0.11.2"
|
5159 5130 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5160 5131 | checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
5161 5132 | dependencies = [
|
5162 5133 | "yoke",
|
5163 5134 | "zerofrom",
|
5164 5135 | "zerovec-derive",
|
5165 5136 | ]
|
5166 5137 |
|
5167 5138 | [[package]]
|
5168 5139 | name = "zerovec-derive"
|
5169 5140 | version = "0.11.1"
|
5170 5141 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5171 5142 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
5172 5143 | dependencies = [
|
5173 5144 | "proc-macro2",
|
5174 5145 | "quote",
|
5175 - | "syn 2.0.101",
|
5146 + | "syn",
|
5176 5147 | ]
|