From e8c4e50384b5da1031250d827b646118a61c65cb Mon Sep 17 00:00:00 2001 From: Iulian Barbu Date: Wed, 22 Mar 2023 13:14:21 +0200 Subject: [PATCH] Cargo.lock: remove patch unused occurrences Introduced previously in a PR. --- Cargo.lock | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a2d638aa..a6f13220f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7222,23 +7222,3 @@ dependencies = [ "cc", "libc", ] - -[[patch.unused]] -name = "shuttle-aws-rds" -version = "0.12.0" - -[[patch.unused]] -name = "shuttle-persist" -version = "0.12.0" - -[[patch.unused]] -name = "shuttle-poise" -version = "0.12.0" - -[[patch.unused]] -name = "shuttle-shared-db" -version = "0.12.0" - -[[patch.unused]] -name = "shuttle-static-folder" -version = "0.12.0"