Skip to content

Commit

Permalink
Build(deps): update sqlx requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.0...v0.8.2)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent af2bb69 commit 16e964a
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"
dotenv = { version = "0.15.0", default-features = false }
tokio = { version = "1.10.0", default-features = false, optional = true }
Expand Down

0 comments on commit 16e964a

Please sign in to comment.