From 1968002d656383069a386bd874c9f0cc83e3116e Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 15 Aug 2025 19:36:22 +0200 Subject: feat(rule-exec): receive messages --- crates/router/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/router/Cargo.toml') 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 -- cgit v1.2.3