summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-17 10:59:02 -0700
committerGitHub <noreply@github.com>2024-10-17 17:59:02 +0000
commit7c790da8260db24af12e700f191af551f4307476 (patch)
tree50f27760fa80b52c15f1b53da0c9bdc661be389e /Cargo.lock
parented13efc4ac3ed5262d025bd7228785553fecff1c (diff)
refactor(ext/kv): use concrete error type (#26239)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 043bcc203..7863f31fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1720,6 +1720,7 @@ dependencies = [
"rand",
"rusqlite",
"serde",
+ "thiserror",
"url",
]