Skip to content

Commit 0ddc7ef

Browse files
committed
chore: update sqlx dependency
1 parent 3542bc0 commit 0ddc7ef

File tree

2 files changed

+64
-39
lines changed

2 files changed

+64
-39
lines changed

Cargo.lock

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

rust/quary-databases/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quary_proto = { path = "../../proto/gen/rust" }
1313

1414
yup-oauth2 = { version = "9", default-features = false }
1515
tokio = { version = "1", features = ["full"] }
16-
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "postgres", "chrono", "bigdecimal"] }
16+
sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "sqlite", "postgres", "chrono", "bigdecimal"] }
1717
async-trait = "0.1.80"
1818
gcp-bigquery-client = "0.20.0"
1919
google-cloud-auth = { version = "0.15.0", default-features = false, features = ["external-account", "rustls-tls"] }

0 commit comments

Comments
 (0)