X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=b1e1a4b022620ddf6894b8a717b0370422d503be;hb=7a711b357e6aa9095a973e3609a566dbfaf7dd2c;hp=0ed465c66fe90572204525008d7b971b69f1fef1;hpb=ee02cdfb0bdde08acf8821242fd68ba4137a8582;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 0ed465c66fe..b1e1a4b0226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,8 +148,8 @@ name = "config_proc_macro" version = "0.1.0" dependencies = [ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -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"