Skip to content

Commit

Permalink
Bump tauri from 1.7.1 to 1.7.2 (#91)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent c7f8c3c commit cbacb3f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 55 deletions.
112 changes: 58 additions & 54 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.125"
serde = { version = "1.0.208", features = ["derive"] }
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tauri = { version = "1.7.1", features = ["api-all"] }
tauri = { version = "1.7.2", features = ["api-all"] }
tokio = { version = "1.39.2", features = ["full", "tracing"] }

[features]
Expand Down

0 comments on commit cbacb3f

Please sign in to comment.