X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_span%2FCargo.toml;h=5ce2577b63c1d81cfd46150dffeb5e039ee00b0c;hb=de99a879269fa59c496e817eb7918ea405aebd08;hp=48a2ab0f904ac073b76107c232d133a24139fb67;hpb=ae8794ce6a7180aa81c718172321ac704e94f342;p=rust.git diff --git a/compiler/rustc_span/Cargo.toml b/compiler/rustc_span/Cargo.toml index 48a2ab0f904..5ce2577b63c 100644 --- a/compiler/rustc_span/Cargo.toml +++ b/compiler/rustc_span/Cargo.toml @@ -13,7 +13,7 @@ rustc_index = { path = "../rustc_index" } rustc_arena = { path = "../rustc_arena" } scoped-tls = "1.0" unicode-width = "0.1.4" -cfg-if = "0.1.2" +cfg-if = "1.0" tracing = "0.1" sha1 = { package = "sha-1", version = "0.10.0" } sha2 = "0.10.1"