Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tauri from 2.0.5 to 2.1.1 in /src-tauri #446

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump tauri from 2.0.5 to 2.1.1 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.5...tauri-v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 20, 2025
commit c04eab40015a1095d50c49ce14985e5a94092fd9
156 changes: 70 additions & 86 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
@@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.0.3", features = [] }

[dependencies]
tauri = { version = "2.0.5", features = ["devtools", "tray-icon"] }
tauri = { version = "2.1.1", features = ["devtools", "tray-icon"] }
tauri-plugin-updater = "2.0.2"
tauri-plugin-process = "2.2.0"
tauri-plugin-log = "2.2.0"