summaryrefslogtreecommitdiff
path: root/ext/tls/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-12 16:53:38 -0700
committerGitHub <noreply@github.com>2024-10-12 16:53:38 -0700
commit64c304a45265705832ebb4ab4e9ef19f899ac911 (patch)
treeb918bdd40b092dd26ed3a83a55369488af28121c /ext/tls/Cargo.toml
parent2ac699fe6e5b69f656046c5a9657542dc1cf2e9d (diff)
refactor(ext/tls): use concrete error types (#26174)
Diffstat (limited to 'ext/tls/Cargo.toml')
-rw-r--r--ext/tls/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 6c1554241..9f7bffe67 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -21,5 +21,6 @@ rustls-pemfile.workspace = true
rustls-tokio-stream.workspace = true
rustls-webpki.workspace = true
serde.workspace = true
+thiserror.workspace = true
tokio.workspace = true
webpki-roots.workspace = true