Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 9113ede commit ed17970
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
84 changes: 42 additions & 42 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 = "1.5.4", features = [] }
serde_json = "1.0.128"
serde = { version = "1.0.210", features = ["derive"] }
tauri = { version = "1.7.2", features = ["api-all"] }
sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.40.0", features = ["full"] }
futures = "0.3.30"
directories = "5.0.1"
Expand Down

0 comments on commit ed17970

Please sign in to comment.