diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 815c97483..fb1609e44 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -602,9 +602,8 @@ dependencies = [ | |||
602 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 603 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 604 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
605 | "smol_str 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 605 | "rowan 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
606 | "test_utils 0.1.0", | 606 | "test_utils 0.1.0", |
607 | "text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
608 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 607 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 608 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
610 | ] | 609 | ] |
@@ -714,6 +713,16 @@ dependencies = [ | |||
714 | ] | 713 | ] |
715 | 714 | ||
716 | [[package]] | 715 | [[package]] |
716 | name = "rowan" | ||
717 | version = "0.1.0" | ||
718 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
719 | dependencies = [ | ||
720 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
721 | "smol_str 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
722 | "text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
723 | ] | ||
724 | |||
725 | [[package]] | ||
717 | name = "rustc-demangle" | 726 | name = "rustc-demangle" |
718 | version = "0.1.9" | 727 | version = "0.1.9" |
719 | source = "registry+https://github.com/rust-lang/crates.io-index" | 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1230,6 +1239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1230 | "checksum relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e614f96449605730b4f7ad2c019e88c1652d730634b4eba07b810801856635e3" | 1239 | "checksum relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e614f96449605730b4f7ad2c019e88c1652d730634b4eba07b810801856635e3" |
1231 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1240 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1232 | "checksum ron 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fa11b7a38511d46ff1959ae46ebb60bd8a746f17bdd0206b4c8de7559ac47b" | 1241 | "checksum ron 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fa11b7a38511d46ff1959ae46ebb60bd8a746f17bdd0206b4c8de7559ac47b" |
1242 | "checksum rowan 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a1a7366ece9deee5e7df8316a136d585d5c5042854c2297f7f1aee3014c9130" | ||
1233 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" | 1243 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" |
1234 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1244 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1235 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" | 1245 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" |