aboutsummaryrefslogtreecommitdiffstats
path: root/crates/router/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-15 19:36:22 +0200
committerrtkay123 <dev@kanjala.com>2025-08-15 19:36:22 +0200
commit1968002d656383069a386bd874c9f0cc83e3116e (patch)
tree3f37092facf20b1176313428ee6269878529278f /crates/router/Cargo.toml
parentf5ba1a25cad80bff8c6e01f8d956e212be097ae7 (diff)
downloadwarden-1968002d656383069a386bd874c9f0cc83e3116e.tar.bz2
warden-1968002d656383069a386bd874c9f0cc83e3116e.zip
feat(rule-exec): receive messages
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