fix(deps): update rust crate tungstenite to 0.17.3

This commit is contained in:
renovate[bot] 2022-07-13 18:19:18 +00:00
parent 40108a20fb
commit e303383607
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ better-panic = "0.3.0"
libloading = "0.7.3"
simplelog = "0.12.0"
tokio-tungstenite = "0.17.2"
tungstenite = "0.17.2"
tungstenite = "0.17.3"
clap = { version = "3.2.11", features = ["derive"] }
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
log = { version = "0.4.17", features = ["release_max_level_info", "max_level_debug"] }