mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-25 19:42:31 +02:00
fix(deps): update rust crate tokio-tungstenite to 0.18 (#314)
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
61daa088ea
commit
de1706fee2
@@ -13,7 +13,7 @@ tauri = { version = "1", features = [] }
|
||||
tokio = { version = "1", features = ["net"] }
|
||||
futures-util = "0.3"
|
||||
tauri-plugin-websocket = { path = "../../../" }
|
||||
tokio-tungstenite = "0.15"
|
||||
tokio-tungstenite = "0.18"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "1", features = [] }
|
||||
|
||||
Reference in New Issue
Block a user