-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit e3811a7
Auto merge of #115975 - mkroening:reduce-atty, r=davidtwco
dependencies: reduce the amount of crates pulling in atty
It would be nice to have only one `hermit-abi` in `Cargo.lock` (#107405 (comment)).
The only crate pulling in the old `hermit-abi` version is `atty`, which is unmaintained.
This PR upgrades three dependencies, which then no longer depend on `atty`:
* `Cargo.lock`: `colored v2.0.0 -> v2.0.4`
* `Cargo.lock`: `tracing-tree v0.2.3 -> v0.2.4`
* Miri: `env_logger 0.9.3 -> 0.10.0`
The only dependency chain left that pulls in `hermit-abi 0.1.19` is:
`hermit-abi 0.1.19` -> `atty 0.2.14` -> `env_logger 0.7.1` -> `jsonpath_lib 0.2.6` -> `jsondocck 0.1.0` (src/tools/jsondocck)
Replacing jsondocck with jsondocckng is tracked in #94140.3 files changed
+10
-23
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 | - | ||
630 | + | ||
631 | 631 |
| |
632 | - | ||
632 | + | ||
633 | 633 |
| |
634 | - | ||
634 | + | ||
635 | 635 |
| |
636 | - | ||
636 | + | ||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
| |||
1169 | 1169 |
| |
1170 | 1170 |
| |
1171 | 1171 |
| |
1172 | - | ||
1173 | - | ||
1174 | - | ||
1175 | - | ||
1176 | - | ||
1177 | - | ||
1178 | - | ||
1179 | - | ||
1180 | - | ||
1181 | - | ||
1182 | - | ||
1183 | - | ||
1184 | - | ||
1185 | 1172 |
| |
1186 | 1173 |
| |
1187 | 1174 |
| |
| |||
2454 | 2441 |
| |
2455 | 2442 |
| |
2456 | 2443 |
| |
2457 | - | ||
2444 | + | ||
2458 | 2445 |
| |
2459 | 2446 |
| |
2460 | 2447 |
| |
| |||
5591 | 5578 |
| |
5592 | 5579 |
| |
5593 | 5580 |
| |
5594 | - | ||
5581 | + | ||
5595 | 5582 |
| |
5596 | - | ||
5583 | + | ||
5597 | 5584 |
| |
5598 | - | ||
5585 | + | ||
5599 | 5586 |
| |
5600 | 5587 |
| |
5601 | 5588 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | - | ||
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
| |||
181 | 180 |
| |
182 | 181 |
| |
183 | 182 |
| |
183 | + | ||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
|
0 commit comments