summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-18 18:20:58 -0700
committerGitHub <noreply@github.com>2024-10-19 01:20:58 +0000
commit6c4ef11f04cc35b61417bf08d5e7592d44197c75 (patch)
tree1dd2f4031dfd2f66004dca423bb0cf3da009443b /Cargo.lock
parentd1cd1fafa4f09b215a9ce2eb330dc810a6635afd (diff)
refactor(ext/fetch): use concrete error types (#26220)
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 cda1499a1..7a396addf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1557,6 +1557,7 @@ dependencies = [
"rustls-webpki",
"serde",
"serde_json",
+ "thiserror",
"tokio",
"tokio-rustls",
"tokio-socks",