Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent d13cf8a commit a6a2fcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -21,7 +21,7 @@ serde_json = "1.0"
solo2 = { version = "0.2.2", features = ["dev-pki"] }
tauri = { version = "1.5.2", 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.33.0", features = ["sync", "time"] }
tokio = { version = "1.35.0", features = ["sync", "time"] }
ureq = "2.8.0"
usb_enumeration = "0.2.0"
window-vibrancy = "0.4.2"
Expand Down

0 comments on commit a6a2fcd

Please sign in to comment.