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