diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-18 12:30:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 19:30:46 +0000 |
| commit | d047cab14b754d20a43c7119e327b451440aaed9 (patch) | |
| tree | bc0c4567f549349c2a1ca75748a69d83bc8f6c5c /ext/websocket/Cargo.toml | |
| parent | 4b99cde504854baabdcf912f2fce3a7448119653 (diff) | |
refactor(ext/websocket): use concrete error type (#26226)
Diffstat (limited to 'ext/websocket/Cargo.toml')
| -rw-r--r-- | ext/websocket/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
