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 Jul 23, 2024
1 parent b50e6d6 commit 71dffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ thiserror = "1.0.59"

hocon = { version = "0.9.0", features = [ "serde-support" ] }
serde = { version = "1.0.200", features = [ "derive" ] }
sqlx = { version = "0.7.4", features = [ "runtime-tokio", "sqlite" ] }
sqlx = { version = "0.8.0", features = [ "runtime-tokio", "sqlite" ] }
tokio = { version = "1.37.0", features = [ "full" ] }

0 comments on commit 71dffc3

Please sign in to comment.