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 Aug 17, 2024
1 parent cf0aef9 commit e8d6e8c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 57 deletions.
137 changes: 81 additions & 56 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 e8d6e8c

Please sign in to comment.