rev. 3de24f28d7a4f931225502ac1ebd450376fbb315 (ignoring whitespace)
@@ -33,33 +152,152 @@
33 33 |
|
34 34 | [[package]]
|
35 35 | name = "aho-corasick"
|
36 36 | version = "1.1.4"
|
37 37 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
38 38 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
39 39 | dependencies = [
|
40 40 | "memchr",
|
41 41 | ]
|
42 42 |
|
43 43 | [[package]]
|
44 44 | name = "allocator-api2"
|
45 45 | version = "0.2.21"
|
46 46 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
47 47 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
48 48 |
|
49 49 | [[package]]
|
50 50 | name = "anes"
|
51 51 | version = "0.1.6"
|
52 52 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
53 53 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
54 54 |
|
55 55 | [[package]]
|
56 56 | name = "anstyle"
|
57 57 | version = "1.0.13"
|
58 58 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
59 59 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
60 60 |
|
61 61 | [[package]]
|
62 62 | name = "anyhow"
|
63 - | version = "1.0.101"
|
63 + | version = "1.0.102"
|
64 64 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
65 - | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
65 + | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
66 66 |
|
67 67 | [[package]]
|
68 68 | name = "approx"
|
69 69 | version = "0.5.1"
|
70 70 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
71 71 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
72 72 | dependencies = [
|
73 73 | "num-traits",
|
74 74 | ]
|
75 75 |
|
76 76 | [[package]]
|
77 77 | name = "arbitrary"
|
78 78 | version = "1.4.2"
|
79 79 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
80 80 | checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
81 81 | dependencies = [
|
82 82 | "derive_arbitrary",
|
83 83 | ]
|
84 84 |
|
85 85 | [[package]]
|
86 86 | name = "assert-json-diff"
|
87 87 | version = "2.0.2"
|
88 88 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
89 89 | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
90 90 | dependencies = [
|
91 91 | "serde",
|
92 92 | "serde_json",
|
93 93 | ]
|
94 94 |
|
95 95 | [[package]]
|
96 96 | name = "async-channel"
|
97 97 | version = "1.9.0"
|
98 98 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
99 99 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
100 100 | dependencies = [
|
101 101 | "concurrent-queue",
|
102 102 | "event-listener 2.5.3",
|
103 103 | "futures-core",
|
104 104 | ]
|
105 105 |
|
106 106 | [[package]]
|
107 107 | name = "async-channel"
|
108 108 | version = "2.5.0"
|
109 109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
110 110 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
111 111 | dependencies = [
|
112 112 | "concurrent-queue",
|
113 113 | "event-listener-strategy",
|
114 114 | "futures-core",
|
115 115 | "pin-project-lite",
|
116 116 | ]
|
117 117 |
|
118 118 | [[package]]
|
119 119 | name = "async-executor"
|
120 - | version = "1.13.3"
|
120 + | version = "1.14.0"
|
121 121 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
122 - | checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
122 + | checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
|
123 123 | dependencies = [
|
124 124 | "async-task",
|
125 125 | "concurrent-queue",
|
126 126 | "fastrand",
|
127 127 | "futures-lite",
|
128 128 | "pin-project-lite",
|
129 129 | "slab",
|
130 130 | ]
|
131 131 |
|
132 132 | [[package]]
|
133 133 | name = "async-global-executor"
|
134 134 | version = "2.4.1"
|
135 135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
136 136 | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
137 137 | dependencies = [
|
138 138 | "async-channel 2.5.0",
|
139 139 | "async-executor",
|
140 140 | "async-io",
|
141 141 | "async-lock",
|
142 142 | "blocking",
|
143 143 | "futures-lite",
|
144 144 | "once_cell",
|
145 145 | ]
|
146 146 |
|
147 147 | [[package]]
|
148 148 | name = "async-io"
|
149 149 | version = "2.6.0"
|
150 150 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
151 151 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
152 152 | dependencies = [
|
@@ -228,228 +349,349 @@
228 228 | "gloo-timers",
|
229 229 | "kv-log-macro",
|
230 230 | "log",
|
231 231 | "memchr",
|
232 232 | "once_cell",
|
233 233 | "pin-project-lite",
|
234 234 | "pin-utils",
|
235 235 | "slab",
|
236 236 | "wasm-bindgen-futures",
|
237 237 | ]
|
238 238 |
|
239 239 | [[package]]
|
240 240 | name = "async-stream"
|
241 241 | version = "0.3.6"
|
242 242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
243 243 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
244 244 | dependencies = [
|
245 245 | "async-stream-impl",
|
246 246 | "futures-core",
|
247 247 | "pin-project-lite",
|
248 248 | ]
|
249 249 |
|
250 250 | [[package]]
|
251 251 | name = "async-stream-impl"
|
252 252 | version = "0.3.6"
|
253 253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
254 254 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
255 255 | dependencies = [
|
256 256 | "proc-macro2",
|
257 257 | "quote",
|
258 - | "syn 2.0.115",
|
258 + | "syn 2.0.117",
|
259 259 | ]
|
260 260 |
|
261 261 | [[package]]
|
262 262 | name = "async-task"
|
263 263 | version = "4.7.1"
|
264 264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
265 265 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
266 266 |
|
267 267 | [[package]]
|
268 268 | name = "async-trait"
|
269 269 | version = "0.1.89"
|
270 270 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
271 271 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
272 272 | dependencies = [
|
273 273 | "proc-macro2",
|
274 274 | "quote",
|
275 - | "syn 2.0.115",
|
275 + | "syn 2.0.117",
|
276 276 | ]
|
277 277 |
|
278 278 | [[package]]
|
279 279 | name = "atomic-waker"
|
280 280 | version = "1.1.2"
|
281 281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
282 282 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
283 283 |
|
284 284 | [[package]]
|
285 285 | name = "atty"
|
286 286 | version = "0.2.14"
|
287 287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
288 288 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
289 289 | dependencies = [
|
290 290 | "hermit-abi 0.1.19",
|
291 291 | "libc",
|
292 292 | "winapi",
|
293 293 | ]
|
294 294 |
|
295 295 | [[package]]
|
296 296 | name = "autocfg"
|
297 297 | version = "1.5.0"
|
298 298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
299 299 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
300 300 |
|
301 301 | [[package]]
|
302 302 | name = "aws-lc-fips-sys"
|
303 303 | version = "0.13.11"
|
304 304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
305 305 | checksum = "df6ea8e07e2df15b9f09f2ac5ee2977369b06d116f0c4eb5fa4ad443b73c7f53"
|
306 306 | dependencies = [
|
307 307 | "bindgen",
|
308 308 | "cc",
|
309 309 | "cmake",
|
310 310 | "dunce",
|
311 311 | "fs_extra",
|
312 312 | "regex",
|
313 313 | ]
|
314 314 |
|
315 315 | [[package]]
|
316 316 | name = "aws-lc-rs"
|
317 - | version = "1.15.4"
|
317 + | version = "1.16.0"
|
318 318 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
319 - | checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
|
319 + | checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9"
|
320 320 | dependencies = [
|
321 321 | "aws-lc-fips-sys",
|
322 322 | "aws-lc-sys",
|
323 323 | "untrusted 0.7.1",
|
324 324 | "zeroize",
|
325 325 | ]
|
326 326 |
|
327 327 | [[package]]
|
328 328 | name = "aws-lc-sys"
|
329 329 | version = "0.37.1"
|
330 330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
331 331 | checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549"
|
332 332 | dependencies = [
|
333 333 | "cc",
|
334 334 | "cmake",
|
335 335 | "dunce",
|
336 336 | "fs_extra",
|
337 337 | ]
|
338 338 |
|
339 339 | [[package]]
|
340 340 | name = "aws-smithy-async"
|
341 341 | version = "1.2.13"
|
342 342 | dependencies = [
|
343 343 | "futures-util",
|
344 344 | "pin-project-lite",
|
345 345 | "pin-utils",
|
346 346 | "tokio",
|
347 347 | "tokio-test",
|
348 348 | ]
|
349 349 |
|
@@ -491,491 +551,551 @@
491 491 | "proptest",
|
492 492 | "tokio",
|
493 493 | "tracing",
|
494 494 | ]
|
495 495 |
|
496 496 | [[package]]
|
497 497 | name = "aws-smithy-http-client"
|
498 498 | version = "1.1.11"
|
499 499 | dependencies = [
|
500 500 | "aws-smithy-async 1.2.13",
|
501 501 | "aws-smithy-protocol-test",
|
502 502 | "aws-smithy-runtime-api 1.11.5",
|
503 503 | "aws-smithy-types 1.4.5",
|
504 504 | "base64 0.22.1",
|
505 505 | "bytes",
|
506 506 | "h2 0.3.27",
|
507 507 | "h2 0.4.13",
|
508 508 | "http 0.2.12",
|
509 509 | "http 1.4.0",
|
510 510 | "http-body 0.4.6",
|
511 511 | "http-body 1.0.1",
|
512 512 | "http-body-util",
|
513 513 | "hyper 0.14.32",
|
514 514 | "hyper 1.8.1",
|
515 515 | "hyper-rustls 0.24.2",
|
516 516 | "hyper-rustls 0.27.7",
|
517 517 | "hyper-util",
|
518 518 | "indexmap 2.13.0",
|
519 519 | "pin-project-lite",
|
520 520 | "rustls 0.21.12",
|
521 - | "rustls 0.23.36",
|
521 + | "rustls 0.23.37",
|
522 522 | "rustls-native-certs 0.8.3",
|
523 523 | "rustls-pemfile 2.2.0",
|
524 524 | "rustls-pki-types",
|
525 525 | "s2n-tls",
|
526 526 | "s2n-tls-hyper",
|
527 527 | "s2n-tls-tokio",
|
528 528 | "serde",
|
529 529 | "serde_json",
|
530 530 | "serial_test",
|
531 531 | "tokio",
|
532 532 | "tokio-rustls 0.26.4",
|
533 533 | "tower 0.5.3",
|
534 534 | "tracing",
|
535 535 | ]
|
536 536 |
|
537 537 | [[package]]
|
538 538 | name = "aws-smithy-http-server"
|
539 539 | version = "0.65.10"
|
540 540 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
541 541 | checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
|
542 542 | dependencies = [
|
543 543 | "aws-smithy-cbor 0.61.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
544 544 | "aws-smithy-http 0.62.6",
|
545 545 | "aws-smithy-json 0.61.9",
|
546 546 | "aws-smithy-runtime-api 1.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
547 547 | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
548 548 | "aws-smithy-xml 0.60.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
549 549 | "bytes",
|
550 550 | "futures-util",
|
551 551 | "http 0.2.12",
|
@@ -601,601 +661,661 @@
601 601 | name = "aws-smithy-http-server-metrics"
|
602 602 | version = "0.1.1"
|
603 603 | dependencies = [
|
604 604 | "aws-smithy-http-server 0.65.10",
|
605 605 | "aws-smithy-http-server 0.66.2",
|
606 606 | "aws-smithy-http-server-metrics-macro",
|
607 607 | "futures",
|
608 608 | "http 0.2.12",
|
609 609 | "http 1.4.0",
|
610 610 | "http-body 0.4.6",
|
611 611 | "http-body 1.0.1",
|
612 612 | "hyper 0.14.32",
|
613 613 | "hyper 1.8.1",
|
614 614 | "metrique",
|
615 615 | "metrique-core",
|
616 616 | "metrique-writer",
|
617 617 | "metrique-writer-format-emf",
|
618 618 | "pin-project-lite",
|
619 619 | "thiserror 2.0.18",
|
620 620 | "tower 0.4.13",
|
621 621 | "tracing",
|
622 622 | "tracing-appender",
|
623 623 | ]
|
624 624 |
|
625 625 | [[package]]
|
626 626 | name = "aws-smithy-http-server-metrics-macro"
|
627 627 | version = "0.1.1"
|
628 628 | dependencies = [
|
629 629 | "proc-macro2",
|
630 630 | "quote",
|
631 - | "syn 2.0.115",
|
631 + | "syn 2.0.117",
|
632 632 | ]
|
633 633 |
|
634 634 | [[package]]
|
635 635 | name = "aws-smithy-http-server-python"
|
636 636 | version = "0.67.0"
|
637 637 | dependencies = [
|
638 638 | "aws-smithy-http 0.63.5",
|
639 639 | "aws-smithy-json 0.62.4",
|
640 640 | "aws-smithy-legacy-http-server",
|
641 641 | "aws-smithy-types 1.4.5",
|
642 642 | "aws-smithy-xml 0.60.14",
|
643 643 | "bytes",
|
644 644 | "futures",
|
645 645 | "futures-util",
|
646 646 | "http 0.2.12",
|
647 647 | "hyper 0.14.32",
|
648 648 | "hyper-rustls 0.24.2",
|
649 649 | "lambda_http 0.8.4",
|
650 650 | "num_cpus",
|
651 651 | "parking_lot",
|
652 652 | "pin-project-lite",
|
653 653 | "pretty_assertions",
|
654 654 | "pyo3",
|
655 655 | "pyo3-asyncio",
|
656 656 | "rcgen",
|
657 657 | "rustls-pemfile 1.0.4",
|
658 658 | "signal-hook",
|
659 659 | "socket2 0.5.10",
|
660 660 | "thiserror 2.0.18",
|
661 661 | "tls-listener",
|
@@ -1014,1014 +1298,1298 @@
1014 1014 | checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
1015 1015 |
|
1016 1016 | [[package]]
|
1017 1017 | name = "base64"
|
1018 1018 | version = "0.21.7"
|
1019 1019 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1020 1020 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
1021 1021 |
|
1022 1022 | [[package]]
|
1023 1023 | name = "base64"
|
1024 1024 | version = "0.22.1"
|
1025 1025 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1026 1026 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
1027 1027 |
|
1028 1028 | [[package]]
|
1029 1029 | name = "base64-simd"
|
1030 1030 | version = "0.8.0"
|
1031 1031 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032 1032 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
1033 1033 | dependencies = [
|
1034 1034 | "outref",
|
1035 1035 | "vsimd",
|
1036 1036 | ]
|
1037 1037 |
|
1038 1038 | [[package]]
|
1039 1039 | name = "bindgen"
|
1040 1040 | version = "0.72.1"
|
1041 1041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042 1042 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
1043 1043 | dependencies = [
|
1044 - | "bitflags 2.10.0",
|
1044 + | "bitflags 2.11.0",
|
1045 1045 | "cexpr",
|
1046 1046 | "clang-sys",
|
1047 1047 | "itertools 0.13.0",
|
1048 1048 | "log",
|
1049 1049 | "prettyplease",
|
1050 1050 | "proc-macro2",
|
1051 1051 | "quote",
|
1052 1052 | "regex",
|
1053 1053 | "rustc-hash",
|
1054 1054 | "shlex",
|
1055 - | "syn 2.0.115",
|
1055 + | "syn 2.0.117",
|
1056 1056 | ]
|
1057 1057 |
|
1058 1058 | [[package]]
|
1059 1059 | name = "bit-set"
|
1060 1060 | version = "0.8.0"
|
1061 1061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1062 1062 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
1063 1063 | dependencies = [
|
1064 1064 | "bit-vec",
|
1065 1065 | ]
|
1066 1066 |
|
1067 1067 | [[package]]
|
1068 1068 | name = "bit-vec"
|
1069 1069 | version = "0.8.0"
|
1070 1070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071 1071 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
1072 1072 |
|
1073 1073 | [[package]]
|
1074 1074 | name = "bitflags"
|
1075 1075 | version = "1.3.2"
|
1076 1076 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1077 1077 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1078 1078 |
|
1079 1079 | [[package]]
|
1080 1080 | name = "bitflags"
|
1081 - | version = "2.10.0"
|
1081 + | version = "2.11.0"
|
1082 1082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083 - | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
1083 + | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
1084 1084 |
|
1085 1085 | [[package]]
|
1086 1086 | name = "block-buffer"
|
1087 1087 | version = "0.10.4"
|
1088 1088 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089 1089 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
1090 1090 | dependencies = [
|
1091 1091 | "generic-array",
|
1092 1092 | ]
|
1093 1093 |
|
1094 1094 | [[package]]
|
1095 1095 | name = "blocking"
|
1096 1096 | version = "1.6.2"
|
1097 1097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1098 1098 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
1099 1099 | dependencies = [
|
1100 1100 | "async-channel 2.5.0",
|
1101 1101 | "async-task",
|
1102 1102 | "futures-io",
|
1103 1103 | "futures-lite",
|
1104 1104 | "piper",
|
1105 1105 | ]
|
1106 1106 |
|
1107 1107 | [[package]]
|
1108 1108 | name = "bs58"
|
1109 1109 | version = "0.5.1"
|
1110 1110 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1111 1111 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
1112 1112 | dependencies = [
|
1113 1113 | "tinyvec",
|
1114 1114 | ]
|
1115 1115 |
|
1116 1116 | [[package]]
|
1117 1117 | name = "bumpalo"
|
1118 - | version = "3.19.1"
|
1118 + | version = "3.20.2"
|
1119 1119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1120 - | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
1120 + | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
1121 1121 |
|
1122 1122 | [[package]]
|
1123 1123 | name = "bytes"
|
1124 1124 | version = "1.11.1"
|
1125 1125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1126 1126 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
1127 1127 | dependencies = [
|
1128 1128 | "serde",
|
1129 1129 | ]
|
1130 1130 |
|
1131 1131 | [[package]]
|
1132 1132 | name = "bytes-utils"
|
1133 1133 | version = "0.1.4"
|
1134 1134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1135 1135 | checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
1136 1136 | dependencies = [
|
1137 1137 | "bytes",
|
1138 1138 | "either",
|
1139 1139 | ]
|
1140 1140 |
|
1141 1141 | [[package]]
|
1142 1142 | name = "cast"
|
1143 1143 | version = "0.3.0"
|
1144 1144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1145 1145 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1146 1146 |
|
1147 1147 | [[package]]
|
1148 1148 | name = "cbor-diag"
|
1149 1149 | version = "0.1.12"
|
1150 1150 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1151 1151 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1152 1152 | dependencies = [
|
1153 1153 | "bs58",
|
1154 1154 | "chrono",
|
1155 1155 | "data-encoding",
|
1156 1156 | "half",
|
1157 1157 | "nom",
|
1158 1158 | "num-bigint",
|
1159 1159 | "num-rational",
|
1160 1160 | "num-traits",
|
1161 1161 | "separator",
|
1162 1162 | "url",
|
1163 1163 | "uuid",
|
1164 1164 | ]
|
1165 1165 |
|
1166 1166 | [[package]]
|
1167 1167 | name = "cc"
|
1168 - | version = "1.2.55"
|
1168 + | version = "1.2.56"
|
1169 1169 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170 - | checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
1170 + | checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
1171 1171 | dependencies = [
|
1172 1172 | "find-msvc-tools",
|
1173 1173 | "jobserver",
|
1174 1174 | "libc",
|
1175 1175 | "shlex",
|
1176 1176 | ]
|
1177 1177 |
|
1178 1178 | [[package]]
|
1179 1179 | name = "cexpr"
|
1180 1180 | version = "0.6.0"
|
1181 1181 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1182 1182 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1183 1183 | dependencies = [
|
1184 1184 | "nom",
|
1185 1185 | ]
|
1186 1186 |
|
1187 1187 | [[package]]
|
1188 1188 | name = "cfg-if"
|
1189 1189 | version = "1.0.4"
|
1190 1190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191 1191 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1192 1192 |
|
1193 1193 | [[package]]
|
1194 1194 | name = "chrono"
|
1195 - | version = "0.4.43"
|
1195 + | version = "0.4.44"
|
1196 1196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197 - | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
1197 + | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
1198 1198 | dependencies = [
|
1199 1199 | "num-traits",
|
1200 1200 | ]
|
1201 1201 |
|
1202 1202 | [[package]]
|
1203 1203 | name = "ciborium"
|
1204 1204 | version = "0.2.2"
|
1205 1205 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1206 1206 | checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
1207 1207 | dependencies = [
|
1208 1208 | "ciborium-io",
|
1209 1209 | "ciborium-ll",
|
1210 1210 | "serde",
|
1211 1211 | ]
|
1212 1212 |
|
1213 1213 | [[package]]
|
1214 1214 | name = "ciborium-io"
|
1215 1215 | version = "0.2.2"
|
1216 1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1217 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1218 1218 |
|
1219 1219 | [[package]]
|
1220 1220 | name = "ciborium-ll"
|
1221 1221 | version = "0.2.2"
|
1222 1222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1223 1223 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1224 1224 | dependencies = [
|
1225 1225 | "ciborium-io",
|
1226 1226 | "half",
|
1227 1227 | ]
|
1228 1228 |
|
1229 1229 | [[package]]
|
1230 1230 | name = "clang-sys"
|
1231 1231 | version = "1.8.1"
|
1232 1232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1233 1233 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1234 1234 | dependencies = [
|
1235 1235 | "glob",
|
1236 1236 | "libc",
|
1237 1237 | "libloading",
|
1238 1238 | ]
|
1239 1239 |
|
1240 1240 | [[package]]
|
1241 1241 | name = "clap"
|
1242 1242 | version = "3.2.25"
|
1243 1243 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1244 1244 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
1245 1245 | dependencies = [
|
1246 1246 | "atty",
|
1247 1247 | "bitflags 1.3.2",
|
1248 1248 | "clap_lex 0.2.4",
|
1249 1249 | "indexmap 1.9.3",
|
1250 1250 | "strsim 0.10.0",
|
1251 1251 | "termcolor",
|
1252 1252 | "textwrap",
|
1253 1253 | ]
|
1254 1254 |
|
1255 1255 | [[package]]
|
1256 1256 | name = "clap"
|
1257 - | version = "4.5.58"
|
1257 + | version = "4.5.60"
|
1258 1258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259 - | checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806"
|
1259 + | checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
|
1260 1260 | dependencies = [
|
1261 1261 | "clap_builder",
|
1262 1262 | ]
|
1263 1263 |
|
1264 1264 | [[package]]
|
1265 1265 | name = "clap_builder"
|
1266 - | version = "4.5.58"
|
1266 + | version = "4.5.60"
|
1267 1267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1268 - | checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2"
|
1268 + | checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
|
1269 1269 | dependencies = [
|
1270 1270 | "anstyle",
|
1271 1271 | "clap_lex 1.0.0",
|
1272 1272 | ]
|
1273 1273 |
|
1274 1274 | [[package]]
|
1275 1275 | name = "clap_lex"
|
1276 1276 | version = "0.2.4"
|
1277 1277 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278 1278 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1279 1279 | dependencies = [
|
1280 1280 | "os_str_bytes",
|
1281 1281 | ]
|
1282 1282 |
|
1283 1283 | [[package]]
|
1284 1284 | name = "clap_lex"
|
1285 1285 | version = "1.0.0"
|
1286 1286 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1287 1287 | checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
1288 1288 |
|
1289 1289 | [[package]]
|
1290 1290 | name = "cmake"
|
1291 1291 | version = "0.1.57"
|
1292 1292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293 1293 | checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
1294 1294 | dependencies = [
|
1295 1295 | "cc",
|
1296 1296 | ]
|
1297 1297 |
|
1298 1298 | [[package]]
|
@@ -1357,1357 +1417,1417 @@
1357 1357 | [[package]]
|
1358 1358 | name = "crc-fast"
|
1359 1359 | version = "1.9.0"
|
1360 1360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1361 1361 | checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d"
|
1362 1362 | dependencies = [
|
1363 1363 | "crc",
|
1364 1364 | "digest",
|
1365 1365 | "rustversion",
|
1366 1366 | "spin 0.10.0",
|
1367 1367 | ]
|
1368 1368 |
|
1369 1369 | [[package]]
|
1370 1370 | name = "crc32fast"
|
1371 1371 | version = "1.5.0"
|
1372 1372 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1373 1373 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
1374 1374 | dependencies = [
|
1375 1375 | "cfg-if",
|
1376 1376 | ]
|
1377 1377 |
|
1378 1378 | [[package]]
|
1379 1379 | name = "criterion"
|
1380 1380 | version = "0.5.1"
|
1381 1381 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382 1382 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1383 1383 | dependencies = [
|
1384 1384 | "anes",
|
1385 1385 | "cast",
|
1386 1386 | "ciborium",
|
1387 - | "clap 4.5.58",
|
1387 + | "clap 4.5.60",
|
1388 1388 | "criterion-plot",
|
1389 1389 | "futures",
|
1390 1390 | "is-terminal",
|
1391 1391 | "itertools 0.10.5",
|
1392 1392 | "num-traits",
|
1393 1393 | "once_cell",
|
1394 1394 | "oorandom",
|
1395 1395 | "plotters",
|
1396 1396 | "rayon",
|
1397 1397 | "regex",
|
1398 1398 | "serde",
|
1399 1399 | "serde_derive",
|
1400 1400 | "serde_json",
|
1401 1401 | "tinytemplate",
|
1402 1402 | "tokio",
|
1403 1403 | "walkdir",
|
1404 1404 | ]
|
1405 1405 |
|
1406 1406 | [[package]]
|
1407 1407 | name = "criterion-plot"
|
1408 1408 | version = "0.5.0"
|
1409 1409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1410 1410 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1411 1411 | dependencies = [
|
1412 1412 | "cast",
|
1413 1413 | "itertools 0.10.5",
|
1414 1414 | ]
|
1415 1415 |
|
1416 1416 | [[package]]
|
1417 1417 | name = "critical-section"
|
@@ -1471,1471 +1651,1651 @@
1471 1471 | [[package]]
|
1472 1472 | name = "crypto-common"
|
1473 1473 | version = "0.1.7"
|
1474 1474 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1475 1475 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
1476 1476 | dependencies = [
|
1477 1477 | "generic-array",
|
1478 1478 | "typenum",
|
1479 1479 | ]
|
1480 1480 |
|
1481 1481 | [[package]]
|
1482 1482 | name = "darling"
|
1483 1483 | version = "0.23.0"
|
1484 1484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485 1485 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
|
1486 1486 | dependencies = [
|
1487 1487 | "darling_core",
|
1488 1488 | "darling_macro",
|
1489 1489 | ]
|
1490 1490 |
|
1491 1491 | [[package]]
|
1492 1492 | name = "darling_core"
|
1493 1493 | version = "0.23.0"
|
1494 1494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1495 1495 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
|
1496 1496 | dependencies = [
|
1497 1497 | "ident_case",
|
1498 1498 | "proc-macro2",
|
1499 1499 | "quote",
|
1500 1500 | "strsim 0.11.1",
|
1501 - | "syn 2.0.115",
|
1501 + | "syn 2.0.117",
|
1502 1502 | ]
|
1503 1503 |
|
1504 1504 | [[package]]
|
1505 1505 | name = "darling_macro"
|
1506 1506 | version = "0.23.0"
|
1507 1507 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1508 1508 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
1509 1509 | dependencies = [
|
1510 1510 | "darling_core",
|
1511 1511 | "quote",
|
1512 - | "syn 2.0.115",
|
1512 + | "syn 2.0.117",
|
1513 1513 | ]
|
1514 1514 |
|
1515 1515 | [[package]]
|
1516 1516 | name = "data-encoding"
|
1517 1517 | version = "2.10.0"
|
1518 1518 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1519 1519 | checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
|
1520 1520 |
|
1521 1521 | [[package]]
|
1522 1522 | name = "deranged"
|
1523 - | version = "0.5.6"
|
1523 + | version = "0.5.8"
|
1524 1524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1525 - | checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4"
|
1525 + | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
1526 1526 | dependencies = [
|
1527 1527 | "powerfmt",
|
1528 1528 | ]
|
1529 1529 |
|
1530 1530 | [[package]]
|
1531 1531 | name = "derive-where"
|
1532 1532 | version = "1.6.0"
|
1533 1533 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1534 1534 | checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
|
1535 1535 | dependencies = [
|
1536 1536 | "proc-macro2",
|
1537 1537 | "quote",
|
1538 - | "syn 2.0.115",
|
1538 + | "syn 2.0.117",
|
1539 1539 | ]
|
1540 1540 |
|
1541 1541 | [[package]]
|
1542 1542 | name = "derive_arbitrary"
|
1543 1543 | version = "1.4.2"
|
1544 1544 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1545 1545 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
1546 1546 | dependencies = [
|
1547 1547 | "proc-macro2",
|
1548 1548 | "quote",
|
1549 - | "syn 2.0.115",
|
1549 + | "syn 2.0.117",
|
1550 1550 | ]
|
1551 1551 |
|
1552 1552 | [[package]]
|
1553 1553 | name = "diff"
|
1554 1554 | version = "0.1.13"
|
1555 1555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556 1556 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
1557 1557 |
|
1558 1558 | [[package]]
|
1559 1559 | name = "digest"
|
1560 1560 | version = "0.10.7"
|
1561 1561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1562 1562 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1563 1563 | dependencies = [
|
1564 1564 | "block-buffer",
|
1565 1565 | "crypto-common",
|
1566 1566 | ]
|
1567 1567 |
|
1568 1568 | [[package]]
|
1569 1569 | name = "displaydoc"
|
1570 1570 | version = "0.2.5"
|
1571 1571 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1572 1572 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
1573 1573 | dependencies = [
|
1574 1574 | "proc-macro2",
|
1575 1575 | "quote",
|
1576 - | "syn 2.0.115",
|
1576 + | "syn 2.0.117",
|
1577 1577 | ]
|
1578 1578 |
|
1579 1579 | [[package]]
|
1580 1580 | name = "dtoa"
|
1581 1581 | version = "1.0.11"
|
1582 1582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1583 1583 | checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
|
1584 1584 |
|
1585 1585 | [[package]]
|
1586 1586 | name = "dunce"
|
1587 1587 | version = "1.0.5"
|
1588 1588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 1589 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
1590 1590 |
|
1591 1591 | [[package]]
|
1592 1592 | name = "either"
|
1593 1593 | version = "1.15.0"
|
1594 1594 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1595 1595 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
1596 1596 |
|
1597 1597 | [[package]]
|
1598 1598 | name = "encoding_rs"
|
1599 1599 | version = "0.8.35"
|
1600 1600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601 1601 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1602 1602 | dependencies = [
|
1603 1603 | "cfg-if",
|
1604 1604 | ]
|
1605 1605 |
|
1606 1606 | [[package]]
|
1607 1607 | name = "endian-type"
|
1608 1608 | version = "0.1.2"
|
1609 1609 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1610 1610 | checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
1611 1611 |
|
1612 1612 | [[package]]
|
1613 1613 | name = "enum-as-inner"
|
1614 1614 | version = "0.6.1"
|
1615 1615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1616 1616 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
1617 1617 | dependencies = [
|
1618 1618 | "heck 0.5.0",
|
1619 1619 | "proc-macro2",
|
1620 1620 | "quote",
|
1621 - | "syn 2.0.115",
|
1621 + | "syn 2.0.117",
|
1622 1622 | ]
|
1623 1623 |
|
1624 1624 | [[package]]
|
1625 1625 | name = "equivalent"
|
1626 1626 | version = "1.0.2"
|
1627 1627 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1628 1628 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
1629 1629 |
|
1630 1630 | [[package]]
|
1631 1631 | name = "errno"
|
1632 1632 | version = "0.3.14"
|
1633 1633 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1634 1634 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
1635 1635 | dependencies = [
|
1636 1636 | "libc",
|
1637 1637 | "windows-sys 0.61.2",
|
1638 1638 | ]
|
1639 1639 |
|
1640 1640 | [[package]]
|
1641 1641 | name = "event-listener"
|
1642 1642 | version = "2.5.3"
|
1643 1643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1644 1644 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
1645 1645 |
|
1646 1646 | [[package]]
|
1647 1647 | name = "event-listener"
|
1648 1648 | version = "5.4.1"
|
1649 1649 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1650 1650 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
1651 1651 | dependencies = [
|
@@ -1694,1694 +1850,1849 @@
1694 1694 |
|
1695 1695 | [[package]]
|
1696 1696 | name = "foldhash"
|
1697 1697 | version = "0.1.5"
|
1698 1698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1699 1699 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
1700 1700 |
|
1701 1701 | [[package]]
|
1702 1702 | name = "foldhash"
|
1703 1703 | version = "0.2.0"
|
1704 1704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1705 1705 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
1706 1706 |
|
1707 1707 | [[package]]
|
1708 1708 | name = "form_urlencoded"
|
1709 1709 | version = "1.2.2"
|
1710 1710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711 1711 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
1712 1712 | dependencies = [
|
1713 1713 | "percent-encoding",
|
1714 1714 | ]
|
1715 1715 |
|
1716 1716 | [[package]]
|
1717 1717 | name = "fs_extra"
|
1718 1718 | version = "1.3.0"
|
1719 1719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1720 1720 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
1721 1721 |
|
1722 1722 | [[package]]
|
1723 1723 | name = "futures"
|
1724 - | version = "0.3.31"
|
1724 + | version = "0.3.32"
|
1725 1725 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1726 - | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
1726 + | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
1727 1727 | dependencies = [
|
1728 1728 | "futures-channel",
|
1729 1729 | "futures-core",
|
1730 1730 | "futures-executor",
|
1731 1731 | "futures-io",
|
1732 1732 | "futures-sink",
|
1733 1733 | "futures-task",
|
1734 1734 | "futures-util",
|
1735 1735 | ]
|
1736 1736 |
|
1737 1737 | [[package]]
|
1738 1738 | name = "futures-channel"
|
1739 - | version = "0.3.31"
|
1739 + | version = "0.3.32"
|
1740 1740 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741 - | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
1741 + | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
1742 1742 | dependencies = [
|
1743 1743 | "futures-core",
|
1744 1744 | "futures-sink",
|
1745 1745 | ]
|
1746 1746 |
|
1747 1747 | [[package]]
|
1748 1748 | name = "futures-core"
|
1749 - | version = "0.3.31"
|
1749 + | version = "0.3.32"
|
1750 1750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1751 - | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
1751 + | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
1752 1752 |
|
1753 1753 | [[package]]
|
1754 1754 | name = "futures-executor"
|
1755 - | version = "0.3.31"
|
1755 + | version = "0.3.32"
|
1756 1756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1757 - | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
1757 + | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
1758 1758 | dependencies = [
|
1759 1759 | "futures-core",
|
1760 1760 | "futures-task",
|
1761 1761 | "futures-util",
|
1762 1762 | ]
|
1763 1763 |
|
1764 1764 | [[package]]
|
1765 1765 | name = "futures-io"
|
1766 - | version = "0.3.31"
|
1766 + | version = "0.3.32"
|
1767 1767 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1768 - | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1768 + | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
1769 1769 |
|
1770 1770 | [[package]]
|
1771 1771 | name = "futures-lite"
|
1772 1772 | version = "2.6.1"
|
1773 1773 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1774 1774 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
1775 1775 | dependencies = [
|
1776 1776 | "fastrand",
|
1777 1777 | "futures-core",
|
1778 1778 | "futures-io",
|
1779 1779 | "parking",
|
1780 1780 | "pin-project-lite",
|
1781 1781 | ]
|
1782 1782 |
|
1783 1783 | [[package]]
|
1784 1784 | name = "futures-macro"
|
1785 - | version = "0.3.31"
|
1785 + | version = "0.3.32"
|
1786 1786 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1787 - | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1787 + | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
1788 1788 | dependencies = [
|
1789 1789 | "proc-macro2",
|
1790 1790 | "quote",
|
1791 - | "syn 2.0.115",
|
1791 + | "syn 2.0.117",
|
1792 1792 | ]
|
1793 1793 |
|
1794 1794 | [[package]]
|
1795 1795 | name = "futures-sink"
|
1796 - | version = "0.3.31"
|
1796 + | version = "0.3.32"
|
1797 1797 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1798 - | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1798 + | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
1799 1799 |
|
1800 1800 | [[package]]
|
1801 1801 | name = "futures-task"
|
1802 - | version = "0.3.31"
|
1802 + | version = "0.3.32"
|
1803 1803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1804 - | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1804 + | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
1805 1805 |
|
1806 1806 | [[package]]
|
1807 1807 | name = "futures-util"
|
1808 - | version = "0.3.31"
|
1808 + | version = "0.3.32"
|
1809 1809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1810 - | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1810 + | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
1811 1811 | dependencies = [
|
1812 1812 | "futures-channel",
|
1813 1813 | "futures-core",
|
1814 1814 | "futures-io",
|
1815 1815 | "futures-macro",
|
1816 1816 | "futures-sink",
|
1817 1817 | "futures-task",
|
1818 1818 | "memchr",
|
1819 1819 | "pin-project-lite",
|
1820 - | "pin-utils",
|
1821 1820 | "slab",
|
1822 1821 | ]
|
1823 1822 |
|
1824 1823 | [[package]]
|
1825 1824 | name = "generic-array"
|
1826 1825 | version = "0.14.7"
|
1827 1826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1828 1827 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
1829 1828 | dependencies = [
|
1830 1829 | "typenum",
|
1831 1830 | "version_check",
|
1832 1831 | ]
|
1833 1832 |
|
1834 1833 | [[package]]
|
1835 1834 | name = "getrandom"
|
1836 1835 | version = "0.2.17"
|
1837 1836 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838 1837 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
1839 1838 | dependencies = [
|
1840 1839 | "cfg-if",
|
1841 1840 | "libc",
|
1842 1841 | "wasi",
|
1843 1842 | ]
|
1844 1843 |
|
1845 1844 | [[package]]
|
1846 1845 | name = "getrandom"
|
1847 1846 | version = "0.3.4"
|
1848 1847 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1849 1848 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
1850 1849 | dependencies = [
|
@@ -2177,2176 +2237,2236 @@
2177 2176 | "smallvec",
|
2178 2177 | "tokio",
|
2179 2178 | "want",
|
2180 2179 | ]
|
2181 2180 |
|
2182 2181 | [[package]]
|
2183 2182 | name = "hyper-rustls"
|
2184 2183 | version = "0.24.2"
|
2185 2184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186 2185 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2187 2186 | dependencies = [
|
2188 2187 | "futures-util",
|
2189 2188 | "http 0.2.12",
|
2190 2189 | "hyper 0.14.32",
|
2191 2190 | "log",
|
2192 2191 | "rustls 0.21.12",
|
2193 2192 | "rustls-native-certs 0.6.3",
|
2194 2193 | "tokio",
|
2195 2194 | "tokio-rustls 0.24.1",
|
2196 2195 | ]
|
2197 2196 |
|
2198 2197 | [[package]]
|
2199 2198 | name = "hyper-rustls"
|
2200 2199 | version = "0.27.7"
|
2201 2200 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2202 2201 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2203 2202 | dependencies = [
|
2204 2203 | "http 1.4.0",
|
2205 2204 | "hyper 1.8.1",
|
2206 2205 | "hyper-util",
|
2207 - | "rustls 0.23.36",
|
2206 + | "rustls 0.23.37",
|
2208 2207 | "rustls-native-certs 0.8.3",
|
2209 2208 | "rustls-pki-types",
|
2210 2209 | "tokio",
|
2211 2210 | "tokio-rustls 0.26.4",
|
2212 2211 | "tower-service",
|
2213 2212 | ]
|
2214 2213 |
|
2215 2214 | [[package]]
|
2216 2215 | name = "hyper-util"
|
2217 2216 | version = "0.1.20"
|
2218 2217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2219 2218 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
2220 2219 | dependencies = [
|
2221 2220 | "base64 0.22.1",
|
2222 2221 | "bytes",
|
2223 2222 | "futures-channel",
|
2224 2223 | "futures-util",
|
2225 2224 | "http 1.4.0",
|
2226 2225 | "http-body 1.0.1",
|
2227 2226 | "hyper 1.8.1",
|
2228 2227 | "ipnet",
|
2229 2228 | "libc",
|
2230 2229 | "percent-encoding",
|
2231 2230 | "pin-project-lite",
|
2232 2231 | "socket2 0.6.2",
|
2233 2232 | "system-configuration",
|
2234 2233 | "tokio",
|
2235 2234 | "tower-layer",
|
2236 2235 | "tower-service",
|
2237 2236 | "tracing",
|
@@ -2388,2387 +2450,2449 @@
2388 2387 | version = "0.1.0"
|
2389 2388 | dependencies = [
|
2390 2389 | "aws-smithy-cbor 0.61.5",
|
2391 2390 | "aws-smithy-compression",
|
2392 2391 | "aws-smithy-http 0.63.5",
|
2393 2392 | "aws-smithy-json 0.62.4",
|
2394 2393 | "aws-smithy-runtime",
|
2395 2394 | "aws-smithy-runtime-api 1.11.5",
|
2396 2395 | "aws-smithy-types 1.4.5",
|
2397 2396 | "aws-smithy-xml 0.60.14",
|
2398 2397 | "bytes",
|
2399 2398 | "fastrand",
|
2400 2399 | "futures-util",
|
2401 2400 | "http 0.2.12",
|
2402 2401 | "http 1.4.0",
|
2403 2402 | "http-body 0.4.6",
|
2404 2403 | "http-body 1.0.1",
|
2405 2404 | "http-body-util",
|
2406 2405 | "md-5",
|
2407 2406 | "percent-encoding",
|
2408 2407 | "pin-project-lite",
|
2409 2408 | "proptest",
|
2410 2409 | "regex-lite",
|
2411 2410 | "tokio",
|
2412 2411 | "tracing",
|
2413 2412 | "url",
|
2414 2413 | ]
|
2415 2414 |
|
2416 2415 | [[package]]
|
2417 2416 | name = "inventory"
|
2418 - | version = "0.3.21"
|
2417 + | version = "0.3.22"
|
2419 2418 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2420 - | checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
|
2419 + | checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
|
2421 2420 | dependencies = [
|
2422 2421 | "rustversion",
|
2423 2422 | ]
|
2424 2423 |
|
2425 2424 | [[package]]
|
2426 2425 | name = "ipconfig"
|
2427 2426 | version = "0.3.2"
|
2428 2427 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2429 2428 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2430 2429 | dependencies = [
|
2431 2430 | "socket2 0.5.10",
|
2432 2431 | "widestring",
|
2433 2432 | "windows-sys 0.48.0",
|
2434 2433 | "winreg",
|
2435 2434 | ]
|
2436 2435 |
|
2437 2436 | [[package]]
|
2438 2437 | name = "ipnet"
|
2439 2438 | version = "2.11.0"
|
2440 2439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2441 2440 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2442 2441 |
|
2443 2442 | [[package]]
|
2444 2443 | name = "is-terminal"
|
2445 2444 | version = "0.4.17"
|
2446 2445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2447 2446 | checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
2448 2447 | dependencies = [
|
2449 2448 | "hermit-abi 0.5.2",
|
2450 2449 | "libc",
|
@@ -2489,2488 +2551,2550 @@
2489 2488 | version = "0.5.4+5.3.0-patched"
|
2490 2489 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2491 2490 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2492 2491 | dependencies = [
|
2493 2492 | "cc",
|
2494 2493 | "libc",
|
2495 2494 | ]
|
2496 2495 |
|
2497 2496 | [[package]]
|
2498 2497 | name = "jemallocator"
|
2499 2498 | version = "0.5.4"
|
2500 2499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2501 2500 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2502 2501 | dependencies = [
|
2503 2502 | "jemalloc-sys",
|
2504 2503 | "libc",
|
2505 2504 | ]
|
2506 2505 |
|
2507 2506 | [[package]]
|
2508 2507 | name = "jobserver"
|
2509 2508 | version = "0.1.34"
|
2510 2509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2511 2510 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2512 2511 | dependencies = [
|
2513 2512 | "getrandom 0.3.4",
|
2514 2513 | "libc",
|
2515 2514 | ]
|
2516 2515 |
|
2517 2516 | [[package]]
|
2518 2517 | name = "js-sys"
|
2519 - | version = "0.3.85"
|
2518 + | version = "0.3.89"
|
2520 2519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2521 - | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
2520 + | checksum = "f4eacb0641a310445a4c513f2a5e23e19952e269c6a38887254d5f837a305506"
|
2522 2521 | dependencies = [
|
2523 2522 | "once_cell",
|
2524 2523 | "wasm-bindgen",
|
2525 2524 | ]
|
2526 2525 |
|
2527 2526 | [[package]]
|
2528 2527 | name = "kv-log-macro"
|
2529 2528 | version = "1.0.7"
|
2530 2529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2531 2530 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2532 2531 | dependencies = [
|
2533 2532 | "log",
|
2534 2533 | ]
|
2535 2534 |
|
2536 2535 | [[package]]
|
2537 2536 | name = "lambda_http"
|
2538 2537 | version = "0.8.4"
|
2539 2538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2540 2539 | checksum = "cfba45269ac18740ba882b09d1617c1f05eb4bdc026a5149b593bf77dab12e6b"
|
2541 2540 | dependencies = [
|
2542 2541 | "aws_lambda_events 0.12.1",
|
2543 2542 | "base64 0.21.7",
|
2544 2543 | "bytes",
|
2545 2544 | "encoding_rs",
|
2546 2545 | "futures",
|
2547 2546 | "http 0.2.12",
|
2548 2547 | "http-body 0.4.6",
|
2549 2548 | "hyper 0.14.32",
|
2550 2549 | "lambda_runtime 0.8.3",
|
2551 2550 | "mime",
|
@@ -2649,2648 +2737,2736 @@
2649 2648 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2650 2649 | checksum = "7b4873061514cb57ffb6a599b77c46c65d6d783efe9bad8fd56b7cba7f0459ef"
|
2651 2650 | dependencies = [
|
2652 2651 | "bytes",
|
2653 2652 | "futures-channel",
|
2654 2653 | "futures-util",
|
2655 2654 | "http 1.4.0",
|
2656 2655 | "http-body 1.0.1",
|
2657 2656 | "http-body-util",
|
2658 2657 | "hyper 1.8.1",
|
2659 2658 | "hyper-util",
|
2660 2659 | "tower 0.5.3",
|
2661 2660 | "tracing",
|
2662 2661 | "tracing-subscriber",
|
2663 2662 | ]
|
2664 2663 |
|
2665 2664 | [[package]]
|
2666 2665 | name = "lazy_static"
|
2667 2666 | version = "1.5.0"
|
2668 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2669 2668 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2670 2669 |
|
2671 2670 | [[package]]
|
2672 2671 | name = "leb128fmt"
|
2673 2672 | version = "0.1.0"
|
2674 2673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2675 2674 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
2676 2675 |
|
2677 2676 | [[package]]
|
2678 2677 | name = "libc"
|
2679 - | version = "0.2.181"
|
2678 + | version = "0.2.182"
|
2680 2679 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2681 - | checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
|
2680 + | checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
2682 2681 |
|
2683 2682 | [[package]]
|
2684 2683 | name = "libloading"
|
2685 2684 | version = "0.8.9"
|
2686 2685 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2687 2686 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
2688 2687 | dependencies = [
|
2689 2688 | "cfg-if",
|
2690 2689 | "windows-link",
|
2691 2690 | ]
|
2692 2691 |
|
2693 2692 | [[package]]
|
2694 2693 | name = "libmimalloc-sys"
|
2695 2694 | version = "0.1.44"
|
2696 2695 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2697 2696 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
2698 2697 | dependencies = [
|
2699 2698 | "cc",
|
2700 2699 | "libc",
|
2701 2700 | ]
|
2702 2701 |
|
2703 2702 | [[package]]
|
2704 2703 | name = "linux-raw-sys"
|
2705 - | version = "0.11.0"
|
2704 + | version = "0.12.1"
|
2706 2705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2707 - | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2706 + | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
2708 2707 |
|
2709 2708 | [[package]]
|
2710 2709 | name = "litemap"
|
2711 2710 | version = "0.8.1"
|
2712 2711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2713 2712 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
2714 2713 |
|
2715 2714 | [[package]]
|
2716 2715 | name = "lock_api"
|
2717 2716 | version = "0.4.14"
|
2718 2717 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2719 2718 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
2720 2719 | dependencies = [
|
2721 2720 | "scopeguard",
|
2722 2721 | ]
|
2723 2722 |
|
2724 2723 | [[package]]
|
2725 2724 | name = "log"
|
2726 2725 | version = "0.4.29"
|
2727 2726 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2728 2727 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
2729 2728 | dependencies = [
|
2730 2729 | "value-bag",
|
2731 2730 | ]
|
2732 2731 |
|
2733 2732 | [[package]]
|
2734 2733 | name = "matchers"
|
2735 2734 | version = "0.2.0"
|
2736 2735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2737 2736 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
@@ -2769,2768 +2881,2880 @@
2769 2768 | version = "0.24.3"
|
2770 2769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2771 2770 | checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8"
|
2772 2771 | dependencies = [
|
2773 2772 | "ahash",
|
2774 2773 | "portable-atomic",
|
2775 2774 | ]
|
2776 2775 |
|
2777 2776 | [[package]]
|
2778 2777 | name = "metrics-util"
|
2779 2778 | version = "0.20.1"
|
2780 2779 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2781 2780 | checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4"
|
2782 2781 | dependencies = [
|
2783 2782 | "aho-corasick",
|
2784 2783 | "crossbeam-epoch",
|
2785 2784 | "crossbeam-utils",
|
2786 2785 | "hashbrown 0.16.1",
|
2787 2786 | "indexmap 2.13.0",
|
2788 2787 | "metrics",
|
2789 2788 | "ordered-float",
|
2790 2789 | "quanta",
|
2791 2790 | "radix_trie",
|
2792 2791 | "rand 0.9.2",
|
2793 2792 | "rand_xoshiro",
|
2794 2793 | "sketches-ddsketch",
|
2795 2794 | ]
|
2796 2795 |
|
2797 2796 | [[package]]
|
2798 2797 | name = "metrique"
|
2799 - | version = "0.1.17"
|
2798 + | version = "0.1.19"
|
2800 2799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2801 - | checksum = "55fcaaef5a6f31a84c475a1e7c1c8287919cd7b8ae530975b700045770a47b65"
|
2800 + | checksum = "bd1cb935c0f8d21d170da2fdd6d7463bbfdd8760a1524fd38fbd034ab52c6d30"
|
2802 2801 | dependencies = [
|
2803 2802 | "itoa",
|
2804 2803 | "metrique-core",
|
2805 2804 | "metrique-macro",
|
2806 2805 | "metrique-service-metrics",
|
2807 2806 | "metrique-timesource",
|
2808 2807 | "metrique-writer",
|
2809 2808 | "metrique-writer-core",
|
2810 2809 | "metrique-writer-macro",
|
2811 2810 | "ryu",
|
2812 2811 | "tokio",
|
2813 2812 | ]
|
2814 2813 |
|
2815 2814 | [[package]]
|
2816 2815 | name = "metrique-core"
|
2817 2816 | version = "0.1.15"
|
2818 2817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2819 2818 | checksum = "e562ac1a9ac36b70a72a6150f438d2f3244a9c620fd347e10dcab2aff438034d"
|
2820 2819 | dependencies = [
|
2821 2820 | "itertools 0.14.0",
|
2822 2821 | "metrique-writer-core",
|
2823 2822 | ]
|
2824 2823 |
|
2825 2824 | [[package]]
|
2826 2825 | name = "metrique-macro"
|
2827 - | version = "0.1.13"
|
2826 + | version = "0.1.14"
|
2828 2827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2829 - | checksum = "dc321bc5590bb84e8b409a6b17d0f9e1163922ee141d15c4a1e6ef265079974a"
|
2828 + | checksum = "83adb8929ae9b2f7a4ec07a04c3af569ffe22f96f02c89063e4a78895d6af760"
|
2830 2829 | dependencies = [
|
2831 2830 | "Inflector",
|
2832 2831 | "darling",
|
2833 2832 | "proc-macro2",
|
2834 2833 | "quote",
|
2835 - | "syn 2.0.115",
|
2834 + | "syn 2.0.117",
|
2836 2835 | ]
|
2837 2836 |
|
2838 2837 | [[package]]
|
2839 2838 | name = "metrique-service-metrics"
|
2840 2839 | version = "0.1.16"
|
2841 2840 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2842 2841 | checksum = "afa56455dfd6985bbd545214e001760e86cab670aab453787d51aa7dfb59f3ac"
|
2843 2842 | dependencies = [
|
2844 2843 | "metrique-writer",
|
2845 2844 | ]
|
2846 2845 |
|
2847 2846 | [[package]]
|
2848 2847 | name = "metrique-timesource"
|
2849 - | version = "0.1.7"
|
2848 + | version = "0.1.8"
|
2850 2849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851 - | checksum = "12e2ae3b29adb641908746d579092b1d882194e00feeb9e62679287feb3f6bbf"
|
2850 + | checksum = "c60fb3f2836dffc05146f0dfe7bf2e0789909f3fefd72c729491adaef01acc1a"
|
2852 2851 |
|
2853 2852 | [[package]]
|
2854 2853 | name = "metrique-writer"
|
2855 2854 | version = "0.1.17"
|
2856 2855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2857 2856 | checksum = "a5afcedea6aafd59e4583ceab505495160ac0e6c33082dd4933261c6bbfe9dd4"
|
2858 2857 | dependencies = [
|
2859 2858 | "ahash",
|
2860 2859 | "crossbeam-queue",
|
2861 2860 | "crossbeam-utils",
|
2862 2861 | "metrics",
|
2863 2862 | "metrics-util",
|
2864 2863 | "metrique-core",
|
2865 2864 | "metrique-writer-core",
|
2866 2865 | "metrique-writer-macro",
|
2867 2866 | "rand 0.9.2",
|
2868 2867 | "smallvec",
|
2869 2868 | "tokio",
|
2870 2869 | "tracing",
|
2871 2870 | "tracing-subscriber",
|
2872 2871 | ]
|
2873 2872 |
|
2874 2873 | [[package]]
|
2875 2874 | name = "metrique-writer-core"
|
2876 2875 | version = "0.1.12"
|
2877 2876 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2878 2877 | checksum = "3e7d0edbf15b6bd2f4ae59880aa61072d73a7d7f112a1c12dda33a22f4f710e9"
|
2879 2878 | dependencies = [
|
2880 2879 | "derive-where",
|
2881 2880 | "itertools 0.14.0",
|
@@ -2886,2885 +2983,2982 @@
2886 2885 | [[package]]
|
2887 2886 | name = "metrique-writer-format-emf"
|
2888 2887 | version = "0.1.16"
|
2889 2888 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2890 2889 | checksum = "3377543efa39fc04a8cf88abc307dba9f4ecae985776ee83dec4ca76f477743e"
|
2891 2890 | dependencies = [
|
2892 2891 | "bit-set",
|
2893 2892 | "dtoa",
|
2894 2893 | "hashbrown 0.16.1",
|
2895 2894 | "itertools 0.14.0",
|
2896 2895 | "itoa",
|
2897 2896 | "metrique-writer",
|
2898 2897 | "metrique-writer-core",
|
2899 2898 | "rand 0.9.2",
|
2900 2899 | "serde",
|
2901 2900 | "serde_json",
|
2902 2901 | "smallvec",
|
2903 2902 | "tracing",
|
2904 2903 | ]
|
2905 2904 |
|
2906 2905 | [[package]]
|
2907 2906 | name = "metrique-writer-macro"
|
2908 2907 | version = "0.1.7"
|
2909 2908 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2910 2909 | checksum = "12edafee41e67f90ab2efe2b850e10751f0da3da4aeb61b8eb7e6c31666e8da8"
|
2911 2910 | dependencies = [
|
2912 2911 | "darling",
|
2913 2912 | "proc-macro2",
|
2914 2913 | "quote",
|
2915 2914 | "str_inflector",
|
2916 - | "syn 2.0.115",
|
2915 + | "syn 2.0.117",
|
2917 2916 | "synstructure",
|
2918 2917 | ]
|
2919 2918 |
|
2920 2919 | [[package]]
|
2921 2920 | name = "mimalloc"
|
2922 2921 | version = "0.1.48"
|
2923 2922 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2924 2923 | checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
|
2925 2924 | dependencies = [
|
2926 2925 | "libmimalloc-sys",
|
2927 2926 | ]
|
2928 2927 |
|
2929 2928 | [[package]]
|
2930 2929 | name = "mime"
|
2931 2930 | version = "0.3.17"
|
2932 2931 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2933 2932 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2934 2933 |
|
2935 2934 | [[package]]
|
2936 2935 | name = "minicbor"
|
2937 - | version = "0.24.4"
|
2936 + | version = "0.24.2"
|
2938 2937 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2939 - | checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
|
2938 + | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2940 2939 | dependencies = [
|
2941 2940 | "half",
|
2942 2941 | "minicbor-derive",
|
2943 2942 | ]
|
2944 2943 |
|
2945 2944 | [[package]]
|
2946 2945 | name = "minicbor-derive"
|
2947 2946 | version = "0.15.3"
|
2948 2947 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2949 2948 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2950 2949 | dependencies = [
|
2951 2950 | "proc-macro2",
|
2952 2951 | "quote",
|
2953 - | "syn 2.0.115",
|
2952 + | "syn 2.0.117",
|
2954 2953 | ]
|
2955 2954 |
|
2956 2955 | [[package]]
|
2957 2956 | name = "minimal-lexical"
|
2958 2957 | version = "0.2.1"
|
2959 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2960 2959 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2961 2960 |
|
2962 2961 | [[package]]
|
2963 2962 | name = "miniz_oxide"
|
2964 2963 | version = "0.8.9"
|
2965 2964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2966 2965 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2967 2966 | dependencies = [
|
2968 2967 | "adler2",
|
2969 2968 | "simd-adler32",
|
2970 2969 | ]
|
2971 2970 |
|
2972 2971 | [[package]]
|
2973 2972 | name = "mio"
|
2974 2973 | version = "1.1.1"
|
2975 2974 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2976 2975 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
2977 2976 | dependencies = [
|
2978 2977 | "libc",
|
2979 2978 | "wasi",
|
2980 2979 | "windows-sys 0.61.2",
|
2981 2980 | ]
|
2982 2981 |
|
2983 2982 | [[package]]
|
@@ -3199,3198 +3259,3258 @@
3199 3198 | version = "1.1.1"
|
3200 3199 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3201 3200 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
3202 3201 | dependencies = [
|
3203 3202 | "base64 0.13.1",
|
3204 3203 | ]
|
3205 3204 |
|
3206 3205 | [[package]]
|
3207 3206 | name = "percent-encoding"
|
3208 3207 | version = "2.3.2"
|
3209 3208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3210 3209 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
3211 3210 |
|
3212 3211 | [[package]]
|
3213 3212 | name = "pin-project"
|
3214 3213 | version = "1.1.10"
|
3215 3214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3216 3215 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
3217 3216 | dependencies = [
|
3218 3217 | "pin-project-internal",
|
3219 3218 | ]
|
3220 3219 |
|
3221 3220 | [[package]]
|
3222 3221 | name = "pin-project-internal"
|
3223 3222 | version = "1.1.10"
|
3224 3223 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3225 3224 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
3226 3225 | dependencies = [
|
3227 3226 | "proc-macro2",
|
3228 3227 | "quote",
|
3229 - | "syn 2.0.115",
|
3228 + | "syn 2.0.117",
|
3230 3229 | ]
|
3231 3230 |
|
3232 3231 | [[package]]
|
3233 3232 | name = "pin-project-lite"
|
3234 3233 | version = "0.2.16"
|
3235 3234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3236 3235 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
3237 3236 |
|
3238 3237 | [[package]]
|
3239 3238 | name = "pin-utils"
|
3240 3239 | version = "0.1.0"
|
3241 3240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3242 3241 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
3243 3242 |
|
3244 3243 | [[package]]
|
3245 3244 | name = "piper"
|
3246 3245 | version = "0.2.4"
|
3247 3246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3248 3247 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
3249 3248 | dependencies = [
|
3250 3249 | "atomic-waker",
|
3251 3250 | "fastrand",
|
3252 3251 | "futures-io",
|
3253 3252 | ]
|
3254 3253 |
|
3255 3254 | [[package]]
|
3256 3255 | name = "plotters"
|
3257 3256 | version = "0.3.7"
|
3258 3257 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3259 3258 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
@@ -3314,3313 +3394,3393 @@
3314 3313 | version = "0.2.0"
|
3315 3314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3316 3315 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3317 3316 |
|
3318 3317 | [[package]]
|
3319 3318 | name = "ppv-lite86"
|
3320 3319 | version = "0.2.21"
|
3321 3320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3322 3321 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3323 3322 | dependencies = [
|
3324 3323 | "zerocopy",
|
3325 3324 | ]
|
3326 3325 |
|
3327 3326 | [[package]]
|
3328 3327 | name = "pretty_assertions"
|
3329 3328 | version = "1.4.1"
|
3330 3329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3331 3330 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3332 3331 | dependencies = [
|
3333 3332 | "diff",
|
3334 3333 | "yansi",
|
3335 3334 | ]
|
3336 3335 |
|
3337 3336 | [[package]]
|
3338 3337 | name = "prettyplease"
|
3339 3338 | version = "0.2.37"
|
3340 3339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3341 3340 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
3342 3341 | dependencies = [
|
3343 3342 | "proc-macro2",
|
3344 - | "syn 2.0.115",
|
3343 + | "syn 2.0.117",
|
3345 3344 | ]
|
3346 3345 |
|
3347 3346 | [[package]]
|
3348 3347 | name = "proc-macro2"
|
3349 3348 | version = "1.0.106"
|
3350 3349 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3351 3350 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
3352 3351 | dependencies = [
|
3353 3352 | "unicode-ident",
|
3354 3353 | ]
|
3355 3354 |
|
3356 3355 | [[package]]
|
3357 3356 | name = "proptest"
|
3358 3357 | version = "1.10.0"
|
3359 3358 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360 3359 | checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
|
3361 3360 | dependencies = [
|
3362 3361 | "bit-set",
|
3363 3362 | "bit-vec",
|
3364 - | "bitflags 2.10.0",
|
3363 + | "bitflags 2.11.0",
|
3365 3364 | "num-traits",
|
3366 3365 | "rand 0.9.2",
|
3367 3366 | "rand_chacha 0.9.0",
|
3368 3367 | "rand_xorshift",
|
3369 3368 | "regex-syntax",
|
3370 3369 | "rusty-fork",
|
3371 3370 | "tempfile",
|
3372 3371 | "unarray",
|
3373 3372 | ]
|
3374 3373 |
|
3375 3374 | [[package]]
|
3376 3375 | name = "pyo3"
|
3377 3376 | version = "0.20.3"
|
3378 3377 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3379 3378 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
3380 3379 | dependencies = [
|
3381 3380 | "cfg-if",
|
3382 3381 | "indoc",
|
3383 3382 | "libc",
|
3384 3383 | "memoffset",
|
3385 3384 | "parking_lot",
|
3386 3385 | "portable-atomic",
|
3387 3386 | "pyo3-build-config",
|
3388 3387 | "pyo3-ffi",
|
3389 3388 | "pyo3-macros",
|
3390 3389 | "unindent",
|
3391 3390 | ]
|
3392 3391 |
|
3393 3392 | [[package]]
|
3394 3393 | name = "pyo3-asyncio"
|
@@ -3420,3419 +3493,3492 @@
3420 3419 |
|
3421 3420 | [[package]]
|
3422 3421 | name = "pyo3-build-config"
|
3423 3422 | version = "0.20.3"
|
3424 3423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3425 3424 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
3426 3425 | dependencies = [
|
3427 3426 | "once_cell",
|
3428 3427 | "target-lexicon",
|
3429 3428 | ]
|
3430 3429 |
|
3431 3430 | [[package]]
|
3432 3431 | name = "pyo3-ffi"
|
3433 3432 | version = "0.20.3"
|
3434 3433 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3435 3434 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
3436 3435 | dependencies = [
|
3437 3436 | "libc",
|
3438 3437 | "pyo3-build-config",
|
3439 3438 | ]
|
3440 3439 |
|
3441 3440 | [[package]]
|
3442 3441 | name = "pyo3-macros"
|
3443 3442 | version = "0.20.3"
|
3444 3443 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3445 3444 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
3446 3445 | dependencies = [
|
3447 3446 | "proc-macro2",
|
3448 3447 | "pyo3-macros-backend",
|
3449 3448 | "quote",
|
3450 - | "syn 2.0.115",
|
3449 + | "syn 2.0.117",
|
3451 3450 | ]
|
3452 3451 |
|
3453 3452 | [[package]]
|
3454 3453 | name = "pyo3-macros-backend"
|
3455 3454 | version = "0.20.3"
|
3456 3455 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3457 3456 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
3458 3457 | dependencies = [
|
3459 3458 | "heck 0.4.1",
|
3460 3459 | "proc-macro2",
|
3461 3460 | "pyo3-build-config",
|
3462 3461 | "quote",
|
3463 - | "syn 2.0.115",
|
3462 + | "syn 2.0.117",
|
3464 3463 | ]
|
3465 3464 |
|
3466 3465 | [[package]]
|
3467 3466 | name = "quanta"
|
3468 3467 | version = "0.12.6"
|
3469 3468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3470 3469 | checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
|
3471 3470 | dependencies = [
|
3472 3471 | "crossbeam-utils",
|
3473 3472 | "libc",
|
3474 3473 | "once_cell",
|
3475 3474 | "raw-cpuid",
|
3476 3475 | "wasi",
|
3477 3476 | "web-sys",
|
3478 3477 | "winapi",
|
3479 3478 | ]
|
3480 3479 |
|
3481 3480 | [[package]]
|
3482 3481 | name = "query_map"
|
3483 3482 | version = "0.7.0"
|
3484 3483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3485 3484 | checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
|
3486 3485 | dependencies = [
|
3487 3486 | "form_urlencoded",
|
3488 3487 | "serde",
|
3489 3488 | "serde_derive",
|
3490 3489 | ]
|
3491 3490 |
|
3492 3491 | [[package]]
|
3493 3492 | name = "quick-error"
|
@@ -3576,3575 +3827,3826 @@
3576 3575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3577 3576 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
3578 3577 | dependencies = [
|
3579 3578 | "getrandom 0.3.4",
|
3580 3579 | ]
|
3581 3580 |
|
3582 3581 | [[package]]
|
3583 3582 | name = "rand_xorshift"
|
3584 3583 | version = "0.4.0"
|
3585 3584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3586 3585 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
3587 3586 | dependencies = [
|
3588 3587 | "rand_core 0.9.5",
|
3589 3588 | ]
|
3590 3589 |
|
3591 3590 | [[package]]
|
3592 3591 | name = "rand_xoshiro"
|
3593 3592 | version = "0.7.0"
|
3594 3593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3595 3594 | checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
|
3596 3595 | dependencies = [
|
3597 3596 | "rand_core 0.9.5",
|
3598 3597 | ]
|
3599 3598 |
|
3600 3599 | [[package]]
|
3601 3600 | name = "raw-cpuid"
|
3602 3601 | version = "11.6.0"
|
3603 3602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3604 3603 | checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
3605 3604 | dependencies = [
|
3606 - | "bitflags 2.10.0",
|
3605 + | "bitflags 2.11.0",
|
3607 3606 | ]
|
3608 3607 |
|
3609 3608 | [[package]]
|
3610 3609 | name = "rayon"
|
3611 3610 | version = "1.11.0"
|
3612 3611 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3613 3612 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3614 3613 | dependencies = [
|
3615 3614 | "either",
|
3616 3615 | "rayon-core",
|
3617 3616 | ]
|
3618 3617 |
|
3619 3618 | [[package]]
|
3620 3619 | name = "rayon-core"
|
3621 3620 | version = "1.13.0"
|
3622 3621 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3623 3622 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3624 3623 | dependencies = [
|
3625 3624 | "crossbeam-deque",
|
3626 3625 | "crossbeam-utils",
|
3627 3626 | ]
|
3628 3627 |
|
3629 3628 | [[package]]
|
3630 3629 | name = "rcgen"
|
3631 3630 | version = "0.10.0"
|
3632 3631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3633 3632 | checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
3634 3633 | dependencies = [
|
3635 3634 | "pem",
|
3636 3635 | "ring 0.16.20",
|
3637 3636 | "time",
|
3638 3637 | "yasna",
|
3639 3638 | ]
|
3640 3639 |
|
3641 3640 | [[package]]
|
3642 3641 | name = "redox_syscall"
|
3643 3642 | version = "0.5.18"
|
3644 3643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3645 3644 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
3646 3645 | dependencies = [
|
3647 - | "bitflags 2.10.0",
|
3646 + | "bitflags 2.11.0",
|
3648 3647 | ]
|
3649 3648 |
|
3650 3649 | [[package]]
|
3651 3650 | name = "regex"
|
3652 3651 | version = "1.12.3"
|
3653 3652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3654 3653 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
3655 3654 | dependencies = [
|
3656 3655 | "aho-corasick",
|
3657 3656 | "memchr",
|
3658 3657 | "regex-automata",
|
3659 3658 | "regex-syntax",
|
3660 3659 | ]
|
3661 3660 |
|
3662 3661 | [[package]]
|
3663 3662 | name = "regex-automata"
|
3664 3663 | version = "0.4.14"
|
3665 3664 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3666 3665 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
3667 3666 | dependencies = [
|
3668 3667 | "aho-corasick",
|
3669 3668 | "memchr",
|
3670 3669 | "regex-syntax",
|
3671 3670 | ]
|
3672 3671 |
|
3673 3672 | [[package]]
|
3674 3673 | name = "regex-lite"
|
3675 3674 | version = "0.1.9"
|
3676 3675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3677 3676 | checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
3678 3677 |
|
3679 3678 | [[package]]
|
3680 3679 | name = "regex-syntax"
|
3681 - | version = "0.8.9"
|
3680 + | version = "0.8.10"
|
3682 3681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3683 - | checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
3682 + | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
3684 3683 |
|
3685 3684 | [[package]]
|
3686 3685 | name = "resolv-conf"
|
3687 3686 | version = "0.7.6"
|
3688 3687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3689 3688 | checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
|
3690 3689 |
|
3691 3690 | [[package]]
|
3692 3691 | name = "ring"
|
3693 3692 | version = "0.16.20"
|
3694 3693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3695 3694 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
3696 3695 | dependencies = [
|
3697 3696 | "cc",
|
3698 3697 | "libc",
|
3699 3698 | "once_cell",
|
3700 3699 | "spin 0.5.2",
|
3701 3700 | "untrusted 0.7.1",
|
3702 3701 | "web-sys",
|
3703 3702 | "winapi",
|
3704 3703 | ]
|
3705 3704 |
|
3706 3705 | [[package]]
|
3707 3706 | name = "ring"
|
3708 3707 | version = "0.17.14"
|
3709 3708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3710 3709 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
3711 3710 | dependencies = [
|
3712 3711 | "cc",
|
3713 3712 | "cfg-if",
|
3714 3713 | "getrandom 0.2.17",
|
3715 3714 | "libc",
|
3716 3715 | "untrusted 0.9.0",
|
3717 3716 | "windows-sys 0.52.0",
|
3718 3717 | ]
|
3719 3718 |
|
3720 3719 | [[package]]
|
3721 3720 | name = "roxmltree"
|
3722 3721 | version = "0.14.1"
|
3723 3722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3724 3723 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
3725 3724 | dependencies = [
|
3726 3725 | "xmlparser",
|
3727 3726 | ]
|
3728 3727 |
|
3729 3728 | [[package]]
|
3730 3729 | name = "rustc-hash"
|
3731 3730 | version = "2.1.1"
|
3732 3731 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3733 3732 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
3734 3733 |
|
3735 3734 | [[package]]
|
3736 3735 | name = "rustix"
|
3737 - | version = "1.1.3"
|
3736 + | version = "1.1.4"
|
3738 3737 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3739 - | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
3738 + | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
3740 3739 | dependencies = [
|
3741 - | "bitflags 2.10.0",
|
3740 + | "bitflags 2.11.0",
|
3742 3741 | "errno",
|
3743 3742 | "libc",
|
3744 3743 | "linux-raw-sys",
|
3745 3744 | "windows-sys 0.61.2",
|
3746 3745 | ]
|
3747 3746 |
|
3748 3747 | [[package]]
|
3749 3748 | name = "rustls"
|
3750 3749 | version = "0.21.12"
|
3751 3750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3752 3751 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3753 3752 | dependencies = [
|
3754 3753 | "log",
|
3755 3754 | "ring 0.17.14",
|
3756 3755 | "rustls-webpki 0.101.7",
|
3757 3756 | "sct",
|
3758 3757 | ]
|
3759 3758 |
|
3760 3759 | [[package]]
|
3761 3760 | name = "rustls"
|
3762 - | version = "0.23.36"
|
3761 + | version = "0.23.37"
|
3763 3762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3764 - | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
3763 + | checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
3765 3764 | dependencies = [
|
3766 3765 | "aws-lc-rs",
|
3767 3766 | "log",
|
3768 3767 | "once_cell",
|
3769 3768 | "ring 0.17.14",
|
3770 3769 | "rustls-pki-types",
|
3771 3770 | "rustls-webpki 0.103.9",
|
3772 3771 | "subtle",
|
3773 3772 | "zeroize",
|
3774 3773 | ]
|
3775 3774 |
|
3776 3775 | [[package]]
|
3777 3776 | name = "rustls-native-certs"
|
3778 3777 | version = "0.6.3"
|
3779 3778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3780 3779 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3781 3780 | dependencies = [
|
3782 3781 | "openssl-probe 0.1.6",
|
3783 3782 | "rustls-pemfile 1.0.4",
|
3784 3783 | "schannel",
|
3785 3784 | "security-framework 2.11.1",
|
3786 3785 | ]
|
3787 3786 |
|
3788 3787 | [[package]]
|
3789 3788 | name = "rustls-native-certs"
|
3790 3789 | version = "0.8.3"
|
3791 3790 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3792 3791 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
3793 3792 | dependencies = [
|
3794 3793 | "openssl-probe 0.2.1",
|
3795 3794 | "rustls-pki-types",
|
3796 3795 | "schannel",
|
3797 - | "security-framework 3.5.1",
|
3796 + | "security-framework 3.7.0",
|
3798 3797 | ]
|
3799 3798 |
|
3800 3799 | [[package]]
|
3801 3800 | name = "rustls-pemfile"
|
3802 3801 | version = "1.0.4"
|
3803 3802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3804 3803 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
3805 3804 | dependencies = [
|
3806 3805 | "base64 0.21.7",
|
3807 3806 | ]
|
3808 3807 |
|
3809 3808 | [[package]]
|
3810 3809 | name = "rustls-pemfile"
|
3811 3810 | version = "2.2.0"
|
3812 3811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3813 3812 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
3814 3813 | dependencies = [
|
3815 3814 | "rustls-pki-types",
|
3816 3815 | ]
|
3817 3816 |
|
3818 3817 | [[package]]
|
3819 3818 | name = "rustls-pki-types"
|
3820 3819 | version = "1.14.0"
|
3821 3820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3822 3821 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
3823 3822 | dependencies = [
|
3824 3823 | "zeroize",
|
3825 3824 | ]
|
3826 3825 |
|
3827 3826 | [[package]]
|
@@ -3949,3948 +4141,4140 @@
3949 3948 | ]
|
3950 3949 |
|
3951 3950 | [[package]]
|
3952 3951 | name = "scopeguard"
|
3953 3952 | version = "1.2.0"
|
3954 3953 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3955 3954 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
3956 3955 |
|
3957 3956 | [[package]]
|
3958 3957 | name = "sct"
|
3959 3958 | version = "0.7.1"
|
3960 3959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3961 3960 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3962 3961 | dependencies = [
|
3963 3962 | "ring 0.17.14",
|
3964 3963 | "untrusted 0.9.0",
|
3965 3964 | ]
|
3966 3965 |
|
3967 3966 | [[package]]
|
3968 3967 | name = "sdd"
|
3969 3968 | version = "3.0.10"
|
3970 3969 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3971 3970 | checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
|
3972 3971 |
|
3973 3972 | [[package]]
|
3974 3973 | name = "security-framework"
|
3975 3974 | version = "2.11.1"
|
3976 3975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3977 3976 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3978 3977 | dependencies = [
|
3979 - | "bitflags 2.10.0",
|
3978 + | "bitflags 2.11.0",
|
3980 3979 | "core-foundation 0.9.4",
|
3981 3980 | "core-foundation-sys",
|
3982 3981 | "libc",
|
3983 3982 | "security-framework-sys",
|
3984 3983 | ]
|
3985 3984 |
|
3986 3985 | [[package]]
|
3987 3986 | name = "security-framework"
|
3988 - | version = "3.5.1"
|
3987 + | version = "3.7.0"
|
3989 3988 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3990 - | checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
|
3989 + | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
3991 3990 | dependencies = [
|
3992 - | "bitflags 2.10.0",
|
3991 + | "bitflags 2.11.0",
|
3993 3992 | "core-foundation 0.10.1",
|
3994 3993 | "core-foundation-sys",
|
3995 3994 | "libc",
|
3996 3995 | "security-framework-sys",
|
3997 3996 | ]
|
3998 3997 |
|
3999 3998 | [[package]]
|
4000 3999 | name = "security-framework-sys"
|
4001 - | version = "2.15.0"
|
4000 + | version = "2.17.0"
|
4002 4001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4003 - | checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
4002 + | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
4004 4003 | dependencies = [
|
4005 4004 | "core-foundation-sys",
|
4006 4005 | "libc",
|
4007 4006 | ]
|
4008 4007 |
|
4009 4008 | [[package]]
|
4010 4009 | name = "semver"
|
4011 4010 | version = "1.0.27"
|
4012 4011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4013 4012 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
4014 4013 |
|
4015 4014 | [[package]]
|
4016 4015 | name = "separator"
|
4017 4016 | version = "0.4.1"
|
4018 4017 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4019 4018 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
4020 4019 |
|
4021 4020 | [[package]]
|
4022 4021 | name = "serde"
|
4023 4022 | version = "1.0.228"
|
4024 4023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4025 4024 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
4026 4025 | dependencies = [
|
4027 4026 | "serde_core",
|
4028 4027 | "serde_derive",
|
4029 4028 | ]
|
4030 4029 |
|
4031 4030 | [[package]]
|
4032 4031 | name = "serde_core"
|
4033 4032 | version = "1.0.228"
|
4034 4033 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4035 4034 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
4036 4035 | dependencies = [
|
4037 4036 | "serde_derive",
|
4038 4037 | ]
|
4039 4038 |
|
4040 4039 | [[package]]
|
4041 4040 | name = "serde_derive"
|
4042 4041 | version = "1.0.228"
|
4043 4042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4044 4043 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
4045 4044 | dependencies = [
|
4046 4045 | "proc-macro2",
|
4047 4046 | "quote",
|
4048 - | "syn 2.0.115",
|
4047 + | "syn 2.0.117",
|
4049 4048 | ]
|
4050 4049 |
|
4051 4050 | [[package]]
|
4052 4051 | name = "serde_json"
|
4053 4052 | version = "1.0.146"
|
4054 4053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4055 4054 | checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
4056 4055 | dependencies = [
|
4057 4056 | "indexmap 2.13.0",
|
4058 4057 | "itoa",
|
4059 4058 | "memchr",
|
4060 4059 | "ryu",
|
4061 4060 | "serde",
|
4062 4061 | "serde_core",
|
4063 4062 | ]
|
4064 4063 |
|
4065 4064 | [[package]]
|
4066 4065 | name = "serde_path_to_error"
|
4067 4066 | version = "0.1.20"
|
4068 4067 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4069 4068 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
4070 4069 | dependencies = [
|
4071 4070 | "itoa",
|
4072 4071 | "serde",
|
4073 4072 | "serde_core",
|
4074 4073 | ]
|
4075 4074 |
|
4076 4075 | [[package]]
|
4077 4076 | name = "serde_urlencoded"
|
4078 4077 | version = "0.7.1"
|
4079 4078 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4080 4079 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
4081 4080 | dependencies = [
|
4082 4081 | "form_urlencoded",
|
4083 4082 | "itoa",
|
4084 4083 | "ryu",
|
4085 4084 | "serde",
|
4086 4085 | ]
|
4087 4086 |
|
4088 4087 | [[package]]
|
4089 4088 | name = "serial_test"
|
4090 - | version = "3.3.1"
|
4089 + | version = "3.4.0"
|
4091 4090 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4092 - | checksum = "0d0b343e184fc3b7bb44dff0705fffcf4b3756ba6aff420dddd8b24ca145e555"
|
4091 + | checksum = "911bd979bf1070a3f3aa7b691a3b3e9968f339ceeec89e08c280a8a22207a32f"
|
4093 4092 | dependencies = [
|
4094 4093 | "futures-executor",
|
4095 4094 | "futures-util",
|
4096 4095 | "log",
|
4097 4096 | "once_cell",
|
4098 4097 | "parking_lot",
|
4099 4098 | "scc",
|
4100 4099 | "serial_test_derive",
|
4101 4100 | ]
|
4102 4101 |
|
4103 4102 | [[package]]
|
4104 4103 | name = "serial_test_derive"
|
4105 - | version = "3.3.1"
|
4104 + | version = "3.4.0"
|
4106 4105 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4107 - | checksum = "6f50427f258fb77356e4cd4aa0e87e2bd2c66dbcee41dc405282cae2bfc26c83"
|
4106 + | checksum = "0a7d91949b85b0d2fb687445e448b40d322b6b3e4af6b44a29b21d9a5f33e6d9"
|
4108 4107 | dependencies = [
|
4109 4108 | "proc-macro2",
|
4110 4109 | "quote",
|
4111 - | "syn 2.0.115",
|
4110 + | "syn 2.0.117",
|
4112 4111 | ]
|
4113 4112 |
|
4114 4113 | [[package]]
|
4115 4114 | name = "sha1"
|
4116 4115 | version = "0.10.6"
|
4117 4116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4118 4117 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
4119 4118 | dependencies = [
|
4120 4119 | "cfg-if",
|
4121 4120 | "cpufeatures",
|
4122 4121 | "digest",
|
4123 4122 | ]
|
4124 4123 |
|
4125 4124 | [[package]]
|
4126 4125 | name = "sha2"
|
4127 4126 | version = "0.10.9"
|
4128 4127 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4129 4128 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
4130 4129 | dependencies = [
|
4131 4130 | "cfg-if",
|
4132 4131 | "cpufeatures",
|
4133 4132 | "digest",
|
4134 4133 | ]
|
4135 4134 |
|
4136 4135 | [[package]]
|
4137 4136 | name = "sharded-slab"
|
4138 4137 | version = "0.1.7"
|
4139 4138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4140 4139 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
4141 4140 | dependencies = [
|
@@ -4251,4250 +4435,4434 @@
4251 4250 | name = "strsim"
|
4252 4251 | version = "0.10.0"
|
4253 4252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4254 4253 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
4255 4254 |
|
4256 4255 | [[package]]
|
4257 4256 | name = "strsim"
|
4258 4257 | version = "0.11.1"
|
4259 4258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4260 4259 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
4261 4260 |
|
4262 4261 | [[package]]
|
4263 4262 | name = "subtle"
|
4264 4263 | version = "2.6.1"
|
4265 4264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4266 4265 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4267 4266 |
|
4268 4267 | [[package]]
|
4269 4268 | name = "syn"
|
4270 4269 | version = "1.0.109"
|
4271 4270 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4272 4271 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
4273 4272 | dependencies = [
|
4274 4273 | "proc-macro2",
|
4275 4274 | "quote",
|
4276 4275 | "unicode-ident",
|
4277 4276 | ]
|
4278 4277 |
|
4279 4278 | [[package]]
|
4280 4279 | name = "syn"
|
4281 - | version = "2.0.115"
|
4280 + | version = "2.0.117"
|
4282 4281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4283 - | checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12"
|
4282 + | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
4284 4283 | dependencies = [
|
4285 4284 | "proc-macro2",
|
4286 4285 | "quote",
|
4287 4286 | "unicode-ident",
|
4288 4287 | ]
|
4289 4288 |
|
4290 4289 | [[package]]
|
4291 4290 | name = "sync_wrapper"
|
4292 4291 | version = "1.0.2"
|
4293 4292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4294 4293 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
4295 4294 |
|
4296 4295 | [[package]]
|
4297 4296 | name = "synstructure"
|
4298 4297 | version = "0.13.2"
|
4299 4298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4300 4299 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4301 4300 | dependencies = [
|
4302 4301 | "proc-macro2",
|
4303 4302 | "quote",
|
4304 - | "syn 2.0.115",
|
4303 + | "syn 2.0.117",
|
4305 4304 | ]
|
4306 4305 |
|
4307 4306 | [[package]]
|
4308 4307 | name = "system-configuration"
|
4309 4308 | version = "0.7.0"
|
4310 4309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4311 4310 | checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
4312 4311 | dependencies = [
|
4313 - | "bitflags 2.10.0",
|
4312 + | "bitflags 2.11.0",
|
4314 4313 | "core-foundation 0.9.4",
|
4315 4314 | "system-configuration-sys",
|
4316 4315 | ]
|
4317 4316 |
|
4318 4317 | [[package]]
|
4319 4318 | name = "system-configuration-sys"
|
4320 4319 | version = "0.6.0"
|
4321 4320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4322 4321 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4323 4322 | dependencies = [
|
4324 4323 | "core-foundation-sys",
|
4325 4324 | "libc",
|
4326 4325 | ]
|
4327 4326 |
|
4328 4327 | [[package]]
|
4329 4328 | name = "tagptr"
|
4330 4329 | version = "0.2.0"
|
4331 4330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4332 4331 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
4333 4332 |
|
4334 4333 | [[package]]
|
4335 4334 | name = "target-lexicon"
|
4336 4335 | version = "0.12.16"
|
4337 4336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4338 4337 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
4339 4338 |
|
4340 4339 | [[package]]
|
4341 4340 | name = "tempfile"
|
4342 - | version = "3.25.0"
|
4341 + | version = "3.26.0"
|
4343 4342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4344 - | checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
|
4343 + | checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
|
4345 4344 | dependencies = [
|
4346 4345 | "fastrand",
|
4347 4346 | "getrandom 0.4.1",
|
4348 4347 | "once_cell",
|
4349 4348 | "rustix",
|
4350 4349 | "windows-sys 0.61.2",
|
4351 4350 | ]
|
4352 4351 |
|
4353 4352 | [[package]]
|
4354 4353 | name = "termcolor"
|
4355 4354 | version = "1.4.1"
|
4356 4355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4357 4356 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
4358 4357 | dependencies = [
|
4359 4358 | "winapi-util",
|
4360 4359 | ]
|
4361 4360 |
|
4362 4361 | [[package]]
|
4363 4362 | name = "textwrap"
|
4364 4363 | version = "0.16.2"
|
4365 4364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4366 4365 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
4367 4366 |
|
4368 4367 | [[package]]
|
4369 4368 | name = "thiserror"
|
4370 4369 | version = "1.0.69"
|
4371 4370 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4372 4371 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4373 4372 | dependencies = [
|
4374 4373 | "thiserror-impl 1.0.69",
|
4375 4374 | ]
|
4376 4375 |
|
4377 4376 | [[package]]
|
4378 4377 | name = "thiserror"
|
4379 4378 | version = "2.0.18"
|
4380 4379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4381 4380 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
4382 4381 | dependencies = [
|
4383 4382 | "thiserror-impl 2.0.18",
|
4384 4383 | ]
|
4385 4384 |
|
4386 4385 | [[package]]
|
4387 4386 | name = "thiserror-impl"
|
4388 4387 | version = "1.0.69"
|
4389 4388 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4390 4389 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4391 4390 | dependencies = [
|
4392 4391 | "proc-macro2",
|
4393 4392 | "quote",
|
4394 - | "syn 2.0.115",
|
4393 + | "syn 2.0.117",
|
4395 4394 | ]
|
4396 4395 |
|
4397 4396 | [[package]]
|
4398 4397 | name = "thiserror-impl"
|
4399 4398 | version = "2.0.18"
|
4400 4399 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4401 4400 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
4402 4401 | dependencies = [
|
4403 4402 | "proc-macro2",
|
4404 4403 | "quote",
|
4405 - | "syn 2.0.115",
|
4404 + | "syn 2.0.117",
|
4406 4405 | ]
|
4407 4406 |
|
4408 4407 | [[package]]
|
4409 4408 | name = "thread_local"
|
4410 4409 | version = "1.1.9"
|
4411 4410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4412 4411 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
4413 4412 | dependencies = [
|
4414 4413 | "cfg-if",
|
4415 4414 | ]
|
4416 4415 |
|
4417 4416 | [[package]]
|
4418 4417 | name = "time"
|
4419 4418 | version = "0.3.47"
|
4420 4419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4421 4420 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
4422 4421 | dependencies = [
|
4423 4422 | "deranged",
|
4424 4423 | "itoa",
|
4425 4424 | "num-conv",
|
4426 4425 | "powerfmt",
|
4427 4426 | "serde_core",
|
4428 4427 | "time-core",
|
4429 4428 | "time-macros",
|
4430 4429 | ]
|
4431 4430 |
|
4432 4431 | [[package]]
|
4433 4432 | name = "time-core"
|
4434 4433 | version = "0.1.8"
|
4435 4434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4492,4491 +4571,4570 @@
4492 4491 | "thiserror 1.0.69",
|
4493 4492 | "tokio",
|
4494 4493 | "tokio-rustls 0.24.1",
|
4495 4494 | ]
|
4496 4495 |
|
4497 4496 | [[package]]
|
4498 4497 | name = "tokio"
|
4499 4498 | version = "1.49.0"
|
4500 4499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4501 4500 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
4502 4501 | dependencies = [
|
4503 4502 | "bytes",
|
4504 4503 | "libc",
|
4505 4504 | "mio",
|
4506 4505 | "parking_lot",
|
4507 4506 | "pin-project-lite",
|
4508 4507 | "signal-hook-registry",
|
4509 4508 | "socket2 0.6.2",
|
4510 4509 | "tokio-macros",
|
4511 4510 | "windows-sys 0.61.2",
|
4512 4511 | ]
|
4513 4512 |
|
4514 4513 | [[package]]
|
4515 4514 | name = "tokio-macros"
|
4516 4515 | version = "2.6.0"
|
4517 4516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4518 4517 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
4519 4518 | dependencies = [
|
4520 4519 | "proc-macro2",
|
4521 4520 | "quote",
|
4522 - | "syn 2.0.115",
|
4521 + | "syn 2.0.117",
|
4523 4522 | ]
|
4524 4523 |
|
4525 4524 | [[package]]
|
4526 4525 | name = "tokio-rustls"
|
4527 4526 | version = "0.24.1"
|
4528 4527 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4529 4528 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4530 4529 | dependencies = [
|
4531 4530 | "rustls 0.21.12",
|
4532 4531 | "tokio",
|
4533 4532 | ]
|
4534 4533 |
|
4535 4534 | [[package]]
|
4536 4535 | name = "tokio-rustls"
|
4537 4536 | version = "0.26.4"
|
4538 4537 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4539 4538 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4540 4539 | dependencies = [
|
4541 - | "rustls 0.23.36",
|
4540 + | "rustls 0.23.37",
|
4542 4541 | "tokio",
|
4543 4542 | ]
|
4544 4543 |
|
4545 4544 | [[package]]
|
4546 4545 | name = "tokio-stream"
|
4547 4546 | version = "0.1.18"
|
4548 4547 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4549 4548 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
4550 4549 | dependencies = [
|
4551 4550 | "futures-core",
|
4552 4551 | "pin-project-lite",
|
4553 4552 | "tokio",
|
4554 4553 | ]
|
4555 4554 |
|
4556 4555 | [[package]]
|
4557 4556 | name = "tokio-test"
|
4558 4557 | version = "0.4.5"
|
4559 4558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4560 4559 | checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
|
4561 4560 | dependencies = [
|
4562 4561 | "futures-core",
|
4563 4562 | "tokio",
|
4564 4563 | "tokio-stream",
|
4565 4564 | ]
|
4566 4565 |
|
4567 4566 | [[package]]
|
4568 4567 | name = "tokio-util"
|
4569 4568 | version = "0.7.18"
|
4570 4569 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4571 4570 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
@@ -4605,4604 +4665,4664 @@
4605 4604 | "pin-project-lite",
|
4606 4605 | "sync_wrapper",
|
4607 4606 | "tower-layer",
|
4608 4607 | "tower-service",
|
4609 4608 | ]
|
4610 4609 |
|
4611 4610 | [[package]]
|
4612 4611 | name = "tower-http"
|
4613 4612 | version = "0.3.5"
|
4614 4613 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4615 4614 | checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
4616 4615 | dependencies = [
|
4617 4616 | "bitflags 1.3.2",
|
4618 4617 | "bytes",
|
4619 4618 | "futures-core",
|
4620 4619 | "futures-util",
|
4621 4620 | "http 0.2.12",
|
4622 4621 | "http-body 0.4.6",
|
4623 4622 | "http-range-header",
|
4624 4623 | "pin-project-lite",
|
4625 4624 | "tower-layer",
|
4626 4625 | "tower-service",
|
4627 4626 | ]
|
4628 4627 |
|
4629 4628 | [[package]]
|
4630 4629 | name = "tower-http"
|
4631 4630 | version = "0.6.8"
|
4632 4631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4633 4632 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
4634 4633 | dependencies = [
|
4635 - | "bitflags 2.10.0",
|
4634 + | "bitflags 2.11.0",
|
4636 4635 | "bytes",
|
4637 4636 | "http 1.4.0",
|
4638 4637 | "http-body 1.0.1",
|
4639 4638 | "pin-project-lite",
|
4640 4639 | "tokio",
|
4641 4640 | "tower-layer",
|
4642 4641 | "tower-service",
|
4643 4642 | ]
|
4644 4643 |
|
4645 4644 | [[package]]
|
4646 4645 | name = "tower-layer"
|
4647 4646 | version = "0.3.3"
|
4648 4647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4649 4648 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
4650 4649 |
|
4651 4650 | [[package]]
|
4652 4651 | name = "tower-service"
|
4653 4652 | version = "0.3.3"
|
4654 4653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4655 4654 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
4656 4655 |
|
4657 4656 | [[package]]
|
4658 4657 | name = "tower-test"
|
4659 4658 | version = "0.4.0"
|
4660 4659 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4661 4660 | checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
4662 4661 | dependencies = [
|
4663 4662 | "futures-util",
|
4664 4663 | "pin-project",
|
4665 4664 | "tokio",
|
@@ -4673,4672 +4733,4732 @@
4673 4672 | version = "0.1.44"
|
4674 4673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4675 4674 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
4676 4675 | dependencies = [
|
4677 4676 | "log",
|
4678 4677 | "pin-project-lite",
|
4679 4678 | "tracing-attributes",
|
4680 4679 | "tracing-core",
|
4681 4680 | ]
|
4682 4681 |
|
4683 4682 | [[package]]
|
4684 4683 | name = "tracing-appender"
|
4685 4684 | version = "0.2.4"
|
4686 4685 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4687 4686 | checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
|
4688 4687 | dependencies = [
|
4689 4688 | "crossbeam-channel",
|
4690 4689 | "thiserror 2.0.18",
|
4691 4690 | "time",
|
4692 4691 | "tracing-subscriber",
|
4693 4692 | ]
|
4694 4693 |
|
4695 4694 | [[package]]
|
4696 4695 | name = "tracing-attributes"
|
4697 4696 | version = "0.1.31"
|
4698 4697 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4699 4698 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
4700 4699 | dependencies = [
|
4701 4700 | "proc-macro2",
|
4702 4701 | "quote",
|
4703 - | "syn 2.0.115",
|
4702 + | "syn 2.0.117",
|
4704 4703 | ]
|
4705 4704 |
|
4706 4705 | [[package]]
|
4707 4706 | name = "tracing-core"
|
4708 4707 | version = "0.1.36"
|
4709 4708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4710 4709 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
4711 4710 | dependencies = [
|
4712 4711 | "once_cell",
|
4713 4712 | "valuable",
|
4714 4713 | ]
|
4715 4714 |
|
4716 4715 | [[package]]
|
4717 4716 | name = "tracing-log"
|
4718 4717 | version = "0.2.0"
|
4719 4718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4720 4719 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
4721 4720 | dependencies = [
|
4722 4721 | "log",
|
4723 4722 | "once_cell",
|
4724 4723 | "tracing-core",
|
4725 4724 | ]
|
4726 4725 |
|
4727 4726 | [[package]]
|
4728 4727 | name = "tracing-serde"
|
4729 4728 | version = "0.2.0"
|
4730 4729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4731 4730 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
4732 4731 | dependencies = [
|
4733 4732 | "serde",
|
@@ -4746,4745 +4887,4886 @@
4746 4745 | "regex-automata",
|
4747 4746 | "serde",
|
4748 4747 | "serde_json",
|
4749 4748 | "sharded-slab",
|
4750 4749 | "smallvec",
|
4751 4750 | "thread_local",
|
4752 4751 | "tracing",
|
4753 4752 | "tracing-core",
|
4754 4753 | "tracing-log",
|
4755 4754 | "tracing-serde",
|
4756 4755 | ]
|
4757 4756 |
|
4758 4757 | [[package]]
|
4759 4758 | name = "tracing-test"
|
4760 4759 | version = "0.2.6"
|
4761 4760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4762 4761 | checksum = "19a4c448db514d4f24c5ddb9f73f2ee71bfb24c526cf0c570ba142d1119e0051"
|
4763 4762 | dependencies = [
|
4764 4763 | "tracing-core",
|
4765 4764 | "tracing-subscriber",
|
4766 4765 | "tracing-test-macro",
|
4767 4766 | ]
|
4768 4767 |
|
4769 4768 | [[package]]
|
4770 4769 | name = "tracing-test-macro"
|
4771 4770 | version = "0.2.6"
|
4772 4771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4773 4772 | checksum = "ad06847b7afb65c7866a36664b75c40b895e318cea4f71299f013fb22965329d"
|
4774 4773 | dependencies = [
|
4775 4774 | "quote",
|
4776 - | "syn 2.0.115",
|
4775 + | "syn 2.0.117",
|
4777 4776 | ]
|
4778 4777 |
|
4779 4778 | [[package]]
|
4780 4779 | name = "try-lock"
|
4781 4780 | version = "0.2.5"
|
4782 4781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4783 4782 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4784 4783 |
|
4785 4784 | [[package]]
|
4786 4785 | name = "typenum"
|
4787 4786 | version = "1.19.0"
|
4788 4787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4789 4788 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
4790 4789 |
|
4791 4790 | [[package]]
|
4792 4791 | name = "unarray"
|
4793 4792 | version = "0.1.4"
|
4794 4793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4795 4794 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4796 4795 |
|
4797 4796 | [[package]]
|
4798 4797 | name = "unicode-ident"
|
4799 - | version = "1.0.23"
|
4798 + | version = "1.0.24"
|
4800 4799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4801 - | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
|
4800 + | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
4802 4801 |
|
4803 4802 | [[package]]
|
4804 4803 | name = "unicode-xid"
|
4805 4804 | version = "0.2.6"
|
4806 4805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4807 4806 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
4808 4807 |
|
4809 4808 | [[package]]
|
4810 4809 | name = "unindent"
|
4811 4810 | version = "0.2.4"
|
4812 4811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4813 4812 | checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
4814 4813 |
|
4815 4814 | [[package]]
|
4816 4815 | name = "untrusted"
|
4817 4816 | version = "0.7.1"
|
4818 4817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4819 4818 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
4820 4819 |
|
4821 4820 | [[package]]
|
4822 4821 | name = "untrusted"
|
4823 4822 | version = "0.9.0"
|
4824 4823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4825 4824 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4826 4825 |
|
4827 4826 | [[package]]
|
4828 4827 | name = "url"
|
4829 4828 | version = "2.5.8"
|
4830 4829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4831 4830 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
4832 4831 | dependencies = [
|
4833 4832 | "form_urlencoded",
|
4834 4833 | "idna",
|
4835 4834 | "percent-encoding",
|
4836 4835 | "serde",
|
4837 4836 | ]
|
4838 4837 |
|
4839 4838 | [[package]]
|
4840 4839 | name = "urlencoding"
|
4841 4840 | version = "2.1.3"
|
4842 4841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4843 4842 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4844 4843 |
|
4845 4844 | [[package]]
|
4846 4845 | name = "utf8_iter"
|
4847 4846 | version = "1.0.4"
|
4848 4847 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4849 4848 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4850 4849 |
|
4851 4850 | [[package]]
|
4852 4851 | name = "uuid"
|
4853 - | version = "1.20.0"
|
4852 + | version = "1.21.0"
|
4854 4853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4855 - | checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
|
4854 + | checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
|
4856 4855 | dependencies = [
|
4857 - | "getrandom 0.3.4",
|
4856 + | "getrandom 0.4.1",
|
4858 4857 | "js-sys",
|
4859 4858 | "rand 0.9.2",
|
4860 4859 | "wasm-bindgen",
|
4861 4860 | ]
|
4862 4861 |
|
4863 4862 | [[package]]
|
4864 4863 | name = "valuable"
|
4865 4864 | version = "0.1.1"
|
4866 4865 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4867 4866 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4868 4867 |
|
4869 4868 | [[package]]
|
4870 4869 | name = "value-bag"
|
4871 4870 | version = "1.12.0"
|
4872 4871 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4873 4872 | checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
4874 4873 |
|
4875 4874 | [[package]]
|
4876 4875 | name = "version_check"
|
4877 4876 | version = "0.9.5"
|
4878 4877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4879 4878 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4880 4879 |
|
4881 4880 | [[package]]
|
4882 4881 | name = "vsimd"
|
4883 4882 | version = "0.8.0"
|
4884 4883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4885 4884 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4886 4885 |
|
4887 4886 | [[package]]
|
@@ -4911,4910 +5066,5065 @@
4911 4910 | dependencies = [
|
4912 4911 | "try-lock",
|
4913 4912 | ]
|
4914 4913 |
|
4915 4914 | [[package]]
|
4916 4915 | name = "wasi"
|
4917 4916 | version = "0.11.1+wasi-snapshot-preview1"
|
4918 4917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4919 4918 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4920 4919 |
|
4921 4920 | [[package]]
|
4922 4921 | name = "wasip2"
|
4923 4922 | version = "1.0.1+wasi-0.2.4"
|
4924 4923 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4925 4924 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
4926 4925 | dependencies = [
|
4927 4926 | "wit-bindgen 0.46.0",
|
4928 4927 | ]
|
4929 4928 |
|
4930 4929 | [[package]]
|
4931 4930 | name = "wasip3"
|
4932 4931 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
4933 4932 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4934 4933 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
4935 4934 | dependencies = [
|
4936 4935 | "wit-bindgen 0.51.0",
|
4937 4936 | ]
|
4938 4937 |
|
4939 4938 | [[package]]
|
4940 4939 | name = "wasm-bindgen"
|
4941 - | version = "0.2.108"
|
4940 + | version = "0.2.112"
|
4942 4941 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4943 - | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
4942 + | checksum = "05d7d0fce354c88b7982aec4400b3e7fcf723c32737cef571bd165f7613557ee"
|
4944 4943 | dependencies = [
|
4945 4944 | "cfg-if",
|
4946 4945 | "once_cell",
|
4947 4946 | "rustversion",
|
4948 4947 | "wasm-bindgen-macro",
|
4949 4948 | "wasm-bindgen-shared",
|
4950 4949 | ]
|
4951 4950 |
|
4952 4951 | [[package]]
|
4953 4952 | name = "wasm-bindgen-futures"
|
4954 - | version = "0.4.58"
|
4953 + | version = "0.4.62"
|
4955 4954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4956 - | checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
4955 + | checksum = "ee85afca410ac4abba5b584b12e77ea225db6ee5471d0aebaae0861166f9378a"
|
4957 4956 | dependencies = [
|
4958 4957 | "cfg-if",
|
4959 4958 | "futures-util",
|
4960 4959 | "js-sys",
|
4961 4960 | "once_cell",
|
4962 4961 | "wasm-bindgen",
|
4963 4962 | "web-sys",
|
4964 4963 | ]
|
4965 4964 |
|
4966 4965 | [[package]]
|
4967 4966 | name = "wasm-bindgen-macro"
|
4968 - | version = "0.2.108"
|
4967 + | version = "0.2.112"
|
4969 4968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4970 - | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
4969 + | checksum = "55839b71ba921e4f75b674cb16f843f4b1f3b26ddfcb3454de1cf65cc021ec0f"
|
4971 4970 | dependencies = [
|
4972 4971 | "quote",
|
4973 4972 | "wasm-bindgen-macro-support",
|
4974 4973 | ]
|
4975 4974 |
|
4976 4975 | [[package]]
|
4977 4976 | name = "wasm-bindgen-macro-support"
|
4978 - | version = "0.2.108"
|
4977 + | version = "0.2.112"
|
4979 4978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4980 - | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
4979 + | checksum = "caf2e969c2d60ff52e7e98b7392ff1588bffdd1ccd4769eba27222fd3d621571"
|
4981 4980 | dependencies = [
|
4982 4981 | "bumpalo",
|
4983 4982 | "proc-macro2",
|
4984 4983 | "quote",
|
4985 - | "syn 2.0.115",
|
4984 + | "syn 2.0.117",
|
4986 4985 | "wasm-bindgen-shared",
|
4987 4986 | ]
|
4988 4987 |
|
4989 4988 | [[package]]
|
4990 4989 | name = "wasm-bindgen-shared"
|
4991 - | version = "0.2.108"
|
4990 + | version = "0.2.112"
|
4992 4991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4993 - | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
4992 + | checksum = "0861f0dcdf46ea819407495634953cdcc8a8c7215ab799a7a7ce366be71c7b30"
|
4994 4993 | dependencies = [
|
4995 4994 | "unicode-ident",
|
4996 4995 | ]
|
4997 4996 |
|
4998 4997 | [[package]]
|
4999 4998 | name = "wasm-encoder"
|
5000 4999 | version = "0.244.0"
|
5001 5000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5002 5001 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
5003 5002 | dependencies = [
|
5004 5003 | "leb128fmt",
|
5005 5004 | "wasmparser",
|
5006 5005 | ]
|
5007 5006 |
|
5008 5007 | [[package]]
|
5009 5008 | name = "wasm-metadata"
|
5010 5009 | version = "0.244.0"
|
5011 5010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5012 5011 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
5013 5012 | dependencies = [
|
5014 5013 | "anyhow",
|
5015 5014 | "indexmap 2.13.0",
|
5016 5015 | "wasm-encoder",
|
5017 5016 | "wasmparser",
|
5018 5017 | ]
|
5019 5018 |
|
5020 5019 | [[package]]
|
5021 5020 | name = "wasmparser"
|
5022 5021 | version = "0.244.0"
|
5023 5022 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5024 5023 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
5025 5024 | dependencies = [
|
5026 - | "bitflags 2.10.0",
|
5025 + | "bitflags 2.11.0",
|
5027 5026 | "hashbrown 0.15.5",
|
5028 5027 | "indexmap 2.13.0",
|
5029 5028 | "semver",
|
5030 5029 | ]
|
5031 5030 |
|
5032 5031 | [[package]]
|
5033 5032 | name = "web-sys"
|
5034 - | version = "0.3.85"
|
5033 + | version = "0.3.89"
|
5035 5034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5036 - | checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
5035 + | checksum = "10053fbf9a374174094915bbce141e87a6bf32ecd9a002980db4b638405e8962"
|
5037 5036 | dependencies = [
|
5038 5037 | "js-sys",
|
5039 5038 | "wasm-bindgen",
|
5040 5039 | ]
|
5041 5040 |
|
5042 5041 | [[package]]
|
5043 5042 | name = "widestring"
|
5044 5043 | version = "1.2.1"
|
5045 5044 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5046 5045 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
5047 5046 |
|
5048 5047 | [[package]]
|
5049 5048 | name = "winapi"
|
5050 5049 | version = "0.3.9"
|
5051 5050 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5052 5051 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
5053 5052 | dependencies = [
|
5054 5053 | "winapi-i686-pc-windows-gnu",
|
5055 5054 | "winapi-x86_64-pc-windows-gnu",
|
5056 5055 | ]
|
5057 5056 |
|
5058 5057 | [[package]]
|
5059 5058 | name = "winapi-i686-pc-windows-gnu"
|
5060 5059 | version = "0.4.0"
|
5061 5060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5062 5061 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
5063 5062 |
|
5064 5063 | [[package]]
|
5065 5064 | name = "winapi-util"
|
5066 5065 | version = "0.1.11"
|
@@ -5322,5321 +5443,5442 @@
5322 5321 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
5323 5322 |
|
5324 5323 | [[package]]
|
5325 5324 | name = "windows_x86_64_msvc"
|
5326 5325 | version = "0.52.6"
|
5327 5326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5328 5327 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
5329 5328 |
|
5330 5329 | [[package]]
|
5331 5330 | name = "windows_x86_64_msvc"
|
5332 5331 | version = "0.53.1"
|
5333 5332 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5334 5333 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
5335 5334 |
|
5336 5335 | [[package]]
|
5337 5336 | name = "winreg"
|
5338 5337 | version = "0.50.0"
|
5339 5338 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5340 5339 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
5341 5340 | dependencies = [
|
5342 5341 | "cfg-if",
|
5343 5342 | "windows-sys 0.48.0",
|
5344 5343 | ]
|
5345 5344 |
|
5346 5345 | [[package]]
|
5347 5346 | name = "wit-bindgen"
|
5348 5347 | version = "0.46.0"
|
5349 5348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5350 5349 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
5351 5350 | dependencies = [
|
5352 - | "bitflags 2.10.0",
|
5351 + | "bitflags 2.11.0",
|
5353 5352 | ]
|
5354 5353 |
|
5355 5354 | [[package]]
|
5356 5355 | name = "wit-bindgen"
|
5357 5356 | version = "0.51.0"
|
5358 5357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5359 5358 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
5360 5359 | dependencies = [
|
5361 5360 | "wit-bindgen-rust-macro",
|
5362 5361 | ]
|
5363 5362 |
|
5364 5363 | [[package]]
|
5365 5364 | name = "wit-bindgen-core"
|
5366 5365 | version = "0.51.0"
|
5367 5366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5368 5367 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
5369 5368 | dependencies = [
|
5370 5369 | "anyhow",
|
5371 5370 | "heck 0.5.0",
|
5372 5371 | "wit-parser",
|
5373 5372 | ]
|
5374 5373 |
|
5375 5374 | [[package]]
|
5376 5375 | name = "wit-bindgen-rust"
|
5377 5376 | version = "0.51.0"
|
5378 5377 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5379 5378 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
5380 5379 | dependencies = [
|
5381 5380 | "anyhow",
|
5382 5381 | "heck 0.5.0",
|
5383 5382 | "indexmap 2.13.0",
|
5384 5383 | "prettyplease",
|
5385 - | "syn 2.0.115",
|
5384 + | "syn 2.0.117",
|
5386 5385 | "wasm-metadata",
|
5387 5386 | "wit-bindgen-core",
|
5388 5387 | "wit-component",
|
5389 5388 | ]
|
5390 5389 |
|
5391 5390 | [[package]]
|
5392 5391 | name = "wit-bindgen-rust-macro"
|
5393 5392 | version = "0.51.0"
|
5394 5393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5395 5394 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
5396 5395 | dependencies = [
|
5397 5396 | "anyhow",
|
5398 5397 | "prettyplease",
|
5399 5398 | "proc-macro2",
|
5400 5399 | "quote",
|
5401 - | "syn 2.0.115",
|
5400 + | "syn 2.0.117",
|
5402 5401 | "wit-bindgen-core",
|
5403 5402 | "wit-bindgen-rust",
|
5404 5403 | ]
|
5405 5404 |
|
5406 5405 | [[package]]
|
5407 5406 | name = "wit-component"
|
5408 5407 | version = "0.244.0"
|
5409 5408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5410 5409 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
5411 5410 | dependencies = [
|
5412 5411 | "anyhow",
|
5413 - | "bitflags 2.10.0",
|
5412 + | "bitflags 2.11.0",
|
5414 5413 | "indexmap 2.13.0",
|
5415 5414 | "log",
|
5416 5415 | "serde",
|
5417 5416 | "serde_derive",
|
5418 5417 | "serde_json",
|
5419 5418 | "wasm-encoder",
|
5420 5419 | "wasm-metadata",
|
5421 5420 | "wasmparser",
|
5422 5421 | "wit-parser",
|
5423 5422 | ]
|
5424 5423 |
|
5425 5424 | [[package]]
|
5426 5425 | name = "wit-parser"
|
5427 5426 | version = "0.244.0"
|
5428 5427 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5429 5428 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
5430 5429 | dependencies = [
|
5431 5430 | "anyhow",
|
5432 5431 | "id-arena",
|
5433 5432 | "indexmap 2.13.0",
|
5434 5433 | "log",
|
5435 5434 | "semver",
|
5436 5435 | "serde",
|
5437 5436 | "serde_derive",
|
5438 5437 | "serde_json",
|
5439 5438 | "unicode-xid",
|
5440 5439 | "wasmparser",
|
5441 5440 | ]
|
5442 5441 |
|
5443 5442 | [[package]]
|
@@ -5459,5458 +5571,5570 @@
5459 5458 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
5460 5459 |
|
5461 5460 | [[package]]
|
5462 5461 | name = "yasna"
|
5463 5462 | version = "0.5.2"
|
5464 5463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5465 5464 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
5466 5465 | dependencies = [
|
5467 5466 | "time",
|
5468 5467 | ]
|
5469 5468 |
|
5470 5469 | [[package]]
|
5471 5470 | name = "yoke"
|
5472 5471 | version = "0.8.1"
|
5473 5472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5474 5473 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
5475 5474 | dependencies = [
|
5476 5475 | "stable_deref_trait",
|
5477 5476 | "yoke-derive",
|
5478 5477 | "zerofrom",
|
5479 5478 | ]
|
5480 5479 |
|
5481 5480 | [[package]]
|
5482 5481 | name = "yoke-derive"
|
5483 5482 | version = "0.8.1"
|
5484 5483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5485 5484 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
5486 5485 | dependencies = [
|
5487 5486 | "proc-macro2",
|
5488 5487 | "quote",
|
5489 - | "syn 2.0.115",
|
5488 + | "syn 2.0.117",
|
5490 5489 | "synstructure",
|
5491 5490 | ]
|
5492 5491 |
|
5493 5492 | [[package]]
|
5494 5493 | name = "zerocopy"
|
5495 5494 | version = "0.8.39"
|
5496 5495 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5497 5496 | checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
5498 5497 | dependencies = [
|
5499 5498 | "zerocopy-derive",
|
5500 5499 | ]
|
5501 5500 |
|
5502 5501 | [[package]]
|
5503 5502 | name = "zerocopy-derive"
|
5504 5503 | version = "0.8.39"
|
5505 5504 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5506 5505 | checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
5507 5506 | dependencies = [
|
5508 5507 | "proc-macro2",
|
5509 5508 | "quote",
|
5510 - | "syn 2.0.115",
|
5509 + | "syn 2.0.117",
|
5511 5510 | ]
|
5512 5511 |
|
5513 5512 | [[package]]
|
5514 5513 | name = "zerofrom"
|
5515 5514 | version = "0.1.6"
|
5516 5515 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5517 5516 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
5518 5517 | dependencies = [
|
5519 5518 | "zerofrom-derive",
|
5520 5519 | ]
|
5521 5520 |
|
5522 5521 | [[package]]
|
5523 5522 | name = "zerofrom-derive"
|
5524 5523 | version = "0.1.6"
|
5525 5524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5526 5525 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
5527 5526 | dependencies = [
|
5528 5527 | "proc-macro2",
|
5529 5528 | "quote",
|
5530 - | "syn 2.0.115",
|
5529 + | "syn 2.0.117",
|
5531 5530 | "synstructure",
|
5532 5531 | ]
|
5533 5532 |
|
5534 5533 | [[package]]
|
5535 5534 | name = "zeroize"
|
5536 5535 | version = "1.8.2"
|
5537 5536 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5538 5537 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
5539 5538 |
|
5540 5539 | [[package]]
|
5541 5540 | name = "zerotrie"
|
5542 5541 | version = "0.2.3"
|
5543 5542 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5544 5543 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
5545 5544 | dependencies = [
|
5546 5545 | "displaydoc",
|
5547 5546 | "yoke",
|
5548 5547 | "zerofrom",
|
5549 5548 | ]
|
5550 5549 |
|
5551 5550 | [[package]]
|
5552 5551 | name = "zerovec"
|
5553 5552 | version = "0.11.5"
|
5554 5553 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5555 5554 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
5556 5555 | dependencies = [
|
5557 5556 | "yoke",
|
5558 5557 | "zerofrom",
|
5559 5558 | "zerovec-derive",
|
5560 5559 | ]
|
5561 5560 |
|
5562 5561 | [[package]]
|
5563 5562 | name = "zerovec-derive"
|
5564 5563 | version = "0.11.2"
|
5565 5564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5566 5565 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
5567 5566 | dependencies = [
|
5568 5567 | "proc-macro2",
|
5569 5568 | "quote",
|
5570 - | "syn 2.0.115",
|
5569 + | "syn 2.0.117",
|
5571 5570 | ]
|