]> git.lizzy.rs Git - rust.git/commit - tests/run-make/static-pie/Makefile
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
authorYuki Okushi <huyuumi.dev+love@gmail.com>
Sat, 14 Jan 2023 03:04:34 +0000 (12:04 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2023 03:04:34 +0000 (12:04 +0900)
commit6486b021053fe143f5f81585b42c3f57acd18c43
treeed11d4aa4166255af39abdf89399fd153010d9ec
parent15846678e4a496ace4053463ecef6177bd260da0
parentbb60a764f61aff49295163fdb11e7ea60a1ff78d
Rollup merge of #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.
Cargo.lock