From d047cab14b754d20a43c7119e327b451440aaed9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Fri, 18 Oct 2024 12:30:46 -0700 Subject: refactor(ext/websocket): use concrete error type (#26226) --- ext/websocket/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/websocket/Cargo.toml') diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index b265ba78a..ec359100d 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -28,4 +28,5 @@ hyper-util.workspace = true once_cell.workspace = true rustls-tokio-stream.workspace = true serde.workspace = true +thiserror.workspace = true tokio.workspace = true -- cgit v1.2.3