From 56ffe91f9093605737ca1c676ea3493a75b2cfe6 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 6 Oct 2020 00:01:17 +0000 Subject: [PATCH] Update Cargo.lock (#1735) ## Issue Addressed Fix the lockfile after it was broken by the manual merge of https://github.com/sigp/lighthouse/pull/1654 --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index fd22993624..535511c438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1562,7 +1562,6 @@ dependencies = [ "slog-async", "slog-stdlog", "slog-term", - "slot_clock", "smallvec 1.4.2", "snap", "tempdir",