diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-12 14:23:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 14:23:49 -0700 |
| commit | 2ac699fe6e5b69f656046c5a9657542dc1cf2e9d (patch) | |
| tree | c5999055791ab3ee740f8d9975d641e17aa05d42 /Cargo.lock | |
| parent | 4f89225f76ca67e8a6385bbc52a73c284cc3402c (diff) | |
refactor(ext/cron): use concrete error type (#26135)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
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", ] |
