aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fbb79e01f..1213e5762 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -348,6 +348,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 348checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
349 349
350[[package]] 350[[package]]
351name = "dissimilar"
352version = "1.0.2"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb"
355
356[[package]]
351name = "drop_bomb" 357name = "drop_bomb"
352version = "0.1.5" 358version = "0.1.5"
353source = "registry+https://github.com/rust-lang/crates.io-index" 359source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1333,6 +1339,7 @@ dependencies = [
1333 "anyhow", 1339 "anyhow",
1334 "cfg", 1340 "cfg",
1335 "crossbeam-channel 0.5.0", 1341 "crossbeam-channel 0.5.0",
1342 "dissimilar",
1336 "env_logger", 1343 "env_logger",
1337 "expect-test", 1344 "expect-test",
1338 "flycheck", 1345 "flycheck",