Merge branch 'rolling' into feat-disallow-user-to-search-via-lists

This commit is contained in:
neon_arch 2023-09-02 19:09:56 +03:00 committed by GitHub
commit 15d52b519b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 25 deletions

View file

@ -24,7 +24,7 @@ redis = {version="0.23.3"}
md5 = {version="0.7.0"}
rand={version="0.8.5"}
once_cell = {version="1.18.0"}
error-stack = {version="0.3.1"}
error-stack = {version="0.4.0"}
async-trait = {version="0.1.73"}
regex = {version="1.9.4", features=["perf"]}