Add regex crate

This commit is contained in:
Andras Schmelczer 2025-02-23 13:56:29 +00:00
parent 4ed2095fd6
commit 1f4ea3091a
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 2 additions and 0 deletions

1
backend/Cargo.lock generated
View file

@ -2441,6 +2441,7 @@ dependencies = [
"log",
"rand",
"reconcile",
"regex",
"sanitize-filename",
"schemars",
"serde",

View file

@ -32,6 +32,7 @@ tracing = "0.1.41"
rand = "0.8.5"
sanitize-filename = "0.6.0"
axum-jsonschema = { version = "0.8.0", features = ["aide"] }
regex = "1.11.1"
[lints]
workspace = true