Skip to content

Commit

Permalink
fix(deps): update tauri monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 78142bb commit b7658b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions ui/src-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 ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "lib"]

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

[dependencies]
serde_json = "=1.0.135"
serde = { version = "=1.0.217", features = ["derive"] }
tauri = { version = "=2.2.0", features = ["devtools"] }
tauri = { version = "=2.2.1", features = ["devtools"] }
tauri-plugin-os = "=2.2.0"
tauri-plugin-dialog = "=2.2.0"
tauri-plugin-store = "=2.2.0"
Expand Down

0 comments on commit b7658b3

Please sign in to comment.