diff --git a/Cargo.lock b/Cargo.lock index 5fb1287..4a12b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,6 @@ dependencies = [ "async-trait", "axum 0.7.5", "axum-client-ip", - "base64 0.22.0", "bytes", "envconfig", "once_cell", diff --git a/feature-flags/Cargo.toml b/feature-flags/Cargo.toml index f1f03ac..ddfe070 100644 --- a/feature-flags/Cargo.toml +++ b/feature-flags/Cargo.toml @@ -14,7 +14,6 @@ envconfig = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } -base64 = { workspace = true } bytes = { workspace = true } rand = { workspace = true } redis = { version = "0.23.3", features = [