mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-03 18:08:36 +02:00
fix(deps): update rust crate tokio-tungstenite to 0.23 (#1420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
4b627f0dd5
commit
b344177d8b
@@ -27,7 +27,7 @@ http = "1"
|
||||
rand = "0.8"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "1", features = [ "net", "sync" ] }
|
||||
tokio-tungstenite = { version = "0.21" }
|
||||
tokio-tungstenite = { version = "0.23" }
|
||||
|
||||
[features]
|
||||
default = [ "rustls-tls" ]
|
||||
|
||||
Reference in New Issue
Block a user