Skip to content

Commit

Permalink
Bump tauri from 1.6.7 to 1.6.8 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.6.7...tauri-v1.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and falk-werner committed Jun 10, 2024
1 parent be04819 commit 680f2a3
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 @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.2", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.7", features = [ "window-unminimize", "window-unmaximize", "window-maximize", "window-show", "window-minimize", "window-close", "window-start-dragging", "window-hide"] }
tauri = { version = "1.6.8", features = [ "window-unminimize", "window-unmaximize", "window-maximize", "window-show", "window-minimize", "window-close", "window-start-dragging", "window-hide"] }
serde_yaml = "0.9.34"
home = "0.5.9"
opener = "0.7.1"
Expand Down

0 comments on commit 680f2a3

Please sign in to comment.