Skip to content

Commit

Permalink
chore(deps): update tauri (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 7198fcb commit f9ce95c
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 69 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.

66 changes: 44 additions & 22 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.1", features = [] }
tauri-build = { version = "=2.0.2", features = [] }

[dependencies]
tauri = { version = "=2.0.3", features = [] }
tauri = { version = "=2.0.6", 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 @@ -15,6 +15,6 @@
"@jellyfin-vue/frontend": "*"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.3"
"@tauri-apps/cli": "2.0.4"
}
}

0 comments on commit f9ce95c

Please sign in to comment.