summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent4b99cde504854baabdcf912f2fce3a7448119653 (diff)
refactor(ext/websocket): use concrete error type (#26226)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
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",
]