diff --git a/Cargo.lock b/Cargo.lock index 5d0ba1748..8e2e0b202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3219,6 +3219,7 @@ dependencies = [ "camino", "chrono", "figment", + "futures", "governor", "indoc", "ipnetwork", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 7566b59c0..236b44a70 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -15,6 +15,7 @@ workspace = true tokio.workspace = true tracing.workspace = true anyhow.workspace = true +futures = "0.3.31" camino = { workspace = true, features = ["serde1"] } chrono.workspace = true