Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.33.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and oplik0 committed Oct 14, 2023
1 parent 688661f commit ac6bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0"
solo2 = { version = "0.2.2", features = ["dev-pki"] }
tauri = { version = "1.4.1", features = ["clipboard-write-text", "dialog-open", "isolation", "shell-open", "updater", "window-set-decorations"] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
tokio = { version = "1.32.0", features = ["sync", "time"] }
tokio = { version = "1.33.0", features = ["sync", "time"] }
ureq = "2.8.0"
usb_enumeration = "0.2.0"
window-vibrancy = "0.4.2"
Expand Down

0 comments on commit ac6bc56

Please sign in to comment.