Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 788f392 commit 94348ba
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 111 deletions.
146 changes: 36 additions & 110 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 @@ -18,7 +18,7 @@ tauri-build = { version = "2.0.4", features = [] }
serde_json = "1.0.135"
serde = { version = "1.0.217", features = ["derive"] }
tauri = { version = "2.2.0", features = ["image-png"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.42.0", features = ["full"] }
futures = "0.3.31"
directories = "5.0.1"
Expand Down

0 comments on commit 94348ba

Please sign in to comment.