🔧 Remove the unwanted once_cell crate

This commit is contained in:
Ron Green 2023-10-14 19:13:32 +03:00 committed by GitHub
parent ad297a0a96
commit 092a38fc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 104 additions and 29 deletions

View file

@ -29,7 +29,6 @@ mlua = {version="0.9.1", features=["luajit", "vendored"]}
redis = {version="0.23.3", features=["tokio-comp","connection-manager"], optional = true}
md5 = {version="0.7.0"}
rand={version="0.8.5"}
once_cell = {version="1.18.0"}
error-stack = {version="0.4.0"}
async-trait = {version="0.1.73"}
regex = {version="1.9.4", features=["perf"]}