Skip to content

Commit

Permalink
fix(deps): update rust crate tauri to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 857bb1b commit b8e1f3f
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 5 deletions.
195 changes: 191 additions & 4 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 @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.4", features = ["api-all"] }
tauri = { version = "1.6.0", features = ["api-all"] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down

0 comments on commit b8e1f3f

Please sign in to comment.