Remove async-recursion as a dependency from core (#4617)

This commit is contained in:
Mees Delzenne 2024-08-27 17:48:05 +02:00 committed by GitHub
parent 93a9ba3cb6
commit a5abc66e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -6158,7 +6158,6 @@ dependencies = [
"async-channel 1.9.0", "async-channel 1.9.0",
"async-executor", "async-executor",
"async-graphql", "async-graphql",
"async-recursion 1.1.0",
"base64 0.21.7", "base64 0.21.7",
"bcrypt", "bcrypt",
"bincode", "bincode",

View file

@ -57,7 +57,6 @@ ammonia = "4.0.0"
arbitrary = { version = "1.3.2", features = ["derive"], optional = true } arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
argon2 = "0.5.2" argon2 = "0.5.2"
ascii = { version = "0.3.2", package = "any_ascii" } ascii = { version = "0.3.2", package = "any_ascii" }
async-recursion = "1.0.5"
base64 = "0.21.5" base64 = "0.21.5"
bcrypt = "0.15.0" bcrypt = "0.15.0"
blake3 = "1.5.3" blake3 = "1.5.3"