Skip to content

Commit

Permalink
⬆️ Update Rust crate tokio to 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 83e91a4 commit 740784c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
48 changes: 33 additions & 15 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 @@ -17,7 +17,7 @@ tauri = { version = "1.5", features = ["app-all", "devtools", "fs-all", "macos-p
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
window-shadows = "0.2.1"
tokio = { version = "1.29", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
tokio-tungstenite = { version = "0.19", features = ["native-tls"] }
anyhow = "1.0"
rand = "0.8"
Expand Down

0 comments on commit 740784c

Please sign in to comment.