summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-04-20 21:54:22 +0530
committerGitHub <noreply@github.com>2023-04-20 21:54:22 +0530
commit1976504c632c78aaadbf24dc94e8ce5626bce9f1 (patch)
treefea14670fb1811e27e647370d810645aa1987cfe /Cargo.lock
parentf5202840818cade33c65c0ae6c2ac17fb5732229 (diff)
refactor(ext/websocket): use fastwebsockets client (#18725)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f30162501..29f02d5c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1819,11 +1819,16 @@ dependencies = [
[[package]]
name = "fastwebsockets"
-version = "0.1.3"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d57e99c3fa6d0e1c6aeb84f4c904b26425128215fd318a251d8e785e373d43b6"
+checksum = "99a248d92ac4e9048a30d147d7897eaaadd0a5230f11982ab7d6935d7d268902"
dependencies = [
+ "base64 0.21.0",
"cc",
+ "hyper",
+ "pin-project",
+ "rand",
+ "sha1",
"simdutf8",
"tokio",
"utf-8",