diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 | 
1 files changed, 12 insertions, 0 deletions
| @@ -228,6 +228,17 @@ dependencies = [  ]  [[package]] +name = "async-recursion" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.28", +] + +[[package]]  name = "async-std"  version = "1.12.0"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1248,6 +1259,7 @@ dependencies = [   "aes-gcm-siv",   "anyhow",   "argon2", + "async-recursion",   "async-std",   "base64",   "bincode 2.0.0-rc.3", | 
