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.5.1 to 1.5.3 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.5.1...tauri-v1.5.3)

---
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 Dec 4, 2023
1 parent ec0dd74 commit 7602a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.4.0"
fs_extra = "1.3.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.1", 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.5.3", 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 7602a58

Please sign in to comment.