re-add async-recursion, whoops

This commit is contained in:
dr-frmr 2023-11-06 10:44:54 -05:00 committed by GitHub
parent 30100dc98c
commit 0ecb02092f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ zip = "0.6"
[dependencies]
aes-gcm = "0.10.2"
anyhow = "1.0.71"
async-recursion = "1.0.4"
async-trait = "0.1.71"
base64 = "0.13"
bincode = "1.3.3"
@ -64,4 +65,4 @@ uuid = { version = "1.1.2", features = ["serde", "v4"] }
warp = "0.3.5"
wasmtime = "12.0.1"
wasmtime-wasi = "12.0.1"
zip = "0.6"
zip = "0.6"