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 Sep 13, 2024
1 parent 6fd54dc commit 8583cad
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 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.204", 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 8583cad

Please sign in to comment.