Remove async-recursion as a dependency from core (#4617)
This commit is contained in:
parent
93a9ba3cb6
commit
a5abc66e06
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -6158,7 +6158,6 @@ dependencies = [
|
|||
"async-channel 1.9.0",
|
||||
"async-executor",
|
||||
"async-graphql",
|
||||
"async-recursion 1.1.0",
|
||||
"base64 0.21.7",
|
||||
"bcrypt",
|
||||
"bincode",
|
||||
|
|
|
@ -57,7 +57,6 @@ ammonia = "4.0.0"
|
|||
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
|
||||
argon2 = "0.5.2"
|
||||
ascii = { version = "0.3.2", package = "any_ascii" }
|
||||
async-recursion = "1.0.5"
|
||||
base64 = "0.21.5"
|
||||
bcrypt = "0.15.0"
|
||||
blake3 = "1.5.3"
|
||||
|
|
Loading…
Reference in a new issue