Commit b6cd765
authored
Rollup merge of rust-lang#143257 - tgross35:run-make-deps, r=jieyouxu
Upgrade dependencies in run-make-support
The main purpose of this is to upgrade `object` and `gimli`, which will allow us to drop outdated versions once backtrace also updates. The only semver breakage in `object`'s is in `elf::R_RISCV_GNU_*` and `pe::IMAGE_WEAK_EXTERN_*` constants, as well as Mach-O dyld, which don't appear to be used here. `gimli` is similar, there is only minor breakage related to dyld.
These version upgrades were also done in the library.
`bstr`, `similar`, and `regex` are also upgraded to the latest minor version here to match what the lockfile already uses. The `regex` comment about `memchr` version hasn't been relevant to this lockfile since e95d15a ("Pin memchr to 2.5.0 in the library rather than rustc_ast") and is no longer relevant in the library lockfile either.
Object Changelog: https://github.com/gimli-rs/object/blob/master/CHANGELOG.md#0370
Gimli changelog: https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md#03202 files changed
+41
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
1486 | 1497 | | |
1487 | 1498 | | |
1488 | 1499 | | |
| |||
2568 | 2579 | | |
2569 | 2580 | | |
2570 | 2581 | | |
2571 | | - | |
| 2582 | + | |
2572 | 2583 | | |
2573 | 2584 | | |
2574 | 2585 | | |
| |||
2578 | 2589 | | |
2579 | 2590 | | |
2580 | 2591 | | |
| 2592 | + | |
2581 | 2593 | | |
2582 | 2594 | | |
2583 | 2595 | | |
| 2596 | + | |
2584 | 2597 | | |
2585 | 2598 | | |
2586 | 2599 | | |
| |||
3194 | 3207 | | |
3195 | 3208 | | |
3196 | 3209 | | |
3197 | | - | |
| 3210 | + | |
3198 | 3211 | | |
3199 | | - | |
| 3212 | + | |
3200 | 3213 | | |
3201 | 3214 | | |
3202 | 3215 | | |
| |||
3498 | 3511 | | |
3499 | 3512 | | |
3500 | 3513 | | |
3501 | | - | |
| 3514 | + | |
3502 | 3515 | | |
3503 | 3516 | | |
3504 | 3517 | | |
| |||
4473 | 4486 | | |
4474 | 4487 | | |
4475 | 4488 | | |
4476 | | - | |
| 4489 | + | |
4477 | 4490 | | |
4478 | 4491 | | |
4479 | 4492 | | |
| |||
4857 | 4870 | | |
4858 | 4871 | | |
4859 | 4872 | | |
4860 | | - | |
| 4873 | + | |
| 4874 | + | |
| 4875 | + | |
| 4876 | + | |
| 4877 | + | |
| 4878 | + | |
| 4879 | + | |
| 4880 | + | |
| 4881 | + | |
| 4882 | + | |
4861 | 4883 | | |
4862 | 4884 | | |
4863 | 4885 | | |
| |||
5338 | 5360 | | |
5339 | 5361 | | |
5340 | 5362 | | |
5341 | | - | |
| 5363 | + | |
5342 | 5364 | | |
5343 | 5365 | | |
5344 | 5366 | | |
| |||
5580 | 5602 | | |
5581 | 5603 | | |
5582 | 5604 | | |
| 5605 | + | |
| 5606 | + | |
| 5607 | + | |
| 5608 | + | |
| 5609 | + | |
| 5610 | + | |
5583 | 5611 | | |
5584 | 5612 | | |
5585 | 5613 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments