Skip to content

Commit bc4ae96

Browse files
authored
[RUST-2227] Migrate to sha1 crate (#1403)
1 parent c285902 commit bc4ae96

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
105105
rayon = { version = "1.5.3", optional = true }
106106
rustc_version_runtime = "0.3.0"
107107
serde_with = "3.8.1"
108-
sha-1 = "0.10.0"
108+
sha1 = "0.10.0"
109109
sha2 = "0.10.2"
110110
snap = { version = "1.0.5", optional = true }
111111
socket2 = "0.5.5"

0 commit comments

Comments
 (0)