summaryrefslogtreecommitdiff
path: root/ext/websocket/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-18 12:30:46 -0700
committerGitHub <noreply@github.com>2024-10-18 19:30:46 +0000
commitd047cab14b754d20a43c7119e327b451440aaed9 (patch)
treebc0c4567f549349c2a1ca75748a69d83bc8f6c5c /ext/websocket/Cargo.toml
parent4b99cde504854baabdcf912f2fce3a7448119653 (diff)
refactor(ext/websocket): use concrete error type (#26226)
Diffstat (limited to 'ext/websocket/Cargo.toml')
-rw-r--r--ext/websocket/Cargo.toml1
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