Skip to content

Commit 18e9c39

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

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

cli/Cargo.lock

Lines changed: 14 additions & 14 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.4", features = [
20+
sqlx = { version = "0.8.5", features = [
2121
"postgres",
2222
"chrono",
2323
"uuid",

0 commit comments

Comments
 (0)