Merge branch 'rolling' into optimize-and-make-code-idiomatic-2

This commit is contained in:
neon_arch 2023-08-30 18:49:24 +03:00 committed by GitHub
commit 3baabc07a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 25 deletions

View file

@ -24,7 +24,7 @@ redis = {version="0.23.2",features=["tokio-comp","connection-manager"]}
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"]}
futures = {version="0.3.28"}