summaryrefslogtreecommitdiff
path: root/ext/net/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-17 09:43:04 -0700
committerGitHub <noreply@github.com>2024-10-17 09:43:04 -0700
commited13efc4ac3ed5262d025bd7228785553fecff1c (patch)
treeb4a29cbfb75e91a6e16fdc0763b1d2000db2db98 /ext/net/Cargo.toml
parent3b62e05062805d45fd626ac8e413e9b7aee7c3a1 (diff)
refactor(ext/net): use concrete error type (#26227)
Diffstat (limited to 'ext/net/Cargo.toml')
-rw-r--r--ext/net/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 4ba4fb315..a57862072 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -21,6 +21,7 @@ pin-project.workspace = true
rustls-tokio-stream.workspace = true
serde.workspace = true
socket2.workspace = true
+thiserror.workspace = true
tokio.workspace = true
trust-dns-proto = "0.23"
trust-dns-resolver = { version = "0.23", features = ["tokio-runtime", "serde-config"] }