Skip to content

Commit

Permalink
Bump the production-dependencies group in /src-tauri with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /src-tauri with 2 updates: [tauri](https://github.com/tauri-apps/tauri) and [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace).


Updates `tauri` from 1.6.8 to 1.7.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.6.8...tauri-v1.7.1)

Updates `tauri-plugin-window-state` from `76b0f65` to `a3fe842`
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@76b0f65...a3fe842)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent aab1606 commit 83be0ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.8", features = [ "clipboard-all", "updater", "window-set-size", "window-set-position", "shell-open", "dialog-all", "process-exit", "window-close", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tauri = { version = "1.7.1", features = [ "clipboard-all", "updater", "window-set-size", "window-set-position", "shell-open", "dialog-all", "process-exit", "window-close", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tokio = { version = "1.38.0", features = ["full"] }
directories = "5.0.0"
aes-gcm-siv = { version = "0.11.1" }
Expand Down

0 comments on commit 83be0ae

Please sign in to comment.