feat: update dependencies

This commit is contained in:
2023-11-05 00:39:08 +08:00
parent fca1c69a64
commit 3fd94c7328
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -807,9 +807,9 @@ dependencies = [
[[package]]
name = "tokio-tungstenite"
version = "0.19.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
dependencies = [
"futures-util",
"log",
@@ -819,9 +819,9 @@ dependencies = [
[[package]]
name = "tungstenite"
version = "0.19.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
dependencies = [
"byteorder",
"bytes",

View File

@@ -10,8 +10,8 @@ edition = "2018"
rust_util = "0.6"
simpledateformat = "0.1"
chrono = "0.4"
tungstenite = {version = "0.19", default-features = false}
tokio-tungstenite = "0.19"
tungstenite = {version = "0.20", default-features = false}
tokio-tungstenite = "0.20"
tokio = { version = "1.28", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"