Skip to content

Commit

Permalink
chore(deps): update tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent d814145 commit 8c862cf
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 70 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 42 additions & 23 deletions packaging/tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packaging/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "=2.0.4", features = [] }
tauri-build = { version = "=2.0.5", features = [] }

[dependencies]
tauri = { version = "=2.2.0", features = [] }
tauri = { version = "=2.2.3", features = [] }

[features]
default = ["custom-protocol"]
Expand Down
2 changes: 1 addition & 1 deletion packaging/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@jellyfin-vue/frontend": "*"
},
"devDependencies": {
"@tauri-apps/cli": "2.2.2"
"@tauri-apps/cli": "2.2.5"
}
}

0 comments on commit 8c862cf

Please sign in to comment.