From 9f28a9ba5faea78c3c36a45a0414eaf4cecc0501 Mon Sep 17 00:00:00 2001 From: aecsocket <43144841+aecsocket@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:28:42 +0100 Subject: [PATCH] enable cel regex --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5b10537334..7bb6313426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,6 +1938,7 @@ dependencies = [ "lazy_static", "nom 7.1.3", "pastey 0.2.3", + "regex", "serde", "serde_json", "thiserror 1.0.69", diff --git a/Cargo.toml b/Cargo.toml index a1fa25deea..22f303fba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ bitflags = "2.9.4" bon = "3.9.3" bytemuck = "1.24.0" bytes = "1.10.1" -cel = { version = "0.14.0", default-features = false, features = ["json"] } +cel = { version = "0.14.0", default-features = false, features = ["json", "regex"] } censor = "0.3.0" chardetng = "0.1.17" chrono = "0.4.42"