mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
enable cel regex
This commit is contained in:
Generated
+1
@@ -1938,6 +1938,7 @@ dependencies = [
|
|||||||
"lazy_static",
|
"lazy_static",
|
||||||
"nom 7.1.3",
|
"nom 7.1.3",
|
||||||
"pastey 0.2.3",
|
"pastey 0.2.3",
|
||||||
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"thiserror 1.0.69",
|
"thiserror 1.0.69",
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ bitflags = "2.9.4"
|
|||||||
bon = "3.9.3"
|
bon = "3.9.3"
|
||||||
bytemuck = "1.24.0"
|
bytemuck = "1.24.0"
|
||||||
bytes = "1.10.1"
|
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"
|
censor = "0.3.0"
|
||||||
chardetng = "0.1.17"
|
chardetng = "0.1.17"
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.42"
|
||||||
|
|||||||
Reference in New Issue
Block a user