Skip to content

Commit 4dc3bb3

Browse files
chore(deps): update sqlx requirement from 0.8.5 to 0.9.0 in /api
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](transact-rs/sqlx@v0.8.5...v0.9.0) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3502308 commit 4dc3bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ reqwest = { version = "0.12.14", features = ["json"] }
1111
dotenvy = "0.15.7"
1212
actix-cors = "0.7.1"
1313
lazy_static = "1.5.0"
14-
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio", "chrono", "time"]}
14+
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "chrono", "time"]}

0 commit comments

Comments
 (0)