aboutsummaryrefslogtreecommitdiffstats
path: root/crates/router/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/router/Cargo.toml')
-rw-r--r--crates/router/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml
index 0b7b232..08ccf71 100644
--- a/crates/router/Cargo.toml
+++ b/crates/router/Cargo.toml
@@ -14,7 +14,7 @@ bytes = "1.10.1"
clap = { workspace = true, features = ["derive"] }
config = { workspace = true, features = ["convert-case", "toml"] }
futures-util.workspace = true
-moka = { version = "0.12.10", features = ["future"] }
+moka = { workspace = true, features = ["future"] }
opentelemetry.workspace = true
opentelemetry-semantic-conventions.workspace = true
prost.workspace = true
@@ -34,6 +34,7 @@ warden-core = { workspace = true, features = [
"configuration",
"serde-time"
] }
+warden-middleware.workspace = true
[dependencies.warden-stack]
workspace = true