Skip to content

Commit

Permalink
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 3a23687 commit 2138ed3
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@h3poteto/tauri-snap-packager": "0.2.1",
"@tauri-apps/cli": "^2.2.2",
"@tauri-apps/cli": "^2.2.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/parse-link-header": "^2.0.3",
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

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

63 changes: 41 additions & 22 deletions 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.57"
# 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]
serde_json = "1.0.135"
serde = { version = "1.0.217", features = ["derive"] }
tauri = { version = "2.2.0", features = ["image-png"] }
tauri = { version = "2.2.1", features = ["image-png"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.42.0", features = ["full"] }
futures = "0.3.31"
Expand Down

0 comments on commit 2138ed3

Please sign in to comment.