Commit 6486b02
Yuki Okushi
Rollup merge of rust-lang#106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
Remove duplicate sha-1 dependency
[`sha-1`](https://crates.io/crates/sha-1) is more or less a duplicate of [`sha1`](https://crates.io/crates/sha1). The `sha-1` is deprecated and no longer updated. This updates the dependencies to use the new name.
Some other dependencies that got updated as a consequence:
* The updated pest dependencies are currently only used by mdbook, and shouldn't have any issues.
* ucd-trie 0.1.3 to 0.1.5: No changelog, but looks like some tables were updated for new unicode versions: https://github.com/BurntSushi/ucd-generate/commits/master/ucd-trie. This is only used by pest (and thus mdbook).
* thiserror 1.33 to 1.38: Nothing significant in the notes at https://github.com/dtolnay/thiserror/releases.File tree
3 files changed
+18
-29
lines changed- compiler/rustc_span
- src/tools/tidy/src
3 files changed
+18
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3013 | 3013 | | |
3014 | 3014 | | |
3015 | 3015 | | |
3016 | | - | |
| 3016 | + | |
3017 | 3017 | | |
3018 | | - | |
| 3018 | + | |
3019 | 3019 | | |
3020 | 3020 | | |
3021 | 3021 | | |
3022 | 3022 | | |
3023 | 3023 | | |
3024 | 3024 | | |
3025 | 3025 | | |
3026 | | - | |
| 3026 | + | |
3027 | 3027 | | |
3028 | | - | |
| 3028 | + | |
3029 | 3029 | | |
3030 | 3030 | | |
3031 | 3031 | | |
3032 | 3032 | | |
3033 | 3033 | | |
3034 | 3034 | | |
3035 | 3035 | | |
3036 | | - | |
| 3036 | + | |
3037 | 3037 | | |
3038 | | - | |
| 3038 | + | |
3039 | 3039 | | |
3040 | 3040 | | |
3041 | 3041 | | |
| |||
3046 | 3046 | | |
3047 | 3047 | | |
3048 | 3048 | | |
3049 | | - | |
| 3049 | + | |
3050 | 3050 | | |
3051 | | - | |
| 3051 | + | |
3052 | 3052 | | |
3053 | 3053 | | |
3054 | 3054 | | |
3055 | | - | |
| 3055 | + | |
3056 | 3056 | | |
3057 | 3057 | | |
3058 | 3058 | | |
| |||
4684 | 4684 | | |
4685 | 4685 | | |
4686 | 4686 | | |
4687 | | - | |
| 4687 | + | |
4688 | 4688 | | |
4689 | 4689 | | |
4690 | 4690 | | |
| |||
5093 | 5093 | | |
5094 | 5094 | | |
5095 | 5095 | | |
5096 | | - | |
5097 | | - | |
5098 | | - | |
5099 | | - | |
5100 | | - | |
5101 | | - | |
5102 | | - | |
5103 | | - | |
5104 | | - | |
5105 | | - | |
5106 | | - | |
5107 | 5096 | | |
5108 | 5097 | | |
5109 | 5098 | | |
| |||
5529 | 5518 | | |
5530 | 5519 | | |
5531 | 5520 | | |
5532 | | - | |
| 5521 | + | |
5533 | 5522 | | |
5534 | | - | |
| 5523 | + | |
5535 | 5524 | | |
5536 | 5525 | | |
5537 | 5526 | | |
5538 | 5527 | | |
5539 | 5528 | | |
5540 | 5529 | | |
5541 | | - | |
| 5530 | + | |
5542 | 5531 | | |
5543 | | - | |
| 5532 | + | |
5544 | 5533 | | |
5545 | 5534 | | |
5546 | 5535 | | |
| |||
5821 | 5810 | | |
5822 | 5811 | | |
5823 | 5812 | | |
5824 | | - | |
| 5813 | + | |
5825 | 5814 | | |
5826 | | - | |
| 5815 | + | |
5827 | 5816 | | |
5828 | 5817 | | |
5829 | 5818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments