Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) and [v8](https://github.com/denoland/rusty_v8) to permit the latest version.

Updates `tauri-plugin-window-state` to 2.0.0-rc.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.0-beta.11...os-v2.0.0-rc.0)

Updates `v8` to 0.102.0
- [Release notes](https://github.com/denoland/rusty_v8/releases)
- [Commits](denoland/rusty_v8@v0.98.0...v0.102.0)

---
updated-dependencies:
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: v8
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent d351a04 commit cb0f7e2
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 @@ -24,8 +24,8 @@ serde_derive = "1.0.204"
tauri-plugin-process = "2.0.0-beta.8"
tauri-plugin-shell = "2.0.0-beta.9"
tauri-plugin-updater = "2.0.0-beta.10"
tauri-plugin-window-state = "=2.0.0-beta.11"
v8 = "0.98.0"
tauri-plugin-window-state = "=2.0.0-rc.0"
v8 = "0.102.0"
tauri-plugin-dialog = "2.0.0-beta.11"
chrono = { version = "0.4.38", features = ["serde"] }
tauri-plugin-os = "2.0.0-beta.8"
Expand Down

0 comments on commit cb0f7e2

Please sign in to comment.