Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent c01742d commit a291868
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 50 deletions.
129 changes: 80 additions & 49 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/mike-lloyd03/rudric"
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
sqlx = { version = "0.7.4", features = [
sqlx = { version = "0.8.0", features = [
"sqlite",
"runtime-tokio",
"migrate",
Expand Down

0 comments on commit a291868

Please sign in to comment.