diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4551ffc44..4b89e36d1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1089,6 +1089,8 @@ dependencies = [ | |||
1089 | "ra_arena 0.1.0", | 1089 | "ra_arena 0.1.0", |
1090 | "ra_db 0.1.0", | 1090 | "ra_db 0.1.0", |
1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1093 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1092 | "test_utils 0.1.0", | 1094 | "test_utils 0.1.0", |
1093 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | ] | 1096 | ] |