diff options
| author | Eric Huss <eric@huss.org> | 2023-01-10 11:09:52 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-01-10 21:02:06 -0800 |
| commit | bb60a764f61aff49295163fdb11e7ea60a1ff78d (patch) | |
| tree | 9cb8419a6315b29ef9f9b0e8ff29f4fd522670a3 /compiler/rustc_span | |
| parent | bf7ea0d11b07d84cfbd18feac0ed59e6d1da87ab (diff) | |
| download | rust-bb60a764f61aff49295163fdb11e7ea60a1ff78d.tar.gz rust-bb60a764f61aff49295163fdb11e7ea60a1ff78d.zip | |
Remove duplicate sha-1 dependency
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/Cargo.toml b/compiler/rustc_span/Cargo.toml index 5ce2577b63c..ae81d95e279 100644 --- a/compiler/rustc_span/Cargo.toml +++ b/compiler/rustc_span/Cargo.toml @@ -15,6 +15,6 @@ scoped-tls = "1.0" unicode-width = "0.1.4" cfg-if = "1.0" tracing = "0.1" -sha1 = { package = "sha-1", version = "0.10.0" } +sha1 = "0.10.0" sha2 = "0.10.1" md5 = { package = "md-5", version = "0.10.0" } |
