@@ -97,7 +97,7 @@ phf_shared = { version = "0.11.3", features = ["uncased"] }
9797portable-atomic = { version = " 1.6.0" , features = [" require-cas" ] }
9898postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" ] }
9999postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
100- predicates = { version = " 2.1.4 " }
100+ predicates = { version = " 2.1.5 " , default-features = false , features = [ " diff " ] }
101101proc-macro2 = { version = " 1.0.93" , features = [" span-locations" ] }
102102prost = { version = " 0.13.4" , features = [" no-recursion-limit" , " prost-derive" ] }
103103prost-reflect = { version = " 0.14.6" , default-features = false , features = [" serde" ] }
@@ -231,7 +231,7 @@ phf_shared = { version = "0.11.3", features = ["uncased"] }
231231portable-atomic = { version = " 1.6.0" , features = [" require-cas" ] }
232232postgres = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" ] }
233233postgres-types = { git = " https://github.com/MaterializeInc/rust-postgres" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
234- predicates = { version = " 2.1.4 " }
234+ predicates = { version = " 2.1.5 " , default-features = false , features = [ " diff " ] }
235235proc-macro2 = { version = " 1.0.93" , features = [" span-locations" ] }
236236proptest-derive = { version = " 0.5.1" , default-features = false , features = [" boxed_union" ] }
237237prost = { version = " 0.13.4" , features = [" no-recursion-limit" , " prost-derive" ] }
0 commit comments