fix regex

This commit is contained in:
2022-02-19 14:28:07 +05:30
parent d20326a846
commit cffeff4e27
4 changed files with 74 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tracing = "*"
regex = "*"
regex = "1"
tokio-postgres = "*"
rand = "*"