@@ -92,8 +92,8 @@ parquet = { version = "53.3.0", default-features = false, features = ["arrow", "
9292percent-encoding = { version = " 2.3.1" }
9393phf = { version = " 0.11.1" , features = [" uncased" ] }
9494phf_shared = { version = " 0.11.1" , features = [" uncased" ] }
95- postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" ] }
96- postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
95+ postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , default-features = false , features = [" with-chrono-0_4" ] }
96+ postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
9797predicates = { version = " 2.1.4" }
9898proc-macro2 = { version = " 1.0.92" , features = [" span-locations" ] }
9999prost = { version = " 0.13.2" , features = [" no-recursion-limit" , " prost-derive" ] }
@@ -122,7 +122,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.90", features = ["extra
122122textwrap = { version = " 0.16.1" , default-features = false , features = [" terminal_size" ] }
123123time = { version = " 0.3.17" , features = [" macros" , " quickcheck" , " serde-well-known" ] }
124124tokio = { version = " 1.38.0" , features = [" full" , " test-util" , " tracing" ] }
125- tokio-postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , features = [" serde" , " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
125+ tokio-postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , features = [" serde" , " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
126126tokio-stream = { version = " 0.1.16" , features = [" net" , " sync" ] }
127127tokio-util = { version = " 0.7.4" , features = [" codec" , " compat" , " io" , " time" ] }
128128toml_datetime = { version = " 0.6.3" , default-features = false , features = [" serde" ] }
@@ -224,8 +224,8 @@ parquet = { version = "53.3.0", default-features = false, features = ["arrow", "
224224percent-encoding = { version = " 2.3.1" }
225225phf = { version = " 0.11.1" , features = [" uncased" ] }
226226phf_shared = { version = " 0.11.1" , features = [" uncased" ] }
227- postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" ] }
228- postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
227+ postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , default-features = false , features = [" with-chrono-0_4" ] }
228+ postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
229229predicates = { version = " 2.1.4" }
230230proc-macro2 = { version = " 1.0.92" , features = [" span-locations" ] }
231231proptest-derive = { version = " 0.5.1" , default-features = false , features = [" boxed_union" ] }
@@ -256,7 +256,7 @@ textwrap = { version = "0.16.1", default-features = false, features = ["terminal
256256time = { version = " 0.3.17" , features = [" macros" , " quickcheck" , " serde-well-known" ] }
257257time-macros = { version = " 0.2.6" , default-features = false , features = [" formatting" , " parsing" , " serde" ] }
258258tokio = { version = " 1.38.0" , features = [" full" , " test-util" , " tracing" ] }
259- tokio-postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , features = [" serde" , " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
259+ tokio-postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , rev = " 548f00c4cbcf7bd714c29cfd2fea7685040c9987 " , features = [" serde" , " with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
260260tokio-stream = { version = " 0.1.16" , features = [" net" , " sync" ] }
261261tokio-util = { version = " 0.7.4" , features = [" codec" , " compat" , " io" , " time" ] }
262262toml_datetime = { version = " 0.6.3" , default-features = false , features = [" serde" ] }
0 commit comments