Skip to content

Commit 18efb09

Browse files
fix(deps): update cargo dependencies
1 parent 16bd254 commit 18efb09

File tree

5 files changed

+114
-56
lines changed

5 files changed

+114
-56
lines changed

nexus/Cargo.lock

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

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ssh2 = "0.9"
3232
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git", branch = "main" }
3333
tokio = { version = "1", features = ["full"] }
3434
tracing = "0.1"
35-
pgwire = { version = "0.30", default-features = false, features = [
35+
pgwire = { version = "0.31", default-features = false, features = [
3636
"scram",
3737
"server-api-aws-lc-rs",
3838
] }

nexus/flow-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2024"
77
serde_json = "1.0"
88
anyhow = "1.0"
99
tracing.workspace = true
10-
tonic-health = "0.12"
10+
tonic-health = "0.13"
1111
pt = { path = "../pt" }
1212
catalog = { path = "../catalog" }

nexus/peer-bigquery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ serde_json = "1.0"
2121
sqlparser.workspace = true
2222
tracing.workspace = true
2323
tokio.workspace = true
24-
gcp-bigquery-client = "0.25"
24+
gcp-bigquery-client = "0.26"
2525
uuid = { version = "1.0", features = ["serde", "v4"] }
2626
value = { path = "../value" }

0 commit comments

Comments
 (0)