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 /Cargo.lock | |
parent | 4b99cde504854baabdcf912f2fce3a7448119653 (diff) |
refactor(ext/websocket): use concrete error type (#26226)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9b2baf79c..28b789c0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2225,6 +2225,7 @@ dependencies = [ "once_cell", "rustls-tokio-stream", "serde", + "thiserror", "tokio", ] |