Skip to content

Commit

Permalink
fix(deps): update tauri monorepo (#43)
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 Oct 14, 2023
1 parent 38154ef commit 8b24b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ description = "An Unofficial Solo2 Desktop App"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.4.0", features = ["isolation"] }
tauri-build = { version = "1.5.0", features = ["isolation"] }

[dependencies]
memoize = { version = "0.4.0", features = ["lru"] }
serde = { version = "1.0", features = ["derive"] }
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 = { 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"] }
ureq = "2.8.0"
Expand Down

0 comments on commit 8b24b0b

Please sign in to comment.