about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2023-01-10 11:09:52 -0800
committerEric Huss <eric@huss.org>2023-01-10 21:02:06 -0800
commitbb60a764f61aff49295163fdb11e7ea60a1ff78d (patch)
tree9cb8419a6315b29ef9f9b0e8ff29f4fd522670a3 /compiler/rustc_span
parentbf7ea0d11b07d84cfbd18feac0ed59e6d1da87ab (diff)
downloadrust-bb60a764f61aff49295163fdb11e7ea60a1ff78d.tar.gz
rust-bb60a764f61aff49295163fdb11e7ea60a1ff78d.zip
Remove duplicate sha-1 dependency
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/Cargo.toml2
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" }