Skip to content

Commit

Permalink
Merge pull request #1720 from h3poteto/renovate/sqlx-0.x
Browse files Browse the repository at this point in the history
Update Rust crate sqlx to 0.8.3
  • Loading branch information
h3poteto authored Jan 13, 2025
2 parents 5676ce0 + 94348ba commit 431841b
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 431841b

Please sign in to comment.