this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(bump): all deps

+146 -263
+120 -169
Cargo.lock
··· 10 10 11 11 [[package]] 12 12 name = "aho-corasick" 13 - version = "1.0.2" 13 + version = "1.1.2" 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 15 + checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 16 16 dependencies = [ 17 17 "memchr", 18 18 ] 19 19 20 20 [[package]] 21 21 name = "anstream" 22 - version = "0.3.2" 22 + version = "0.6.4" 23 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 24 + checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 25 25 dependencies = [ 26 26 "anstyle", 27 27 "anstyle-parse", 28 28 "anstyle-query", 29 29 "anstyle-wincon", 30 30 "colorchoice", 31 - "is-terminal", 32 31 "utf8parse", 33 32 ] 34 33 35 34 [[package]] 36 35 name = "anstyle" 37 - version = "1.0.1" 36 + version = "1.0.4" 38 37 source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 38 + checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 40 39 41 40 [[package]] 42 41 name = "anstyle-parse" 43 - version = "0.2.1" 42 + version = "0.2.2" 44 43 source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 44 + checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" 46 45 dependencies = [ 47 46 "utf8parse", 48 47 ] ··· 58 57 59 58 [[package]] 60 59 name = "anstyle-wincon" 61 - version = "1.0.1" 60 + version = "3.0.1" 62 61 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 62 + checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 64 63 dependencies = [ 65 64 "anstyle", 66 65 "windows-sys", ··· 68 67 69 68 [[package]] 70 69 name = "assert_cmd" 71 - version = "2.0.11" 70 + version = "2.0.12" 72 71 source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 72 + checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 74 73 dependencies = [ 75 74 "anstyle", 76 75 "bstr", ··· 110 109 111 110 [[package]] 112 111 name = "bitflags" 113 - version = "2.3.3" 112 + version = "2.4.1" 114 113 source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 114 + checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 116 115 117 116 [[package]] 118 117 name = "bstr" 119 - version = "1.6.0" 118 + version = "1.7.0" 120 119 source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 120 + checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" 122 121 dependencies = [ 123 122 "memchr", 124 123 "regex-automata", ··· 126 125 ] 127 126 128 127 [[package]] 129 - name = "cc" 130 - version = "1.0.79" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 133 - 134 - [[package]] 135 128 name = "cfg-if" 136 129 version = "1.0.0" 137 130 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 139 132 140 133 [[package]] 141 134 name = "clap" 142 - version = "4.3.11" 135 + version = "4.4.7" 143 136 source = "registry+https://github.com/rust-lang/crates.io-index" 144 - checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" 137 + checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" 145 138 dependencies = [ 146 139 "clap_builder", 147 140 "clap_derive", 148 - "once_cell", 149 141 ] 150 142 151 143 [[package]] 152 144 name = "clap_builder" 153 - version = "4.3.11" 145 + version = "4.4.7" 154 146 source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" 147 + checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" 156 148 dependencies = [ 157 149 "anstream", 158 150 "anstyle", ··· 162 154 163 155 [[package]] 164 156 name = "clap_derive" 165 - version = "4.3.2" 157 + version = "4.4.7" 166 158 source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" 159 + checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 168 160 dependencies = [ 169 161 "heck", 170 162 "proc-macro2", ··· 174 166 175 167 [[package]] 176 168 name = "clap_lex" 177 - version = "0.5.0" 169 + version = "0.6.0" 178 170 source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 171 + checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 180 172 181 173 [[package]] 182 174 name = "cmprss" ··· 220 212 221 213 [[package]] 222 214 name = "either" 223 - version = "1.8.1" 215 + version = "1.9.0" 224 216 source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 217 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 226 218 227 219 [[package]] 228 220 name = "errno" 229 - version = "0.3.1" 221 + version = "0.3.5" 230 222 source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 223 + checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 232 224 dependencies = [ 233 - "errno-dragonfly", 234 225 "libc", 235 226 "windows-sys", 236 227 ] 237 228 238 229 [[package]] 239 - name = "errno-dragonfly" 240 - version = "0.1.2" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 243 - dependencies = [ 244 - "cc", 245 - "libc", 246 - ] 247 - 248 - [[package]] 249 230 name = "fastrand" 250 - version = "1.9.0" 231 + version = "2.0.1" 251 232 source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 253 - dependencies = [ 254 - "instant", 255 - ] 233 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 256 234 257 235 [[package]] 258 236 name = "filetime" 259 - version = "0.2.21" 237 + version = "0.2.22" 260 238 source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 239 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 262 240 dependencies = [ 263 241 "cfg-if", 264 242 "libc", 265 - "redox_syscall 0.2.16", 243 + "redox_syscall 0.3.5", 266 244 "windows-sys", 267 245 ] 268 246 269 247 [[package]] 270 248 name = "flate2" 271 - version = "1.0.26" 249 + version = "1.0.28" 272 250 source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 251 + checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 274 252 dependencies = [ 275 253 "crc32fast", 276 254 "miniz_oxide", ··· 293 271 294 272 [[package]] 295 273 name = "globset" 296 - version = "0.4.11" 274 + version = "0.4.13" 297 275 source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df" 276 + checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 299 277 dependencies = [ 300 278 "aho-corasick", 301 279 "bstr", ··· 323 301 324 302 [[package]] 325 303 name = "hermit-abi" 326 - version = "0.3.2" 304 + version = "0.3.3" 327 305 source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 306 + checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 329 307 330 308 [[package]] 331 309 name = "ignore" ··· 345 323 ] 346 324 347 325 [[package]] 348 - name = "instant" 349 - version = "0.1.12" 350 - source = "registry+https://github.com/rust-lang/crates.io-index" 351 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 352 - dependencies = [ 353 - "cfg-if", 354 - ] 355 - 356 - [[package]] 357 - name = "io-lifetimes" 358 - version = "1.0.11" 359 - source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 361 - dependencies = [ 362 - "hermit-abi", 363 - "libc", 364 - "windows-sys", 365 - ] 366 - 367 - [[package]] 368 326 name = "is-terminal" 369 327 version = "0.4.9" 370 328 source = "registry+https://github.com/rust-lang/crates.io-index" 371 329 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 372 330 dependencies = [ 373 331 "hermit-abi", 374 - "rustix 0.38.4", 332 + "rustix", 375 333 "windows-sys", 376 334 ] 377 335 378 336 [[package]] 379 337 name = "itertools" 380 - version = "0.10.5" 338 + version = "0.11.0" 381 339 source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 340 + checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 383 341 dependencies = [ 384 342 "either", 385 343 ] ··· 392 350 393 351 [[package]] 394 352 name = "libc" 395 - version = "0.2.147" 353 + version = "0.2.149" 396 354 source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 398 - 399 - [[package]] 400 - name = "linux-raw-sys" 401 - version = "0.3.8" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 355 + checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 404 356 405 357 [[package]] 406 358 name = "linux-raw-sys" 407 - version = "0.4.3" 359 + version = "0.4.10" 408 360 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 361 + checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 410 362 411 363 [[package]] 412 364 name = "log" 413 - version = "0.4.19" 365 + version = "0.4.20" 414 366 source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 367 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 416 368 417 369 [[package]] 418 370 name = "memchr" 419 - version = "2.5.0" 371 + version = "2.6.4" 420 372 source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 373 + checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 422 374 423 375 [[package]] 424 376 name = "miniz_oxide" ··· 437 389 438 390 [[package]] 439 391 name = "num-traits" 440 - version = "0.2.15" 392 + version = "0.2.17" 441 393 source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 394 + checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 443 395 dependencies = [ 444 396 "autocfg", 445 397 ] ··· 452 404 453 405 [[package]] 454 406 name = "predicates" 455 - version = "3.0.3" 407 + version = "3.0.4" 456 408 source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 409 + checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" 458 410 dependencies = [ 459 411 "anstyle", 460 412 "difflib", ··· 483 435 484 436 [[package]] 485 437 name = "proc-macro2" 486 - version = "1.0.64" 438 + version = "1.0.69" 487 439 source = "registry+https://github.com/rust-lang/crates.io-index" 488 - checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" 440 + checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 489 441 dependencies = [ 490 442 "unicode-ident", 491 443 ] 492 444 493 445 [[package]] 494 446 name = "quote" 495 - version = "1.0.29" 447 + version = "1.0.33" 496 448 source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 449 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 498 450 dependencies = [ 499 451 "proc-macro2", 500 452 ] 501 453 502 454 [[package]] 503 455 name = "redox_syscall" 504 - version = "0.2.16" 456 + version = "0.3.5" 505 457 source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 458 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 507 459 dependencies = [ 508 460 "bitflags 1.3.2", 509 461 ] 510 462 511 463 [[package]] 512 464 name = "redox_syscall" 513 - version = "0.3.5" 465 + version = "0.4.1" 514 466 source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 467 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 516 468 dependencies = [ 517 469 "bitflags 1.3.2", 518 470 ] 519 471 520 472 [[package]] 521 473 name = "regex" 522 - version = "1.9.1" 474 + version = "1.10.2" 523 475 source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 476 + checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 525 477 dependencies = [ 526 478 "aho-corasick", 527 479 "memchr", ··· 531 483 532 484 [[package]] 533 485 name = "regex-automata" 534 - version = "0.3.3" 486 + version = "0.4.3" 535 487 source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 488 + checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 537 489 dependencies = [ 538 490 "aho-corasick", 539 491 "memchr", ··· 542 494 543 495 [[package]] 544 496 name = "regex-syntax" 545 - version = "0.7.4" 497 + version = "0.8.2" 546 498 source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 548 - 549 - [[package]] 550 - name = "rustix" 551 - version = "0.37.23" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 554 - dependencies = [ 555 - "bitflags 1.3.2", 556 - "errno", 557 - "io-lifetimes", 558 - "libc", 559 - "linux-raw-sys 0.3.8", 560 - "windows-sys", 561 - ] 499 + checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 562 500 563 501 [[package]] 564 502 name = "rustix" 565 - version = "0.38.4" 503 + version = "0.38.21" 566 504 source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 505 + checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" 568 506 dependencies = [ 569 - "bitflags 2.3.3", 507 + "bitflags 2.4.1", 570 508 "errno", 571 509 "libc", 572 - "linux-raw-sys 0.4.3", 510 + "linux-raw-sys", 573 511 "windows-sys", 574 512 ] 575 513 ··· 584 522 585 523 [[package]] 586 524 name = "serde" 587 - version = "1.0.171" 525 + version = "1.0.190" 588 526 source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 527 + checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" 528 + dependencies = [ 529 + "serde_derive", 530 + ] 531 + 532 + [[package]] 533 + name = "serde_derive" 534 + version = "1.0.190" 535 + source = "registry+https://github.com/rust-lang/crates.io-index" 536 + checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" 537 + dependencies = [ 538 + "proc-macro2", 539 + "quote", 540 + "syn", 541 + ] 590 542 591 543 [[package]] 592 544 name = "strsim" ··· 596 548 597 549 [[package]] 598 550 name = "syn" 599 - version = "2.0.25" 551 + version = "2.0.38" 600 552 source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" 553 + checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 602 554 dependencies = [ 603 555 "proc-macro2", 604 556 "quote", ··· 607 559 608 560 [[package]] 609 561 name = "tar" 610 - version = "0.4.38" 562 + version = "0.4.40" 611 563 source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 564 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 613 565 dependencies = [ 614 566 "filetime", 615 567 "libc", ··· 618 570 619 571 [[package]] 620 572 name = "tempfile" 621 - version = "3.6.0" 573 + version = "3.8.1" 622 574 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 575 + checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 624 576 dependencies = [ 625 - "autocfg", 626 577 "cfg-if", 627 578 "fastrand", 628 - "redox_syscall 0.3.5", 629 - "rustix 0.37.23", 579 + "redox_syscall 0.4.1", 580 + "rustix", 630 581 "windows-sys", 631 582 ] 632 583 ··· 648 599 649 600 [[package]] 650 601 name = "unicode-ident" 651 - version = "1.0.10" 602 + version = "1.0.12" 652 603 source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" 604 + checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 654 605 655 606 [[package]] 656 607 name = "utf8parse" ··· 669 620 670 621 [[package]] 671 622 name = "walkdir" 672 - version = "2.3.3" 623 + version = "2.4.0" 673 624 source = "registry+https://github.com/rust-lang/crates.io-index" 674 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 625 + checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 675 626 dependencies = [ 676 627 "same-file", 677 628 "winapi-util", ··· 695 646 696 647 [[package]] 697 648 name = "winapi-util" 698 - version = "0.1.5" 649 + version = "0.1.6" 699 650 source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 651 + checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 701 652 dependencies = [ 702 653 "winapi", 703 654 ] ··· 719 670 720 671 [[package]] 721 672 name = "windows-targets" 722 - version = "0.48.1" 673 + version = "0.48.5" 723 674 source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 675 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 725 676 dependencies = [ 726 677 "windows_aarch64_gnullvm", 727 678 "windows_aarch64_msvc", ··· 734 685 735 686 [[package]] 736 687 name = "windows_aarch64_gnullvm" 737 - version = "0.48.0" 688 + version = "0.48.5" 738 689 source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 690 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 740 691 741 692 [[package]] 742 693 name = "windows_aarch64_msvc" 743 - version = "0.48.0" 694 + version = "0.48.5" 744 695 source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 696 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 746 697 747 698 [[package]] 748 699 name = "windows_i686_gnu" 749 - version = "0.48.0" 700 + version = "0.48.5" 750 701 source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 702 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 752 703 753 704 [[package]] 754 705 name = "windows_i686_msvc" 755 - version = "0.48.0" 706 + version = "0.48.5" 756 707 source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 708 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 758 709 759 710 [[package]] 760 711 name = "windows_x86_64_gnu" 761 - version = "0.48.0" 712 + version = "0.48.5" 762 713 source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 714 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 764 715 765 716 [[package]] 766 717 name = "windows_x86_64_gnullvm" 767 - version = "0.48.0" 718 + version = "0.48.5" 768 719 source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 720 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 770 721 771 722 [[package]] 772 723 name = "windows_x86_64_msvc" 773 - version = "0.48.0" 724 + version = "0.48.5" 774 725 source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 726 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 776 727 777 728 [[package]] 778 729 name = "xattr" 779 - version = "0.2.3" 730 + version = "1.0.1" 780 731 source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 732 + checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 782 733 dependencies = [ 783 734 "libc", 784 735 ]
+26 -89
flake.lock
··· 3 3 "advisory-db": { 4 4 "flake": false, 5 5 "locked": { 6 - "lastModified": 1690651200, 7 - "narHash": "sha256-0aDZUueboXYxKy/ckHQYA6zkvLOVsb2wyzJjSuEdJzE=", 6 + "lastModified": 1698509797, 7 + "narHash": "sha256-7U+RPs2Zue8Ci/tD6aftLGlf4mUHJ9bmbB+c4mfwH9s=", 8 8 "owner": "rustsec", 9 9 "repo": "advisory-db", 10 - "rev": "98e8483ac17d42eeeeee51d4d02ad8a690bd12c7", 10 + "rev": "0c251c3c9a1b08e08ef5946d4c2d133fe1bc213e", 11 11 "type": "github" 12 12 }, 13 13 "original": { ··· 18 18 }, 19 19 "crane": { 20 20 "inputs": { 21 - "flake-compat": "flake-compat", 22 - "flake-utils": "flake-utils", 23 - "nixpkgs": [ 24 - "nixpkgs" 25 - ], 26 - "rust-overlay": [] 21 + "nixpkgs": ["nixpkgs"] 27 22 }, 28 23 "locked": { 29 - "lastModified": 1688772518, 30 - "narHash": "sha256-ol7gZxwvgLnxNSZwFTDJJ49xVY5teaSvF7lzlo3YQfM=", 24 + "lastModified": 1698166613, 25 + "narHash": "sha256-y4rdN4flxRiROqNi1waMYIZj/Fs7L2OrszFk/1ry9vU=", 31 26 "owner": "ipetkov", 32 27 "repo": "crane", 33 - "rev": "8b08e96c9af8c6e3a2b69af5a7fa168750fcf88e", 28 + "rev": "b7db46f0f1751f7b1d1911f6be7daf568ad5bc65", 34 29 "type": "github" 35 30 }, 36 31 "original": { ··· 41 36 }, 42 37 "fenix": { 43 38 "inputs": { 44 - "nixpkgs": [ 45 - "nixpkgs" 46 - ], 39 + "nixpkgs": ["nixpkgs"], 47 40 "rust-analyzer-src": [] 48 41 }, 49 42 "locked": { 50 - "lastModified": 1690611557, 51 - "narHash": "sha256-VP59ksXc+4DUWTHl7Ly7TquDXZB/tW8MWLLcBKk82ic=", 43 + "lastModified": 1698733307, 44 + "narHash": "sha256-1DngQANpymPDqFpdeb5CjE7g4+J6E169MqD9KEHOltY=", 52 45 "owner": "nix-community", 53 46 "repo": "fenix", 54 - "rev": "4253a8cb191d91dcf88d15966c3574f2460bad85", 47 + "rev": "3755012ba41d5d7f27d6d3d37a82cf30605dcab6", 55 48 "type": "github" 56 49 }, 57 50 "original": { ··· 76 69 "type": "github" 77 70 } 78 71 }, 79 - "flake-compat_2": { 80 - "flake": false, 81 - "locked": { 82 - "lastModified": 1673956053, 83 - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", 84 - "owner": "edolstra", 85 - "repo": "flake-compat", 86 - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", 87 - "type": "github" 88 - }, 89 - "original": { 90 - "owner": "edolstra", 91 - "repo": "flake-compat", 92 - "type": "github" 93 - } 94 - }, 95 72 "flake-utils": { 96 73 "inputs": { 97 74 "systems": "systems" 98 75 }, 99 76 "locked": { 100 - "lastModified": 1687709756, 101 - "narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=", 77 + "lastModified": 1694529238, 78 + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", 102 79 "owner": "numtide", 103 80 "repo": "flake-utils", 104 - "rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7", 81 + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", 105 82 "type": "github" 106 83 }, 107 84 "original": { ··· 115 92 "systems": "systems_2" 116 93 }, 117 94 "locked": { 118 - "lastModified": 1689068808, 119 - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", 120 - "owner": "numtide", 121 - "repo": "flake-utils", 122 - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", 123 - "type": "github" 124 - }, 125 - "original": { 126 - "owner": "numtide", 127 - "repo": "flake-utils", 128 - "type": "github" 129 - } 130 - }, 131 - "flake-utils_3": { 132 - "inputs": { 133 - "systems": "systems_3" 134 - }, 135 - "locked": { 136 95 "lastModified": 1685518550, 137 96 "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", 138 97 "owner": "numtide", ··· 148 107 }, 149 108 "gitignore": { 150 109 "inputs": { 151 - "nixpkgs": [ 152 - "pre-commit-hooks", 153 - "nixpkgs" 154 - ] 110 + "nixpkgs": ["pre-commit-hooks", "nixpkgs"] 155 111 }, 156 112 "locked": { 157 113 "lastModified": 1660459072, ··· 169 125 }, 170 126 "nixpkgs": { 171 127 "locked": { 172 - "lastModified": 1690548937, 173 - "narHash": "sha256-x3ZOPGLvtC0/+iFAg9Kvqm/8hTAIkGjc634SqtgaXTA=", 128 + "lastModified": 1698611440, 129 + "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=", 174 130 "owner": "nixos", 175 131 "repo": "nixpkgs", 176 - "rev": "2a9d660ff0f7ffde9d73be328ee6e6f10ef66b28", 132 + "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735", 177 133 "type": "github" 178 134 }, 179 135 "original": { ··· 185 141 }, 186 142 "pre-commit-hooks": { 187 143 "inputs": { 188 - "flake-compat": "flake-compat_2", 189 - "flake-utils": "flake-utils_3", 144 + "flake-compat": "flake-compat", 145 + "flake-utils": "flake-utils_2", 190 146 "gitignore": "gitignore", 191 - "nixpkgs": [ 192 - "nixpkgs" 193 - ], 194 - "nixpkgs-stable": [ 195 - "nixpkgs" 196 - ] 147 + "nixpkgs": ["nixpkgs"], 148 + "nixpkgs-stable": ["nixpkgs"] 197 149 }, 198 150 "locked": { 199 - "lastModified": 1690628027, 200 - "narHash": "sha256-OTSbA2hM6VmxyZ/4siYPANffMBzIsKu04GLjXcv8ST0=", 151 + "lastModified": 1698227354, 152 + "narHash": "sha256-Fi5H9jbaQLmLw9qBi/mkR33CoFjNbobo5xWdX4tKz1Q=", 201 153 "owner": "cachix", 202 154 "repo": "pre-commit-hooks.nix", 203 - "rev": "1e2443dd3f669eb65433b2fc26a3065e05a7dc9c", 155 + "rev": "bd38df3d508dfcdff52cd243d297f218ed2257bf", 204 156 "type": "github" 205 157 }, 206 158 "original": { ··· 214 166 "advisory-db": "advisory-db", 215 167 "crane": "crane", 216 168 "fenix": "fenix", 217 - "flake-utils": "flake-utils_2", 169 + "flake-utils": "flake-utils", 218 170 "nixpkgs": "nixpkgs", 219 171 "pre-commit-hooks": "pre-commit-hooks" 220 172 } ··· 235 187 } 236 188 }, 237 189 "systems_2": { 238 - "locked": { 239 - "lastModified": 1681028828, 240 - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 241 - "owner": "nix-systems", 242 - "repo": "default", 243 - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 244 - "type": "github" 245 - }, 246 - "original": { 247 - "owner": "nix-systems", 248 - "repo": "default", 249 - "type": "github" 250 - } 251 - }, 252 - "systems_3": { 253 190 "locked": { 254 191 "lastModified": 1681028828, 255 192 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
-5
flake.nix
··· 14 14 crane = { 15 15 url = "github:ipetkov/crane"; 16 16 inputs.nixpkgs.follows = "nixpkgs"; 17 - inputs.rust-overlay.follows = ""; # Replaced with fenix 18 17 }; 19 18 20 19 flake-utils.url = "github:numtide/flake-utils"; ··· 82 81 # Check formatting 83 82 cmprss-fmt = craneLib.cargoFmt commonArgs; 84 83 85 - # Build code coverage helper that uses llvm-cov 86 - #cmprss-llvm-cov = craneLib.cargoLlvmCov commonArgs; 87 - 88 84 # Run tests with cargo-nextest 89 85 # Note: This provides limited value, as tests are already run in the build 90 86 cmprss-nextest = craneLib.cargoNextest commonArgs; ··· 144 140 145 141 # Code coverage 146 142 cargo-tarpaulin 147 - cargo-llvm-cov 148 143 ]; 149 144 150 145 # Many tools read this to find the sources for rust stdlib