conserve: 23.5.0 -> 23.9.0

Diff: https://github.com/sourcefrog/conserve/compare/v23.5.0...v23.9.0

authored by Peder Bergebakken Sundt and committed by Yt cc27cd5f 05915e91

+3 -2031
-2023
pkgs/tools/backup/conserve/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "ahash" 7 - version = "0.8.3" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 10 - dependencies = [ 11 - "cfg-if", 12 - "once_cell", 13 - "version_check", 14 - ] 15 - 16 - [[package]] 17 - name = "aho-corasick" 18 - version = "0.7.20" 19 - source = "registry+https://github.com/rust-lang/crates.io-index" 20 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 21 - dependencies = [ 22 - "memchr", 23 - ] 24 - 25 - [[package]] 26 - name = "aho-corasick" 27 - version = "1.0.1" 28 - source = "registry+https://github.com/rust-lang/crates.io-index" 29 - checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 30 - dependencies = [ 31 - "memchr", 32 - ] 33 - 34 - [[package]] 35 - name = "anstream" 36 - version = "0.3.2" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 39 - dependencies = [ 40 - "anstyle", 41 - "anstyle-parse", 42 - "anstyle-query", 43 - "anstyle-wincon", 44 - "colorchoice", 45 - "is-terminal", 46 - "utf8parse", 47 - ] 48 - 49 - [[package]] 50 - name = "anstyle" 51 - version = "1.0.0" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 54 - 55 - [[package]] 56 - name = "anstyle-parse" 57 - version = "0.2.0" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 60 - dependencies = [ 61 - "utf8parse", 62 - ] 63 - 64 - [[package]] 65 - name = "anstyle-query" 66 - version = "1.0.0" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 69 - dependencies = [ 70 - "windows-sys 0.48.0", 71 - ] 72 - 73 - [[package]] 74 - name = "anstyle-wincon" 75 - version = "1.0.1" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 78 - dependencies = [ 79 - "anstyle", 80 - "windows-sys 0.48.0", 81 - ] 82 - 83 - [[package]] 84 - name = "arrayvec" 85 - version = "0.4.12" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 88 - dependencies = [ 89 - "nodrop", 90 - ] 91 - 92 - [[package]] 93 - name = "assert_cmd" 94 - version = "2.0.11" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 97 - dependencies = [ 98 - "anstyle", 99 - "bstr", 100 - "doc-comment", 101 - "predicates", 102 - "predicates-core", 103 - "predicates-tree", 104 - "wait-timeout", 105 - ] 106 - 107 - [[package]] 108 - name = "assert_fs" 109 - version = "1.0.13" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 112 - dependencies = [ 113 - "anstyle", 114 - "doc-comment", 115 - "globwalk", 116 - "predicates", 117 - "predicates-core", 118 - "predicates-tree", 119 - "tempfile", 120 - ] 121 - 122 - [[package]] 123 - name = "assert_matches" 124 - version = "1.5.0" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 127 - 128 - [[package]] 129 - name = "atty" 130 - version = "0.2.14" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 133 - dependencies = [ 134 - "hermit-abi 0.1.19", 135 - "libc", 136 - "winapi", 137 - ] 138 - 139 - [[package]] 140 - name = "autocfg" 141 - version = "1.1.0" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 144 - 145 - [[package]] 146 - name = "bit-set" 147 - version = "0.5.3" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 150 - dependencies = [ 151 - "bit-vec", 152 - ] 153 - 154 - [[package]] 155 - name = "bit-vec" 156 - version = "0.6.3" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 159 - 160 - [[package]] 161 - name = "bitflags" 162 - version = "1.3.2" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 165 - 166 - [[package]] 167 - name = "blake2-rfc" 168 - version = "0.2.18" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" 171 - dependencies = [ 172 - "arrayvec", 173 - "constant_time_eq", 174 - ] 175 - 176 - [[package]] 177 - name = "bstr" 178 - version = "1.5.0" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" 181 - dependencies = [ 182 - "memchr", 183 - "once_cell", 184 - "regex-automata", 185 - "serde", 186 - ] 187 - 188 - [[package]] 189 - name = "bumpalo" 190 - version = "3.13.0" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 193 - 194 - [[package]] 195 - name = "byteorder" 196 - version = "1.4.3" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 199 - 200 - [[package]] 201 - name = "bytes" 202 - version = "1.4.0" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 205 - 206 - [[package]] 207 - name = "cachedir" 208 - version = "0.3.0" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "e236bf5873ea57ec2877445297f4da008916bfae51567131acfc54a073d694f3" 211 - dependencies = [ 212 - "tempfile", 213 - ] 214 - 215 - [[package]] 216 - name = "cc" 217 - version = "1.0.79" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 220 - 221 - [[package]] 222 - name = "cfg-if" 223 - version = "1.0.0" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 226 - 227 - [[package]] 228 - name = "clap" 229 - version = "4.3.0" 230 - source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" 232 - dependencies = [ 233 - "clap_builder", 234 - "clap_derive", 235 - "once_cell", 236 - ] 237 - 238 - [[package]] 239 - name = "clap_builder" 240 - version = "4.3.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" 243 - dependencies = [ 244 - "anstream", 245 - "anstyle", 246 - "bitflags", 247 - "clap_lex", 248 - "strsim", 249 - "terminal_size", 250 - ] 251 - 252 - [[package]] 253 - name = "clap_derive" 254 - version = "4.3.0" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" 257 - dependencies = [ 258 - "heck", 259 - "proc-macro2 1.0.58", 260 - "quote 1.0.27", 261 - "syn 2.0.16", 262 - ] 263 - 264 - [[package]] 265 - name = "clap_lex" 266 - version = "0.5.0" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 269 - 270 - [[package]] 271 - name = "clicolors-control" 272 - version = "1.0.1" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 275 - dependencies = [ 276 - "atty", 277 - "lazy_static", 278 - "libc", 279 - "winapi", 280 - ] 281 - 282 - [[package]] 283 - name = "colorchoice" 284 - version = "1.0.0" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 287 - 288 - [[package]] 289 - name = "conserve" 290 - version = "23.5.0" 291 - dependencies = [ 292 - "assert_cmd", 293 - "assert_fs", 294 - "assert_matches", 295 - "blake2-rfc", 296 - "bytes", 297 - "cachedir", 298 - "clap", 299 - "clicolors-control", 300 - "cp_r", 301 - "derive_more", 302 - "dir-assert", 303 - "filetime", 304 - "globset", 305 - "hex", 306 - "indoc", 307 - "itertools", 308 - "lazy_static", 309 - "metrics", 310 - "metrics-util", 311 - "mutants", 312 - "nix", 313 - "nutmeg", 314 - "predicates", 315 - "pretty_assertions", 316 - "proptest", 317 - "proptest-derive", 318 - "rayon", 319 - "readahead-iterator", 320 - "regex", 321 - "rstest", 322 - "semver", 323 - "serde", 324 - "serde_json", 325 - "snap", 326 - "tempfile", 327 - "thiserror", 328 - "thousands", 329 - "time", 330 - "tracing", 331 - "tracing-appender", 332 - "tracing-subscriber", 333 - "tracing-test", 334 - "unix_mode", 335 - "url", 336 - "users", 337 - ] 338 - 339 - [[package]] 340 - name = "constant_time_eq" 341 - version = "0.1.5" 342 - source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 344 - 345 - [[package]] 346 - name = "convert_case" 347 - version = "0.4.0" 348 - source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 350 - 351 - [[package]] 352 - name = "cp_r" 353 - version = "0.5.1" 354 - source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "f21d305efe161d2d3179950f5746837215197e774bf7424c12eafc191b63e88a" 356 - dependencies = [ 357 - "filetime", 358 - ] 359 - 360 - [[package]] 361 - name = "crossbeam-channel" 362 - version = "0.5.8" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 365 - dependencies = [ 366 - "cfg-if", 367 - "crossbeam-utils", 368 - ] 369 - 370 - [[package]] 371 - name = "crossbeam-deque" 372 - version = "0.8.3" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 375 - dependencies = [ 376 - "cfg-if", 377 - "crossbeam-epoch", 378 - "crossbeam-utils", 379 - ] 380 - 381 - [[package]] 382 - name = "crossbeam-epoch" 383 - version = "0.9.14" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 386 - dependencies = [ 387 - "autocfg", 388 - "cfg-if", 389 - "crossbeam-utils", 390 - "memoffset 0.8.0", 391 - "scopeguard", 392 - ] 393 - 394 - [[package]] 395 - name = "crossbeam-utils" 396 - version = "0.8.15" 397 - source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 399 - dependencies = [ 400 - "cfg-if", 401 - ] 402 - 403 - [[package]] 404 - name = "ctor" 405 - version = "0.1.26" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 408 - dependencies = [ 409 - "quote 1.0.27", 410 - "syn 1.0.109", 411 - ] 412 - 413 - [[package]] 414 - name = "derive_more" 415 - version = "0.99.17" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 418 - dependencies = [ 419 - "convert_case", 420 - "proc-macro2 1.0.58", 421 - "quote 1.0.27", 422 - "rustc_version", 423 - "syn 1.0.109", 424 - ] 425 - 426 - [[package]] 427 - name = "diff" 428 - version = "0.1.13" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 431 - 432 - [[package]] 433 - name = "difflib" 434 - version = "0.4.0" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 437 - 438 - [[package]] 439 - name = "dir-assert" 440 - version = "0.2.0" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "52079f51e329f84f2895c4752455296d9a2dab76d7af51fc7b026f05889b1899" 443 - 444 - [[package]] 445 - name = "doc-comment" 446 - version = "0.3.3" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 449 - 450 - [[package]] 451 - name = "either" 452 - version = "1.8.1" 453 - source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 455 - 456 - [[package]] 457 - name = "endian-type" 458 - version = "0.1.2" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 461 - 462 - [[package]] 463 - name = "errno" 464 - version = "0.3.1" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 467 - dependencies = [ 468 - "errno-dragonfly", 469 - "libc", 470 - "windows-sys 0.48.0", 471 - ] 472 - 473 - [[package]] 474 - name = "errno-dragonfly" 475 - version = "0.1.2" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 478 - dependencies = [ 479 - "cc", 480 - "libc", 481 - ] 482 - 483 - [[package]] 484 - name = "fastrand" 485 - version = "1.9.0" 486 - source = "registry+https://github.com/rust-lang/crates.io-index" 487 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 488 - dependencies = [ 489 - "instant", 490 - ] 491 - 492 - [[package]] 493 - name = "filetime" 494 - version = "0.2.21" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 497 - dependencies = [ 498 - "cfg-if", 499 - "libc", 500 - "redox_syscall 0.2.16", 501 - "windows-sys 0.48.0", 502 - ] 503 - 504 - [[package]] 505 - name = "float-cmp" 506 - version = "0.9.0" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 509 - dependencies = [ 510 - "num-traits", 511 - ] 512 - 513 - [[package]] 514 - name = "fnv" 515 - version = "1.0.7" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 518 - 519 - [[package]] 520 - name = "form_urlencoded" 521 - version = "1.1.0" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 524 - dependencies = [ 525 - "percent-encoding", 526 - ] 527 - 528 - [[package]] 529 - name = "getrandom" 530 - version = "0.2.9" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 533 - dependencies = [ 534 - "cfg-if", 535 - "libc", 536 - "wasi", 537 - ] 538 - 539 - [[package]] 540 - name = "globset" 541 - version = "0.4.10" 542 - source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 544 - dependencies = [ 545 - "aho-corasick 0.7.20", 546 - "bstr", 547 - "fnv", 548 - "log", 549 - "regex", 550 - ] 551 - 552 - [[package]] 553 - name = "globwalk" 554 - version = "0.8.1" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 557 - dependencies = [ 558 - "bitflags", 559 - "ignore", 560 - "walkdir", 561 - ] 562 - 563 - [[package]] 564 - name = "hashbrown" 565 - version = "0.12.3" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 568 - 569 - [[package]] 570 - name = "hashbrown" 571 - version = "0.13.2" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 574 - dependencies = [ 575 - "ahash", 576 - ] 577 - 578 - [[package]] 579 - name = "heck" 580 - version = "0.4.1" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 583 - 584 - [[package]] 585 - name = "hermit-abi" 586 - version = "0.1.19" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 589 - dependencies = [ 590 - "libc", 591 - ] 592 - 593 - [[package]] 594 - name = "hermit-abi" 595 - version = "0.2.6" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 598 - dependencies = [ 599 - "libc", 600 - ] 601 - 602 - [[package]] 603 - name = "hermit-abi" 604 - version = "0.3.1" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 607 - 608 - [[package]] 609 - name = "hex" 610 - version = "0.4.3" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 613 - 614 - [[package]] 615 - name = "idna" 616 - version = "0.3.0" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 619 - dependencies = [ 620 - "unicode-bidi", 621 - "unicode-normalization", 622 - ] 623 - 624 - [[package]] 625 - name = "ignore" 626 - version = "0.4.20" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 629 - dependencies = [ 630 - "globset", 631 - "lazy_static", 632 - "log", 633 - "memchr", 634 - "regex", 635 - "same-file", 636 - "thread_local", 637 - "walkdir", 638 - "winapi-util", 639 - ] 640 - 641 - [[package]] 642 - name = "indexmap" 643 - version = "1.9.3" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 646 - dependencies = [ 647 - "autocfg", 648 - "hashbrown 0.12.3", 649 - ] 650 - 651 - [[package]] 652 - name = "indoc" 653 - version = "2.0.1" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 656 - 657 - [[package]] 658 - name = "instant" 659 - version = "0.1.12" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 662 - dependencies = [ 663 - "cfg-if", 664 - ] 665 - 666 - [[package]] 667 - name = "io-lifetimes" 668 - version = "1.0.10" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 671 - dependencies = [ 672 - "hermit-abi 0.3.1", 673 - "libc", 674 - "windows-sys 0.48.0", 675 - ] 676 - 677 - [[package]] 678 - name = "is-terminal" 679 - version = "0.4.7" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 682 - dependencies = [ 683 - "hermit-abi 0.3.1", 684 - "io-lifetimes", 685 - "rustix", 686 - "windows-sys 0.48.0", 687 - ] 688 - 689 - [[package]] 690 - name = "itertools" 691 - version = "0.10.5" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 694 - dependencies = [ 695 - "either", 696 - ] 697 - 698 - [[package]] 699 - name = "itoa" 700 - version = "1.0.6" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 703 - 704 - [[package]] 705 - name = "js-sys" 706 - version = "0.3.63" 707 - source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 709 - dependencies = [ 710 - "wasm-bindgen", 711 - ] 712 - 713 - [[package]] 714 - name = "lazy_static" 715 - version = "1.4.0" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 718 - 719 - [[package]] 720 - name = "libc" 721 - version = "0.2.144" 722 - source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 724 - 725 - [[package]] 726 - name = "libm" 727 - version = "0.2.7" 728 - source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 730 - 731 - [[package]] 732 - name = "linux-raw-sys" 733 - version = "0.3.8" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 736 - 737 - [[package]] 738 - name = "lock_api" 739 - version = "0.4.9" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 742 - dependencies = [ 743 - "autocfg", 744 - "scopeguard", 745 - ] 746 - 747 - [[package]] 748 - name = "log" 749 - version = "0.4.17" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 752 - dependencies = [ 753 - "cfg-if", 754 - ] 755 - 756 - [[package]] 757 - name = "mach2" 758 - version = "0.4.1" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 761 - dependencies = [ 762 - "libc", 763 - ] 764 - 765 - [[package]] 766 - name = "matchers" 767 - version = "0.1.0" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 770 - dependencies = [ 771 - "regex-automata", 772 - ] 773 - 774 - [[package]] 775 - name = "memchr" 776 - version = "2.5.0" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 779 - 780 - [[package]] 781 - name = "memoffset" 782 - version = "0.7.1" 783 - source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 785 - dependencies = [ 786 - "autocfg", 787 - ] 788 - 789 - [[package]] 790 - name = "memoffset" 791 - version = "0.8.0" 792 - source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 794 - dependencies = [ 795 - "autocfg", 796 - ] 797 - 798 - [[package]] 799 - name = "metrics" 800 - version = "0.21.0" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "aa8ebbd1a9e57bbab77b9facae7f5136aea44c356943bf9a198f647da64285d6" 803 - dependencies = [ 804 - "ahash", 805 - "metrics-macros", 806 - "portable-atomic", 807 - ] 808 - 809 - [[package]] 810 - name = "metrics-macros" 811 - version = "0.7.0" 812 - source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "ddece26afd34c31585c74a4db0630c376df271c285d682d1e55012197830b6df" 814 - dependencies = [ 815 - "proc-macro2 1.0.58", 816 - "quote 1.0.27", 817 - "syn 2.0.16", 818 - ] 819 - 820 - [[package]] 821 - name = "metrics-util" 822 - version = "0.15.0" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "111cb375987443c3de8d503580b536f77dc8416d32db62d9456db5d93bd7ac47" 825 - dependencies = [ 826 - "aho-corasick 0.7.20", 827 - "crossbeam-epoch", 828 - "crossbeam-utils", 829 - "hashbrown 0.13.2", 830 - "indexmap", 831 - "metrics", 832 - "num_cpus", 833 - "ordered-float", 834 - "quanta", 835 - "radix_trie", 836 - "sketches-ddsketch", 837 - ] 838 - 839 - [[package]] 840 - name = "mutants" 841 - version = "0.0.3" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126" 844 - 845 - [[package]] 846 - name = "nibble_vec" 847 - version = "0.1.0" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 850 - dependencies = [ 851 - "smallvec", 852 - ] 853 - 854 - [[package]] 855 - name = "nix" 856 - version = "0.26.2" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 859 - dependencies = [ 860 - "bitflags", 861 - "cfg-if", 862 - "libc", 863 - "memoffset 0.7.1", 864 - "pin-utils", 865 - "static_assertions", 866 - ] 867 - 868 - [[package]] 869 - name = "nodrop" 870 - version = "0.1.14" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 873 - 874 - [[package]] 875 - name = "normalize-line-endings" 876 - version = "0.3.0" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 879 - 880 - [[package]] 881 - name = "nu-ansi-term" 882 - version = "0.46.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 885 - dependencies = [ 886 - "overload", 887 - "winapi", 888 - ] 889 - 890 - [[package]] 891 - name = "num-traits" 892 - version = "0.2.15" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 895 - dependencies = [ 896 - "autocfg", 897 - "libm", 898 - ] 899 - 900 - [[package]] 901 - name = "num_cpus" 902 - version = "1.15.0" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 905 - dependencies = [ 906 - "hermit-abi 0.2.6", 907 - "libc", 908 - ] 909 - 910 - [[package]] 911 - name = "num_threads" 912 - version = "0.1.6" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 915 - dependencies = [ 916 - "libc", 917 - ] 918 - 919 - [[package]] 920 - name = "nutmeg" 921 - version = "0.1.3-pre" 922 - source = "git+https://github.com/sourcefrog/nutmeg#2d10f07580e038040f9ea72b0cc9cc65b3316104" 923 - dependencies = [ 924 - "atty", 925 - "parking_lot", 926 - "terminal_size", 927 - "yansi", 928 - ] 929 - 930 - [[package]] 931 - name = "once_cell" 932 - version = "1.17.1" 933 - source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 935 - 936 - [[package]] 937 - name = "ordered-float" 938 - version = "3.7.0" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213" 941 - dependencies = [ 942 - "num-traits", 943 - ] 944 - 945 - [[package]] 946 - name = "output_vt100" 947 - version = "0.1.3" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 950 - dependencies = [ 951 - "winapi", 952 - ] 953 - 954 - [[package]] 955 - name = "overload" 956 - version = "0.1.1" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 959 - 960 - [[package]] 961 - name = "parking_lot" 962 - version = "0.12.1" 963 - source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 965 - dependencies = [ 966 - "lock_api", 967 - "parking_lot_core", 968 - ] 969 - 970 - [[package]] 971 - name = "parking_lot_core" 972 - version = "0.9.7" 973 - source = "registry+https://github.com/rust-lang/crates.io-index" 974 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 975 - dependencies = [ 976 - "cfg-if", 977 - "libc", 978 - "redox_syscall 0.2.16", 979 - "smallvec", 980 - "windows-sys 0.45.0", 981 - ] 982 - 983 - [[package]] 984 - name = "percent-encoding" 985 - version = "2.2.0" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 988 - 989 - [[package]] 990 - name = "pin-project-lite" 991 - version = "0.2.9" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 994 - 995 - [[package]] 996 - name = "pin-utils" 997 - version = "0.1.0" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1000 - 1001 - [[package]] 1002 - name = "portable-atomic" 1003 - version = "1.3.2" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5" 1006 - 1007 - [[package]] 1008 - name = "ppv-lite86" 1009 - version = "0.2.17" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1012 - 1013 - [[package]] 1014 - name = "predicates" 1015 - version = "3.0.3" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 1018 - dependencies = [ 1019 - "anstyle", 1020 - "difflib", 1021 - "float-cmp", 1022 - "itertools", 1023 - "normalize-line-endings", 1024 - "predicates-core", 1025 - "regex", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "predicates-core" 1030 - version = "1.0.6" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1033 - 1034 - [[package]] 1035 - name = "predicates-tree" 1036 - version = "1.0.9" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1039 - dependencies = [ 1040 - "predicates-core", 1041 - "termtree", 1042 - ] 1043 - 1044 - [[package]] 1045 - name = "pretty_assertions" 1046 - version = "1.3.0" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 1049 - dependencies = [ 1050 - "ctor", 1051 - "diff", 1052 - "output_vt100", 1053 - "yansi", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "proc-macro2" 1058 - version = "0.4.30" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1061 - dependencies = [ 1062 - "unicode-xid", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "proc-macro2" 1067 - version = "1.0.58" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 1070 - dependencies = [ 1071 - "unicode-ident", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "proptest" 1076 - version = "1.2.0" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" 1079 - dependencies = [ 1080 - "bit-set", 1081 - "bitflags", 1082 - "byteorder", 1083 - "lazy_static", 1084 - "num-traits", 1085 - "rand", 1086 - "rand_chacha", 1087 - "rand_xorshift", 1088 - "regex-syntax 0.6.29", 1089 - "rusty-fork", 1090 - "tempfile", 1091 - "unarray", 1092 - ] 1093 - 1094 - [[package]] 1095 - name = "proptest-derive" 1096 - version = "0.3.0" 1097 - source = "registry+https://github.com/rust-lang/crates.io-index" 1098 - checksum = "90b46295382dc76166cb7cf2bb4a97952464e4b7ed5a43e6cd34e1fec3349ddc" 1099 - dependencies = [ 1100 - "proc-macro2 0.4.30", 1101 - "quote 0.6.13", 1102 - "syn 0.15.44", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "quanta" 1107 - version = "0.11.0" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "8cc73c42f9314c4bdce450c77e6f09ecbddefbeddb1b5979ded332a3913ded33" 1110 - dependencies = [ 1111 - "crossbeam-utils", 1112 - "libc", 1113 - "mach2", 1114 - "once_cell", 1115 - "raw-cpuid", 1116 - "wasi", 1117 - "web-sys", 1118 - "winapi", 1119 - ] 1120 - 1121 - [[package]] 1122 - name = "quick-error" 1123 - version = "1.2.3" 1124 - source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1126 - 1127 - [[package]] 1128 - name = "quote" 1129 - version = "0.6.13" 1130 - source = "registry+https://github.com/rust-lang/crates.io-index" 1131 - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1132 - dependencies = [ 1133 - "proc-macro2 0.4.30", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "quote" 1138 - version = "1.0.27" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1141 - dependencies = [ 1142 - "proc-macro2 1.0.58", 1143 - ] 1144 - 1145 - [[package]] 1146 - name = "radix_trie" 1147 - version = "0.2.1" 1148 - source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 1150 - dependencies = [ 1151 - "endian-type", 1152 - "nibble_vec", 1153 - ] 1154 - 1155 - [[package]] 1156 - name = "rand" 1157 - version = "0.8.5" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1160 - dependencies = [ 1161 - "libc", 1162 - "rand_chacha", 1163 - "rand_core", 1164 - ] 1165 - 1166 - [[package]] 1167 - name = "rand_chacha" 1168 - version = "0.3.1" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1171 - dependencies = [ 1172 - "ppv-lite86", 1173 - "rand_core", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "rand_core" 1178 - version = "0.6.4" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1181 - dependencies = [ 1182 - "getrandom", 1183 - ] 1184 - 1185 - [[package]] 1186 - name = "rand_xorshift" 1187 - version = "0.3.0" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 1190 - dependencies = [ 1191 - "rand_core", 1192 - ] 1193 - 1194 - [[package]] 1195 - name = "raw-cpuid" 1196 - version = "10.7.0" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 1199 - dependencies = [ 1200 - "bitflags", 1201 - ] 1202 - 1203 - [[package]] 1204 - name = "rayon" 1205 - version = "1.7.0" 1206 - source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1208 - dependencies = [ 1209 - "either", 1210 - "rayon-core", 1211 - ] 1212 - 1213 - [[package]] 1214 - name = "rayon-core" 1215 - version = "1.11.0" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1218 - dependencies = [ 1219 - "crossbeam-channel", 1220 - "crossbeam-deque", 1221 - "crossbeam-utils", 1222 - "num_cpus", 1223 - ] 1224 - 1225 - [[package]] 1226 - name = "readahead-iterator" 1227 - version = "0.1.1" 1228 - source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - checksum = "73ea134c32fe12df286020949d57d052a90c4001f2dbec4c1c074f39bcb7fc8c" 1230 - 1231 - [[package]] 1232 - name = "redox_syscall" 1233 - version = "0.2.16" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1236 - dependencies = [ 1237 - "bitflags", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "redox_syscall" 1242 - version = "0.3.5" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1245 - dependencies = [ 1246 - "bitflags", 1247 - ] 1248 - 1249 - [[package]] 1250 - name = "regex" 1251 - version = "1.8.2" 1252 - source = "registry+https://github.com/rust-lang/crates.io-index" 1253 - checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" 1254 - dependencies = [ 1255 - "aho-corasick 1.0.1", 1256 - "memchr", 1257 - "regex-syntax 0.7.2", 1258 - ] 1259 - 1260 - [[package]] 1261 - name = "regex-automata" 1262 - version = "0.1.10" 1263 - source = "registry+https://github.com/rust-lang/crates.io-index" 1264 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1265 - dependencies = [ 1266 - "regex-syntax 0.6.29", 1267 - ] 1268 - 1269 - [[package]] 1270 - name = "regex-syntax" 1271 - version = "0.6.29" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1274 - 1275 - [[package]] 1276 - name = "regex-syntax" 1277 - version = "0.7.2" 1278 - source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1280 - 1281 - [[package]] 1282 - name = "rstest" 1283 - version = "0.17.0" 1284 - source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962" 1286 - dependencies = [ 1287 - "rstest_macros", 1288 - "rustc_version", 1289 - ] 1290 - 1291 - [[package]] 1292 - name = "rstest_macros" 1293 - version = "0.17.0" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8" 1296 - dependencies = [ 1297 - "cfg-if", 1298 - "proc-macro2 1.0.58", 1299 - "quote 1.0.27", 1300 - "rustc_version", 1301 - "syn 1.0.109", 1302 - "unicode-ident", 1303 - ] 1304 - 1305 - [[package]] 1306 - name = "rustc_version" 1307 - version = "0.4.0" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1310 - dependencies = [ 1311 - "semver", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "rustix" 1316 - version = "0.37.19" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1319 - dependencies = [ 1320 - "bitflags", 1321 - "errno", 1322 - "io-lifetimes", 1323 - "libc", 1324 - "linux-raw-sys", 1325 - "windows-sys 0.48.0", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "rusty-fork" 1330 - version = "0.3.0" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 1333 - dependencies = [ 1334 - "fnv", 1335 - "quick-error", 1336 - "tempfile", 1337 - "wait-timeout", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "ryu" 1342 - version = "1.0.13" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1345 - 1346 - [[package]] 1347 - name = "same-file" 1348 - version = "1.0.6" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1351 - dependencies = [ 1352 - "winapi-util", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "scopeguard" 1357 - version = "1.1.0" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1360 - 1361 - [[package]] 1362 - name = "semver" 1363 - version = "1.0.17" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1366 - 1367 - [[package]] 1368 - name = "serde" 1369 - version = "1.0.163" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1372 - dependencies = [ 1373 - "serde_derive", 1374 - ] 1375 - 1376 - [[package]] 1377 - name = "serde_derive" 1378 - version = "1.0.163" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1381 - dependencies = [ 1382 - "proc-macro2 1.0.58", 1383 - "quote 1.0.27", 1384 - "syn 2.0.16", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "serde_json" 1389 - version = "1.0.96" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1392 - dependencies = [ 1393 - "itoa", 1394 - "ryu", 1395 - "serde", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "sharded-slab" 1400 - version = "0.1.4" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1403 - dependencies = [ 1404 - "lazy_static", 1405 - ] 1406 - 1407 - [[package]] 1408 - name = "sketches-ddsketch" 1409 - version = "0.2.1" 1410 - source = "registry+https://github.com/rust-lang/crates.io-index" 1411 - checksum = "68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1" 1412 - 1413 - [[package]] 1414 - name = "smallvec" 1415 - version = "1.10.0" 1416 - source = "registry+https://github.com/rust-lang/crates.io-index" 1417 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1418 - 1419 - [[package]] 1420 - name = "snap" 1421 - version = "1.1.0" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" 1424 - 1425 - [[package]] 1426 - name = "static_assertions" 1427 - version = "1.1.0" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1430 - 1431 - [[package]] 1432 - name = "strsim" 1433 - version = "0.10.0" 1434 - source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1436 - 1437 - [[package]] 1438 - name = "syn" 1439 - version = "0.15.44" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 1442 - dependencies = [ 1443 - "proc-macro2 0.4.30", 1444 - "quote 0.6.13", 1445 - "unicode-xid", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "syn" 1450 - version = "1.0.109" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1453 - dependencies = [ 1454 - "proc-macro2 1.0.58", 1455 - "quote 1.0.27", 1456 - "unicode-ident", 1457 - ] 1458 - 1459 - [[package]] 1460 - name = "syn" 1461 - version = "2.0.16" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 1464 - dependencies = [ 1465 - "proc-macro2 1.0.58", 1466 - "quote 1.0.27", 1467 - "unicode-ident", 1468 - ] 1469 - 1470 - [[package]] 1471 - name = "tempfile" 1472 - version = "3.5.0" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1475 - dependencies = [ 1476 - "cfg-if", 1477 - "fastrand", 1478 - "redox_syscall 0.3.5", 1479 - "rustix", 1480 - "windows-sys 0.45.0", 1481 - ] 1482 - 1483 - [[package]] 1484 - name = "terminal_size" 1485 - version = "0.2.6" 1486 - source = "registry+https://github.com/rust-lang/crates.io-index" 1487 - checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 1488 - dependencies = [ 1489 - "rustix", 1490 - "windows-sys 0.48.0", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "termtree" 1495 - version = "0.4.1" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 1498 - 1499 - [[package]] 1500 - name = "thiserror" 1501 - version = "1.0.40" 1502 - source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1504 - dependencies = [ 1505 - "thiserror-impl", 1506 - ] 1507 - 1508 - [[package]] 1509 - name = "thiserror-impl" 1510 - version = "1.0.40" 1511 - source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1513 - dependencies = [ 1514 - "proc-macro2 1.0.58", 1515 - "quote 1.0.27", 1516 - "syn 2.0.16", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "thousands" 1521 - version = "0.2.0" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" 1524 - 1525 - [[package]] 1526 - name = "thread_local" 1527 - version = "1.1.7" 1528 - source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1530 - dependencies = [ 1531 - "cfg-if", 1532 - "once_cell", 1533 - ] 1534 - 1535 - [[package]] 1536 - name = "time" 1537 - version = "0.3.21" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" 1540 - dependencies = [ 1541 - "itoa", 1542 - "libc", 1543 - "num_threads", 1544 - "serde", 1545 - "time-core", 1546 - "time-macros", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "time-core" 1551 - version = "0.1.1" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1554 - 1555 - [[package]] 1556 - name = "time-macros" 1557 - version = "0.2.9" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 1560 - dependencies = [ 1561 - "time-core", 1562 - ] 1563 - 1564 - [[package]] 1565 - name = "tinyvec" 1566 - version = "1.6.0" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1569 - dependencies = [ 1570 - "tinyvec_macros", 1571 - ] 1572 - 1573 - [[package]] 1574 - name = "tinyvec_macros" 1575 - version = "0.1.1" 1576 - source = "registry+https://github.com/rust-lang/crates.io-index" 1577 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1578 - 1579 - [[package]] 1580 - name = "tracing" 1581 - version = "0.1.37" 1582 - source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1584 - dependencies = [ 1585 - "cfg-if", 1586 - "pin-project-lite", 1587 - "tracing-attributes", 1588 - "tracing-core", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "tracing-appender" 1593 - version = "0.2.2" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 1596 - dependencies = [ 1597 - "crossbeam-channel", 1598 - "time", 1599 - "tracing-subscriber", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "tracing-attributes" 1604 - version = "0.1.24" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 1607 - dependencies = [ 1608 - "proc-macro2 1.0.58", 1609 - "quote 1.0.27", 1610 - "syn 2.0.16", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "tracing-core" 1615 - version = "0.1.31" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1618 - dependencies = [ 1619 - "once_cell", 1620 - "valuable", 1621 - ] 1622 - 1623 - [[package]] 1624 - name = "tracing-log" 1625 - version = "0.1.3" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 1628 - dependencies = [ 1629 - "lazy_static", 1630 - "log", 1631 - "tracing-core", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "tracing-serde" 1636 - version = "0.1.3" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 1639 - dependencies = [ 1640 - "serde", 1641 - "tracing-core", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "tracing-subscriber" 1646 - version = "0.3.17" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 1649 - dependencies = [ 1650 - "matchers", 1651 - "nu-ansi-term", 1652 - "once_cell", 1653 - "regex", 1654 - "serde", 1655 - "serde_json", 1656 - "sharded-slab", 1657 - "smallvec", 1658 - "thread_local", 1659 - "time", 1660 - "tracing", 1661 - "tracing-core", 1662 - "tracing-log", 1663 - "tracing-serde", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "tracing-test" 1668 - version = "0.2.4" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4" 1671 - dependencies = [ 1672 - "lazy_static", 1673 - "tracing-core", 1674 - "tracing-subscriber", 1675 - "tracing-test-macro", 1676 - ] 1677 - 1678 - [[package]] 1679 - name = "tracing-test-macro" 1680 - version = "0.2.4" 1681 - source = "registry+https://github.com/rust-lang/crates.io-index" 1682 - checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08" 1683 - dependencies = [ 1684 - "lazy_static", 1685 - "quote 1.0.27", 1686 - "syn 1.0.109", 1687 - ] 1688 - 1689 - [[package]] 1690 - name = "unarray" 1691 - version = "0.1.4" 1692 - source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 1694 - 1695 - [[package]] 1696 - name = "unicode-bidi" 1697 - version = "0.3.13" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1700 - 1701 - [[package]] 1702 - name = "unicode-ident" 1703 - version = "1.0.8" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1706 - 1707 - [[package]] 1708 - name = "unicode-normalization" 1709 - version = "0.1.22" 1710 - source = "registry+https://github.com/rust-lang/crates.io-index" 1711 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1712 - dependencies = [ 1713 - "tinyvec", 1714 - ] 1715 - 1716 - [[package]] 1717 - name = "unicode-xid" 1718 - version = "0.1.0" 1719 - source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1721 - 1722 - [[package]] 1723 - name = "unix_mode" 1724 - version = "0.1.3" 1725 - source = "registry+https://github.com/rust-lang/crates.io-index" 1726 - checksum = "35abed4630bb800f02451a7428205d1f37b8e125001471bfab259beee6a587ed" 1727 - 1728 - [[package]] 1729 - name = "url" 1730 - version = "2.3.1" 1731 - source = "registry+https://github.com/rust-lang/crates.io-index" 1732 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1733 - dependencies = [ 1734 - "form_urlencoded", 1735 - "idna", 1736 - "percent-encoding", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "users" 1741 - version = "0.11.0" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" 1744 - dependencies = [ 1745 - "libc", 1746 - "log", 1747 - ] 1748 - 1749 - [[package]] 1750 - name = "utf8parse" 1751 - version = "0.2.1" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1754 - 1755 - [[package]] 1756 - name = "valuable" 1757 - version = "0.1.0" 1758 - source = "registry+https://github.com/rust-lang/crates.io-index" 1759 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1760 - 1761 - [[package]] 1762 - name = "version_check" 1763 - version = "0.9.4" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1766 - 1767 - [[package]] 1768 - name = "wait-timeout" 1769 - version = "0.2.0" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1772 - dependencies = [ 1773 - "libc", 1774 - ] 1775 - 1776 - [[package]] 1777 - name = "walkdir" 1778 - version = "2.3.3" 1779 - source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1781 - dependencies = [ 1782 - "same-file", 1783 - "winapi-util", 1784 - ] 1785 - 1786 - [[package]] 1787 - name = "wasi" 1788 - version = "0.11.0+wasi-snapshot-preview1" 1789 - source = "registry+https://github.com/rust-lang/crates.io-index" 1790 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1791 - 1792 - [[package]] 1793 - name = "wasm-bindgen" 1794 - version = "0.2.86" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 1797 - dependencies = [ 1798 - "cfg-if", 1799 - "wasm-bindgen-macro", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "wasm-bindgen-backend" 1804 - version = "0.2.86" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 1807 - dependencies = [ 1808 - "bumpalo", 1809 - "log", 1810 - "once_cell", 1811 - "proc-macro2 1.0.58", 1812 - "quote 1.0.27", 1813 - "syn 2.0.16", 1814 - "wasm-bindgen-shared", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "wasm-bindgen-macro" 1819 - version = "0.2.86" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 1822 - dependencies = [ 1823 - "quote 1.0.27", 1824 - "wasm-bindgen-macro-support", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "wasm-bindgen-macro-support" 1829 - version = "0.2.86" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 1832 - dependencies = [ 1833 - "proc-macro2 1.0.58", 1834 - "quote 1.0.27", 1835 - "syn 2.0.16", 1836 - "wasm-bindgen-backend", 1837 - "wasm-bindgen-shared", 1838 - ] 1839 - 1840 - [[package]] 1841 - name = "wasm-bindgen-shared" 1842 - version = "0.2.86" 1843 - source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 1845 - 1846 - [[package]] 1847 - name = "web-sys" 1848 - version = "0.3.63" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 1851 - dependencies = [ 1852 - "js-sys", 1853 - "wasm-bindgen", 1854 - ] 1855 - 1856 - [[package]] 1857 - name = "winapi" 1858 - version = "0.3.9" 1859 - source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1861 - dependencies = [ 1862 - "winapi-i686-pc-windows-gnu", 1863 - "winapi-x86_64-pc-windows-gnu", 1864 - ] 1865 - 1866 - [[package]] 1867 - name = "winapi-i686-pc-windows-gnu" 1868 - version = "0.4.0" 1869 - source = "registry+https://github.com/rust-lang/crates.io-index" 1870 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1871 - 1872 - [[package]] 1873 - name = "winapi-util" 1874 - version = "0.1.5" 1875 - source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1877 - dependencies = [ 1878 - "winapi", 1879 - ] 1880 - 1881 - [[package]] 1882 - name = "winapi-x86_64-pc-windows-gnu" 1883 - version = "0.4.0" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1886 - 1887 - [[package]] 1888 - name = "windows-sys" 1889 - version = "0.45.0" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1892 - dependencies = [ 1893 - "windows-targets 0.42.2", 1894 - ] 1895 - 1896 - [[package]] 1897 - name = "windows-sys" 1898 - version = "0.48.0" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1901 - dependencies = [ 1902 - "windows-targets 0.48.0", 1903 - ] 1904 - 1905 - [[package]] 1906 - name = "windows-targets" 1907 - version = "0.42.2" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1910 - dependencies = [ 1911 - "windows_aarch64_gnullvm 0.42.2", 1912 - "windows_aarch64_msvc 0.42.2", 1913 - "windows_i686_gnu 0.42.2", 1914 - "windows_i686_msvc 0.42.2", 1915 - "windows_x86_64_gnu 0.42.2", 1916 - "windows_x86_64_gnullvm 0.42.2", 1917 - "windows_x86_64_msvc 0.42.2", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "windows-targets" 1922 - version = "0.48.0" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1925 - dependencies = [ 1926 - "windows_aarch64_gnullvm 0.48.0", 1927 - "windows_aarch64_msvc 0.48.0", 1928 - "windows_i686_gnu 0.48.0", 1929 - "windows_i686_msvc 0.48.0", 1930 - "windows_x86_64_gnu 0.48.0", 1931 - "windows_x86_64_gnullvm 0.48.0", 1932 - "windows_x86_64_msvc 0.48.0", 1933 - ] 1934 - 1935 - [[package]] 1936 - name = "windows_aarch64_gnullvm" 1937 - version = "0.42.2" 1938 - source = "registry+https://github.com/rust-lang/crates.io-index" 1939 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1940 - 1941 - [[package]] 1942 - name = "windows_aarch64_gnullvm" 1943 - version = "0.48.0" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1946 - 1947 - [[package]] 1948 - name = "windows_aarch64_msvc" 1949 - version = "0.42.2" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1952 - 1953 - [[package]] 1954 - name = "windows_aarch64_msvc" 1955 - version = "0.48.0" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1958 - 1959 - [[package]] 1960 - name = "windows_i686_gnu" 1961 - version = "0.42.2" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1964 - 1965 - [[package]] 1966 - name = "windows_i686_gnu" 1967 - version = "0.48.0" 1968 - source = "registry+https://github.com/rust-lang/crates.io-index" 1969 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1970 - 1971 - [[package]] 1972 - name = "windows_i686_msvc" 1973 - version = "0.42.2" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1976 - 1977 - [[package]] 1978 - name = "windows_i686_msvc" 1979 - version = "0.48.0" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1982 - 1983 - [[package]] 1984 - name = "windows_x86_64_gnu" 1985 - version = "0.42.2" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1988 - 1989 - [[package]] 1990 - name = "windows_x86_64_gnu" 1991 - version = "0.48.0" 1992 - source = "registry+https://github.com/rust-lang/crates.io-index" 1993 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1994 - 1995 - [[package]] 1996 - name = "windows_x86_64_gnullvm" 1997 - version = "0.42.2" 1998 - source = "registry+https://github.com/rust-lang/crates.io-index" 1999 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2000 - 2001 - [[package]] 2002 - name = "windows_x86_64_gnullvm" 2003 - version = "0.48.0" 2004 - source = "registry+https://github.com/rust-lang/crates.io-index" 2005 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2006 - 2007 - [[package]] 2008 - name = "windows_x86_64_msvc" 2009 - version = "0.42.2" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2012 - 2013 - [[package]] 2014 - name = "windows_x86_64_msvc" 2015 - version = "0.48.0" 2016 - source = "registry+https://github.com/rust-lang/crates.io-index" 2017 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2018 - 2019 - [[package]] 2020 - name = "yansi" 2021 - version = "0.5.1" 2022 - source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+3 -8
pkgs/tools/backup/conserve/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "conserve"; 8 - version = "23.5.0"; 8 + version = "23.9.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "sourcefrog"; 12 12 repo = "conserve"; 13 13 rev = "v${version}"; 14 - hash = "sha256-OzSTueaw2kWc2e45zckXS2O4bfykREOcz8/PpUIK09w="; 14 + hash = "sha256-QBGuLSW4Uek1ag+QwXvoI8IEDM3j1MAOpScb9tIWrfA="; 15 15 }; 16 16 17 - cargoLock = { 18 - lockFile = ./Cargo.lock; 19 - outputHashes = { 20 - "nutmeg-0.1.3-pre" = "sha256-WcbQf8DZ9ryY+TWcVObdHj005GvfeMG+wesr6FiCUCE="; 21 - }; 22 - }; 17 + cargoHash = "sha256-fKEktRDydmLJdU2KMDn4T637ogdbvT3OwWCzyIVaymc="; 23 18 24 19 meta = with lib; { 25 20 description = "Robust portable backup tool in Rust";