summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-18 15:23:20 -0700
committerGitHub <noreply@github.com>2024-10-18 15:23:20 -0700
commit8ca8174c81a3de35bcb02fc371c90f9d0a7303ab (patch)
treeadf345a0cfd48eb13826847e71763d60125871ea /Cargo.lock
parente22d0e91ef7ce17dca299a44d1ccd292abde34f2 (diff)
refactor(ext/crypto): use concrete error types (#26167)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
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",
]