🔧 Remove the unwanted once_cell
crate
This commit is contained in:
parent
ad297a0a96
commit
092a38fc40
2 changed files with 104 additions and 29 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue