diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock index 007b0d6a5..0a35eb793 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1327,15 +1327,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1327 | checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" | 1327 | checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
1328 | 1328 | ||
1329 | [[package]] | 1329 | [[package]] |
1330 | name = "remove_dir_all" | ||
1331 | version = "0.5.3" | ||
1332 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1333 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | ||
1334 | dependencies = [ | ||
1335 | "winapi 0.3.9", | ||
1336 | ] | ||
1337 | |||
1338 | [[package]] | ||
1339 | name = "rowan" | 1330 | name = "rowan" |
1340 | version = "0.10.0" | 1331 | version = "0.10.0" |
1341 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1386,7 +1377,6 @@ dependencies = [ | |||
1386 | "serde", | 1377 | "serde", |
1387 | "serde_json", | 1378 | "serde_json", |
1388 | "stdx", | 1379 | "stdx", |
1389 | "tempfile", | ||
1390 | "test_utils", | 1380 | "test_utils", |
1391 | "threadpool", | 1381 | "threadpool", |
1392 | "vfs", | 1382 | "vfs", |
@@ -1607,20 +1597,6 @@ dependencies = [ | |||
1607 | ] | 1597 | ] |
1608 | 1598 | ||
1609 | [[package]] | 1599 | [[package]] |
1610 | name = "tempfile" | ||
1611 | version = "3.1.0" | ||
1612 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1613 | checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | ||
1614 | dependencies = [ | ||
1615 | "cfg-if", | ||
1616 | "libc", | ||
1617 | "rand", | ||
1618 | "redox_syscall", | ||
1619 | "remove_dir_all", | ||
1620 | "winapi 0.3.9", | ||
1621 | ] | ||
1622 | |||
1623 | [[package]] | ||
1624 | name = "termcolor" | 1600 | name = "termcolor" |
1625 | version = "1.1.0" | 1601 | version = "1.1.0" |
1626 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |