From b7871993c4468651459703058e4d7d81a389d4e5 Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Mon, 10 Jun 2024 10:13:37 +0100 Subject: [PATCH] add sqlx --- Cargo.lock | 1 + feature-flags/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index ebe3297..2be1f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -712,6 +712,7 @@ dependencies = [ "serde-pickle", "serde_json", "sha1", + "sqlx", "thiserror", "tokio", "tracing", diff --git a/feature-flags/Cargo.toml b/feature-flags/Cargo.toml index de0d8cf..c353476 100644 --- a/feature-flags/Cargo.toml +++ b/feature-flags/Cargo.toml @@ -23,6 +23,7 @@ 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"