aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e3e474e83..0826b056a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1101,6 +1101,7 @@ dependencies = [
1101 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1101 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1102 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1102 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1103 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1103 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1104 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1104 "test_utils 0.1.0", 1105 "test_utils 0.1.0",
1105 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 1106 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1106] 1107]