Skip to content

Commit

Permalink
Bump tauri from 1.7.1 to 1.7.2
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.7.1...tauri-v1.7.2)

---
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 github-actions[bot] committed Aug 26, 2024
1 parent 3cc992f commit 0cd0c73
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 31 deletions.
88 changes: 58 additions & 30 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "1.5.3", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "time", "process"] }
tauri = { version = "1.7.1", features = ["window-all", "shell-sidecar", "dialog-all", "notification-all", "os-all", "path-all"] }
tauri = { version = "1.7.2", features = ["window-all", "shell-sidecar", "dialog-all", "notification-all", "os-all", "path-all"] }
autd3-driver = { version = "27.0.0", features = ["serde"] }
autd3-link-soem = { version = "27.0.0", features = ["serde"] }

Expand Down

0 comments on commit 0cd0c73

Please sign in to comment.