From acec81ac76d959913b6c1f4dff130bbeb8b2295e Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Mon, 10 Jun 2024 10:26:54 +0100 Subject: [PATCH] fix --- Cargo.lock | 1 - feature-flags/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2be1f7d..ebe3297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -712,7 +712,6 @@ dependencies = [ "serde-pickle", "serde_json", "sha1", - "sqlx", "thiserror", "tokio", "tracing", diff --git a/feature-flags/Cargo.toml b/feature-flags/Cargo.toml index c353476..de0d8cf 100644 --- a/feature-flags/Cargo.toml +++ b/feature-flags/Cargo.toml @@ -23,7 +23,6 @@ redis = { version = "0.23.3", features = [ ] } serde = { workspace = true } serde_json = { workspace = true } -sqlx = { workspace = true } thiserror = { workspace = true } serde-pickle = { version = "1.1.1"} hex = "0.4.3"