Skip to content

Commit

Permalink
Bump tauri from 1.6.7 to 1.6.8
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent 7b594b2 commit 1065752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/bin/sh-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0.117"
serde = { version = "1.0.203", features = ["derive"] }
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tauri = { version = "1.6.7", features = ["api-all"] }
tauri = { version = "1.6.8", features = ["api-all"] }
tokio = { version = "1.38.0", features = ["full", "tracing"] }

[features]
Expand Down

0 comments on commit 1065752

Please sign in to comment.