Skip to content

Commit

Permalink
Update Rust crate tauri to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 09e214d commit 9b29b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 = "2.0.5", features = [] }
[dependencies]
serde_json = "1.0.135"
serde = { version = "1.0.217", features = ["derive"] }
tauri = { version = "2.2.1", features = ["image-png"] }
tauri = { version = "2.2.2", features = ["image-png"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.43.0", features = ["full"] }
futures = "0.3.31"
Expand Down

0 comments on commit 9b29b62

Please sign in to comment.