@@ -85,8 +85,8 @@ openssl-sys = { version = "0.9.108", features = ["vendored"] }
8585opentelemetry = { version = " 0.24.0" , features = [" trace" ] }
8686opentelemetry_sdk = { version = " 0.24.1" , features = [" rt-tokio" ] }
8787pin-project = " 1.1.10"
88- postgres = { version = " 0.19.5 " , optional = true }
89- postgres-openssl = { version = " 0.5.0 " , optional = true }
88+ postgres = { version = " 0.19.12 " , optional = true }
89+ postgres-openssl = { version = " 0.5.2 " , optional = true }
9090prometheus = { version = " 0.14.0" , default-features = false }
9191rdkafka-sys = { version = " 4.3.0" , features = [
9292 " cmake-build" ,
@@ -108,7 +108,7 @@ sysctl = "0.7.1"
108108tempfile = " 3.23.0"
109109thiserror = " 2.0.17"
110110tokio = { version = " 1.48.0" , features = [" sync" ] }
111- tokio-postgres = { version = " 0.7.8 " }
111+ tokio-postgres = { version = " 0.7.15 " }
112112tokio-stream = { version = " 0.1.17" , features = [" net" ] }
113113tokio-metrics = " 0.4.5"
114114tower = { version = " 0.5.2" , features = [" buffer" , " limit" , " load-shed" ] }
@@ -145,8 +145,8 @@ mz-pgrepr = { path = "../pgrepr" }
145145mz-pgtest = { path = " ../pgtest" }
146146mz-repr = { path = " ../repr" }
147147mz-sql-parser = { path = " ../sql-parser" }
148- postgres = { version = " 0.19.5 " , features = [" with-chrono-0_4" ] }
149- postgres-protocol = { version = " 0.6.5 " }
148+ postgres = { version = " 0.19.12 " , features = [" with-chrono-0_4" ] }
149+ postgres-protocol = { version = " 0.6.9 " }
150150postgres_array = { version = " 0.11.0" }
151151predicates = " 3.1.3"
152152proptest = { version = " 1.7.0" , default-features = false , features = [" std" ] }
@@ -161,7 +161,7 @@ serde_json = "1.0.145"
161161serde_urlencoded = " 0.7.1"
162162similar-asserts = " 1.7"
163163timely = " 0.25.1"
164- tokio-postgres = { version = " 0.7.8 " , features = [" with-chrono-0_4" ] }
164+ tokio-postgres = { version = " 0.7.15 " , features = [" with-chrono-0_4" ] }
165165
166166[build-dependencies ]
167167anyhow = " 1.0.100"
0 commit comments