Skip to content

Commit

Permalink
chore(deps): bump tauri from 1.4.1 to 1.5.0 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.4.1...tauri-v1.5.0)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 515a0ce commit 63d6fee
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 27 deletions.
101 changes: 75 additions & 26 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.4.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = ["api-all", "cli"] }
tauri = { version = "1.5.0", features = ["api-all", "cli"] }
text_ops_lib = { path = "../backend" }
clap = { version = "4.4.5", features = ["derive"] }

Expand Down

0 comments on commit 63d6fee

Please sign in to comment.