diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 385e7a7bc..242fca700 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1020,7 +1020,6 @@ dependencies = [ | |||
1020 | "ra_prof", | 1020 | "ra_prof", |
1021 | "ra_syntax", | 1021 | "ra_syntax", |
1022 | "ra_tt", | 1022 | "ra_tt", |
1023 | "relative-path", | ||
1024 | "rustc-hash", | 1023 | "rustc-hash", |
1025 | "salsa", | 1024 | "salsa", |
1026 | "stdx", | 1025 | "stdx", |
@@ -1409,12 +1408,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1409 | checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" | 1408 | checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
1410 | 1409 | ||
1411 | [[package]] | 1410 | [[package]] |
1412 | name = "relative-path" | ||
1413 | version = "1.2.1" | ||
1414 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1415 | checksum = "c602122c47b382cd045b10866a084b184035d45d8c2609cdd3762852ddfae2a1" | ||
1416 | |||
1417 | [[package]] | ||
1418 | name = "remove_dir_all" | 1411 | name = "remove_dir_all" |
1419 | version = "0.5.3" | 1412 | version = "0.5.3" |
1420 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1413 | source = "registry+https://github.com/rust-lang/crates.io-index" |