mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-25 19:42:31 +02:00
chore(deps): Use less specific tokio version in ws example (#312)
* fix(deps): update rust crate tokio to 1.27 * Update Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fabian-Lars
parent
64cba15cd9
commit
48bb71eaa3
@@ -10,7 +10,7 @@ edition = "2021"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri = { version = "1", features = [] }
|
||||
tokio = { version = "1.11", features = ["net"] }
|
||||
tokio = { version = "1", features = ["net"] }
|
||||
futures-util = "0.3"
|
||||
tauri-plugin-websocket = { path = "../../../" }
|
||||
tokio-tungstenite = "0.15"
|
||||
|
||||
Reference in New Issue
Block a user