Skip to content

Commit

Permalink
bump version of sqlx to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Sep 10, 2024
1 parent b3e78eb commit c0a9413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ uuid = { optional = true, version = "1.4.0" }
chrono = { optional = true, version = "0.4.26" }
time = { optional = true, version = "0.3.23" }
phonenumber = { optional = true, version = "0.3.2" }
sqlx = { version = "0.7", optional = true }
sqlx-core = { version = "0.7", optional = true }
sqlx = { version = "0.8.2", optional = true }
sqlx-core = { version = "0.8.2", optional = true }
tower-cookies = { version = "0.10.0", optional = true }
sid2 = { version = "0.4.0", optional = true }
serde_qs = { version = "0.12", optional = true }
serde_qs = { version = "0.13.0", optional = true }
bigdecimal = { version = "0.4.2", optional = true }

[features]
Expand Down

0 comments on commit c0a9413

Please sign in to comment.