From 86eb6f5d01b977c17365efa3a6fa04a3c4cf487e Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 30 Jan 2024 18:49:36 -0800 Subject: [PATCH] Remove derive-where Created using spr 1.3.5 --- Cargo.lock | 1 - common/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58a56e808b..7fc4ff0574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4784,7 +4784,6 @@ dependencies = [ "camino", "camino-tempfile", "chrono", - "derive-where", "dropshot", "expectorate", "futures", diff --git a/common/Cargo.toml b/common/Cargo.toml index 46ac6c6b4d..b24752cce6 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -11,7 +11,6 @@ async-trait.workspace = true backoff.workspace = true camino.workspace = true chrono.workspace = true -derive-where.workspace = true dropshot.workspace = true futures.workspace = true hex.workspace = true