X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=b1e1a4b022620ddf6894b8a717b0370422d503be;hb=7a711b357e6aa9095a973e3609a566dbfaf7dd2c;hp=dd148264be3589f1edb6c12f8a159ac54902cc7b;hpb=20bdb2fb9dd11f1313edfbe0a0c94904beaca19f;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index dd148264be3..b1e1a4b0226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,6 @@ dependencies = [ "rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-workspace-hack 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -853,6 +852,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "serde" version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "serde_derive"