fix: avoid blocking on expensive pgp operations

This commit is contained in:
dignifiedquire
2020-05-25 00:17:01 +02:00
parent 477e689c74
commit 2adeadfd73
9 changed files with 241 additions and 217 deletions

1
Cargo.lock generated
View File

@@ -784,6 +784,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
"smol",
"stop-token",
"strum",
"strum_macros",