Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Bump tauri from 1.2.2 to 1.2.5 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.2 to 1.2.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.2.2...tauri-v1.2.5)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 3, 2023
1 parent cf6b3e5 commit f1e6c08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 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 @@ -22,7 +22,7 @@ minify = "1.3.0"
walkdir = "2.3.2"
fs_extra = "1.2.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["clipboard-write-text", "dialog-all", "fs-all", "http-request", "os-all", "path-all", "process-exit", "process-relaunch", "shell-open", "updater", "window-all"] }
tauri = { version = "1.2.5", features = ["clipboard-write-text", "dialog-all", "fs-all", "http-request", "os-all", "path-all", "process-exit", "process-relaunch", "shell-open", "updater", "window-all"] }


[features]
Expand Down

0 comments on commit f1e6c08

Please sign in to comment.