enable cel regex

This commit is contained in:
aecsocket
2026-08-25 13:28:42 +01:00
parent b5b7e9bc42
commit 9f28a9ba5f
2 changed files with 2 additions and 1 deletions
Generated
+1
View File
@@ -1938,6 +1938,7 @@ dependencies = [
"lazy_static",
"nom 7.1.3",
"pastey 0.2.3",
"regex",
"serde",
"serde_json",
"thiserror 1.0.69",
+1 -1
View File
@@ -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"