From fd688acd774cede6da9c36291416156a3bb0bb90 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 12 Jul 2024 17:28:16 +0200 Subject: [PATCH] Duplicate mock_instant --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 118d8f871..05dfd5a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,6 @@ unstable-zonetree = ["futures", "parking_lot", "serde", "tokio", "tracing"] [dev-dependencies] lazy_static = { version = "1.4.0" } -mock_instant = { version = "0.4.0" } rstest = "0.19.0" rustls-pemfile = { version = "2.1.2" } serde_test = "1.0.130"