Skip to content

Commit

Permalink
⬆️ Update Rust crate tokio-tungstenite to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2023
1 parent b8b99be commit 35cda15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4", features = ["app-all", "devtools", "fs-all", "macos-private-api", "os-all", "path-all", "shell-open", "window-all"] }
window-shadows = "0.2.1"
tokio = { version = "1.29", features = ["full"] }
tokio-tungstenite = { version = "0.19", features = ["native-tls"] }
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
anyhow = "1.0"
rand = "0.8"
futures-util = "0.3"
Expand Down

0 comments on commit 35cda15

Please sign in to comment.