Skip to content

Commit

Permalink
chore(deps): bump tauri from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.4.1...tauri-v1.5.0)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 5a82cfb commit 506d006
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 22 deletions.
94 changes: 73 additions & 21 deletions 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 apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.75"
dark-light = "1.0.0"
log = "0.4.19"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = [ "window-unmaximize", "window-set-title", "path-all", "window-close", "dialog-save", "window-unminimize", "protocol-all", "window-create", "dialog-open", "clipboard-write-text", "os-all", "global-shortcut-all", "fs-write-file", "window-start-dragging", "fs-read-file", "window-minimize", "window-maximize", "fs-exists", "shell-open", "devtools"] }
tauri = { version = "1.5.0", features = [ "window-unmaximize", "window-set-title", "path-all", "window-close", "dialog-save", "window-unminimize", "protocol-all", "window-create", "dialog-open", "clipboard-write-text", "os-all", "global-shortcut-all", "fs-write-file", "window-start-dragging", "fs-read-file", "window-minimize", "window-maximize", "fs-exists", "shell-open", "devtools"] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
regex = "1.9.6"
mf-utils = { path = "../../../crates/utils" }
Expand Down

0 comments on commit 506d006

Please sign in to comment.