X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=94832a24409874eb63af9e5e6f9802d8678c0a46;hb=1b2e0b60cc5aec81b48835bfc322c426e2f07cd1;hp=2275e96da2fd798d3efa9f3db96e7d0cd33e5867;hpb=c95346b8ac8f10927b4aec31e61d45c75b10ba74;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 2275e96da2f..94832a24409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ "tar", "tempfile", "termcolor", - "toml_edit", + "toml_edit 0.14.3", "unicode-width", "unicode-xid", "url 2.2.2", @@ -450,7 +450,7 @@ dependencies = [ "serde_json", "tar", "termcolor", - "toml_edit", + "toml_edit 0.13.4", "url 2.2.2", ] @@ -2047,6 +2047,15 @@ dependencies = [ "serde", ] +[[package]] +name = "kstring" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" +dependencies = [ + "static_assertions", +] + [[package]] name = "lazy_static" version = "1.4.0" @@ -3234,7 +3243,7 @@ dependencies = [ "tokio-stream", "tokio-util", "toml", - "toml_edit", + "toml_edit 0.13.4", "url 2.2.2", "walkdir", ] @@ -4149,6 +4158,7 @@ dependencies = [ "rustc_errors", "rustc_feature", "rustc_lexer", + "rustc_macros", "rustc_session", "rustc_span", "tracing", @@ -4161,7 +4171,6 @@ name = "rustc_parse_format" version = "0.0.0" dependencies = [ "rustc_lexer", - "rustc_span", ] [[package]] @@ -4892,6 +4901,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + [[package]] name = "std" version = "0.0.0" @@ -5309,7 +5324,20 @@ dependencies = [ "combine", "indexmap", "itertools", - "kstring", + "kstring 1.0.6", + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705" +dependencies = [ + "combine", + "indexmap", + "itertools", + "kstring 2.0.0", "serde", ]