diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-18 18:20:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 01:20:58 +0000 |
commit | 6c4ef11f04cc35b61417bf08d5e7592d44197c75 (patch) | |
tree | 1dd2f4031dfd2f66004dca423bb0cf3da009443b /Cargo.lock | |
parent | d1cd1fafa4f09b215a9ce2eb330dc810a6635afd (diff) |
refactor(ext/fetch): use concrete error types (#26220)
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 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", |