X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ty_utils%2FCargo.toml;h=52fbd3ae047732c18b504514e4c210baec942559;hb=4fdc3eb1761ee50961e4da67b7ccda9d971f5f20;hp=5e4ba47306192b907e63c9f224b0b42da8faa32e;hpb=37c352159755d8c7c9a35c653af3d4141c7d2680;p=rust.git diff --git a/compiler/rustc_ty_utils/Cargo.toml b/compiler/rustc_ty_utils/Cargo.toml index 5e4ba473061..52fbd3ae047 100644 --- a/compiler/rustc_ty_utils/Cargo.toml +++ b/compiler/rustc_ty_utils/Cargo.toml @@ -4,8 +4,6 @@ version = "0.0.0" edition = "2021" [dependencies] -rand = "0.8.4" -rand_xoshiro = "0.6.0" tracing = "0.1" rustc_middle = { path = "../rustc_middle" } rustc_data_structures = { path = "../rustc_data_structures" }