diff options
Diffstat (limited to 'ext/tls/Cargo.toml')
-rw-r--r-- | ext/tls/Cargo.toml | 1 |
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 |