This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 78342cd
authored
Unrolled build for rust-lang#118943
Rollup merge of rust-lang#118943 - lqd:update-deps2, r=michaelwoerister
update `measureme` to 10.1.2 to deduplicate `parking_lot`
This PR updates `measureme` to the latest release to remove the last duplicates of `parking_lot` 0.11 we had in our dependency tree.
```console
Updating measureme v10.1.1 -> v10.1.2
Removing parking_lot v0.11.2
Removing parking_lot_core v0.8.6
```
Also removes `instant` from the allowed list of dependencies, as it's no longer used.
r? `@michaelwoerister` (Thanks for the release in the first place 🙏)2 files changed
+9
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
2359 | | - | |
| 2359 | + | |
2360 | 2360 | | |
2361 | | - | |
| 2361 | + | |
2362 | 2362 | | |
2363 | 2363 | | |
2364 | 2364 | | |
2365 | | - | |
| 2365 | + | |
2366 | 2366 | | |
2367 | 2367 | | |
2368 | 2368 | | |
| |||
2780 | 2780 | | |
2781 | 2781 | | |
2782 | 2782 | | |
2783 | | - | |
2784 | | - | |
2785 | | - | |
2786 | | - | |
2787 | | - | |
2788 | | - | |
2789 | | - | |
2790 | | - | |
2791 | | - | |
2792 | | - | |
2793 | | - | |
2794 | 2783 | | |
2795 | 2784 | | |
2796 | 2785 | | |
2797 | 2786 | | |
2798 | 2787 | | |
2799 | 2788 | | |
2800 | 2789 | | |
2801 | | - | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | | - | |
2806 | | - | |
2807 | | - | |
2808 | | - | |
2809 | | - | |
2810 | | - | |
2811 | | - | |
2812 | | - | |
2813 | | - | |
2814 | | - | |
2815 | | - | |
| 2790 | + | |
2816 | 2791 | | |
2817 | 2792 | | |
2818 | 2793 | | |
| |||
3682 | 3657 | | |
3683 | 3658 | | |
3684 | 3659 | | |
3685 | | - | |
| 3660 | + | |
3686 | 3661 | | |
3687 | 3662 | | |
3688 | 3663 | | |
| |||
4417 | 4392 | | |
4418 | 4393 | | |
4419 | 4394 | | |
4420 | | - | |
| 4395 | + | |
4421 | 4396 | | |
4422 | 4397 | | |
4423 | 4398 | | |
| |||
5134 | 5109 | | |
5135 | 5110 | | |
5136 | 5111 | | |
5137 | | - | |
| 5112 | + | |
5138 | 5113 | | |
5139 | 5114 | | |
5140 | 5115 | | |
| |||
5659 | 5634 | | |
5660 | 5635 | | |
5661 | 5636 | | |
5662 | | - | |
| 5637 | + | |
5663 | 5638 | | |
5664 | 5639 | | |
5665 | 5640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
| |||
0 commit comments