diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0e1234b72..f9c34547e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -320,6 +320,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
320 | checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb" | 320 | checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb" |
321 | 321 | ||
322 | [[package]] | 322 | [[package]] |
323 | name = "dot" | ||
324 | version = "0.1.4" | ||
325 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
326 | checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906" | ||
327 | |||
328 | [[package]] | ||
323 | name = "drop_bomb" | 329 | name = "drop_bomb" |
324 | version = "0.1.5" | 330 | version = "0.1.5" |
325 | source = "registry+https://github.com/rust-lang/crates.io-index" | 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -588,6 +594,7 @@ version = "0.0.0" | |||
588 | dependencies = [ | 594 | dependencies = [ |
589 | "cfg", | 595 | "cfg", |
590 | "cov-mark", | 596 | "cov-mark", |
597 | "dot", | ||
591 | "either", | 598 | "either", |
592 | "expect-test", | 599 | "expect-test", |
593 | "hir", | 600 | "hir", |