ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

chore(deps): update rust crate derive_more to v2.1.0 (#363)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
50bff96d 513bfd4d

+21 -4
+21 -4
Cargo.lock
··· 327 327 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 328 328 329 329 [[package]] 330 + name = "convert_case" 331 + version = "0.10.0" 332 + source = "registry+https://github.com/rust-lang/crates.io-index" 333 + checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 334 + dependencies = [ 335 + "unicode-segmentation", 336 + ] 337 + 338 + [[package]] 330 339 name = "cpufeatures" 331 340 version = "0.2.17" 332 341 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 456 465 457 466 [[package]] 458 467 name = "derive_more" 459 - version = "2.0.1" 468 + version = "2.1.0" 460 469 source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 470 + checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" 462 471 dependencies = [ 463 472 "derive_more-impl", 464 473 ] 465 474 466 475 [[package]] 467 476 name = "derive_more-impl" 468 - version = "2.0.1" 477 + version = "2.1.0" 469 478 source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 479 + checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" 471 480 dependencies = [ 481 + "convert_case", 472 482 "proc-macro2", 473 483 "quote", 484 + "rustc_version", 474 485 "syn 2.0.111", 475 486 "unicode-xid", 476 487 ] ··· 2786 2797 version = "0.1.4" 2787 2798 source = "registry+https://github.com/rust-lang/crates.io-index" 2788 2799 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 2800 + 2801 + [[package]] 2802 + name = "unicode-segmentation" 2803 + version = "1.12.0" 2804 + source = "registry+https://github.com/rust-lang/crates.io-index" 2805 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2789 2806 2790 2807 [[package]] 2791 2808 name = "unicode-width"