Skip to content

Commit 852945e

Browse files
Bump sqlx from 0.8.3 to 0.8.4 in /cli
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.3 to 0.8.4. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/commits) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c43fc4c commit 852945e

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

cli/Cargo.lock

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.12.5", features = ["json", "native-tls-vendored"] }
1717
rpassword = "7.2.0"
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_json = "1.0.140"
20-
sqlx = { version = "0.8.3", features = [
20+
sqlx = { version = "0.8.4", features = [
2121
"postgres",
2222
"chrono",
2323
"uuid",

0 commit comments

Comments
 (0)