diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 65ffff90a..266b88f19 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1651,7 +1651,6 @@ name = "thread_worker" | |||
1651 | version = "0.1.0" | 1651 | version = "0.1.0" |
1652 | dependencies = [ | 1652 | dependencies = [ |
1653 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1653 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1654 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1655 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1654 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1656 | ] | 1655 | ] |
1657 | 1656 | ||