diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-18 15:23:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 15:23:20 -0700 |
commit | 8ca8174c81a3de35bcb02fc371c90f9d0a7303ab (patch) | |
tree | adf345a0cfd48eb13826847e71763d60125871ea /Cargo.lock | |
parent | e22d0e91ef7ce17dca299a44d1ccd292abde34f2 (diff) |
refactor(ext/crypto): use concrete error types (#26167)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 28b789c0c..cda1499a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1503,6 +1503,8 @@ dependencies = [ "sha2", "signature", "spki", + "thiserror", + "tokio", "uuid", "x25519-dalek", ] |