]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
Cargo.lock

diff --cc Cargo.lock
Simple merge