From 73d2faa9f5773953eeda9402fc3934e0fdfa239c Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Mon, 26 Jun 2023 12:46:44 +0200
Subject: [PATCH] Remove another unused dev dependency

---
 crates/db_schema/Cargo.toml | 1 -
 crates/utils/Cargo.toml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml
index 6c89ab9f..e99f3cd1 100644
--- a/crates/db_schema/Cargo.toml
+++ b/crates/db_schema/Cargo.toml
@@ -51,4 +51,3 @@ tokio-postgres-rustls = { workspace = true }
 
 [dev-dependencies]
 serial_test = { workspace = true }
-
diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
index 1ec8d4ba..47b55f73 100644
--- a/crates/utils/Cargo.toml
+++ b/crates/utils/Cargo.toml
@@ -49,7 +49,6 @@ enum-map = "2.5"
 
 [dev-dependencies]
 reqwest = { workspace = true }
-tokio = { workspace = true, features = ["macros"] }
 
 [build-dependencies]
 rosetta-build = "0.1.2"
-- 
2.44.1