X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_metadata%2FCargo.toml;h=67b459ea18f4af0ed646bfebff099b7e9dfa8b35;hb=a4024c58e1e5c92cfe3ed39ed9f5b96f3f38122e;hp=f47788ee036dc5e312d4a05754a3f4b0cd8c7143;hpb=380100c568c1c390c837caf98338d07c4d8a0462;p=rust.git diff --git a/src/librustc_metadata/Cargo.toml b/src/librustc_metadata/Cargo.toml index f47788ee036..67b459ea18f 100644 --- a/src/librustc_metadata/Cargo.toml +++ b/src/librustc_metadata/Cargo.toml @@ -9,7 +9,7 @@ path = "lib.rs" crate-type = ["dylib"] [dependencies] -flate = { path = "../libflate" } +flate2 = "0.2" log = "0.3" owning_ref = "0.3.3" proc_macro = { path = "../libproc_macro" }