Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 244bea6 commit 572f96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.4", 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 = "v1" }
tokio = { version = "1.35.1", features = ["sync", "time"] }
tokio = { version = "1.36.0", features = ["sync", "time"] }
ureq = "2.9.1"
usb_enumeration = "0.2.0"
window-vibrancy = "0.4.3"
Expand Down

0 comments on commit 572f96c

Please sign in to comment.