Skip to content

Commit

Permalink
fix(deps): update tauri monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent fb0b9e2 commit b63b68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.2", features = [] }
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
tauri = { version = "1.2", features = ["dialog-open", "fs-read-dir", "fs-read-file", "shell-open", "window-set-cursor-visible", "window-set-fullscreen"] }
tauri = { version = "1.6.2", features = ["dialog-open", "fs-read-dir", "fs-read-file", "shell-open", "window-set-cursor-visible", "window-set-fullscreen"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
cpal = "0.14.0"
Expand Down

0 comments on commit b63b68a

Please sign in to comment.