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"