summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-12 14:23:49 -0700
committerGitHub <noreply@github.com>2024-10-12 14:23:49 -0700
commit2ac699fe6e5b69f656046c5a9657542dc1cf2e9d (patch)
treec5999055791ab3ee740f8d9975d641e17aa05d42 /Cargo.lock
parent4f89225f76ca67e8a6385bbc52a73c284cc3402c (diff)
refactor(ext/cron): use concrete error type (#26135)
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 2500b5a2c..d1341189f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1467,6 +1467,7 @@ dependencies = [
"chrono",
"deno_core",
"saffron",
+ "thiserror",
"tokio",
]