From dbe712c9c64a8887a54ce8df5b47087e1ea2c3ef Mon Sep 17 00:00:00 2001
From: "leo.muff" <leomuffmail@gmail.com>
Date: Thu, 26 Oct 2023 12:28:14 +0200
Subject: [PATCH] cleanup

---
 Cargo.lock    | 1 -
 c2/Cargo.toml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index e8a39be..8cfb266 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -204,7 +204,6 @@ dependencies = [
  "rocket",
  "rocket_dyn_templates",
  "rocket_sync_db_pools",
- "serde",
  "sharedlib",
 ]
 
diff --git a/c2/Cargo.toml b/c2/Cargo.toml
index cd041aa..4edca9a 100644
--- a/c2/Cargo.toml
+++ b/c2/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2021"
 [dependencies]
 sharedlib = {path= "../sharedlib"}
 rocket = { version = "=0.5.0-rc.3", features = ["json"] }
-serde = { version = "1.0", features = ["derive"] }
 
 
 [dependencies.rocket_sync_db_pools]
-- 
GitLab