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"