Skip to content

Commit

Permalink
feat: update sqlx to 0.8.0 (#97)
Browse files Browse the repository at this point in the history
* feat: update sqlx to 0.8.0 (#96)

* ci: don't think node is used for this project...

---------

Co-authored-by: Yang Luo <[email protected]>
  • Loading branch information
metatoaster and hsluoyz authored Sep 19, 2024
1 parent 387a75a commit 0c7c160
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 @@ -10,7 +10,7 @@ readme= "README.md"

[dependencies]
casbin = { version = "2.1.0", default-features = false }
sqlx = { version = "0.7", default-features = false, features = [ "macros" ] }
sqlx = { version = "0.8", default-features = false, features = [ "macros" ] }
async-trait = "0.1.51"
dotenvy = { version = "0.15.0", default-features = false }
tokio = { version = "1.10.0", default-features = false, optional = true }
Expand Down

0 comments on commit 0c7c160

Please sign in to comment.