update async_tools

This commit is contained in:
Christien Rioux 2024-05-09 09:49:02 -05:00
parent 79a8614bcc
commit 81134bad67
2 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ class TypedKeyPair extends Equatable {
String toString() => '${cryptoKindToString(kind)}:$key:$secret';
String toJson() => toString();
KeyPair toKeyPair() => KeyPair(key: key, secret: secret);
}
typedef CryptoKey = FixedEncodedString43;

View File

@ -9,7 +9,7 @@ environment:
# Add regular dependencies here.
dependencies:
async_tools: ^0.1.0
async_tools: ^0.1.1
veilid:
path: ../..