Skip to content

Commit cf73b3a

Browse files
authored
Merge pull request #31358 from MaterializeInc/dependabot/cargo/predicates-3.1.3
build(deps): bump predicates from 2.1.4 to 3.1.3
2 parents 58de9d9 + 1c26e43 commit cf73b3a

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

Cargo.lock

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

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mz-sql-parser = { path = "../sql-parser" }
133133
postgres = { version = "0.19.5", features = ["with-chrono-0_4"] }
134134
postgres-protocol = { version = "0.6.5" }
135135
postgres_array = { version = "0.11.0" }
136-
predicates = "2.1.4"
136+
predicates = "3.1.3"
137137
proptest = { version = "1.6.0", default-features = false, features = ["std"] }
138138
rdkafka = { version = "0.29.0", features = [
139139
"cmake-build",

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ phf_shared = { version = "0.11.3", features = ["uncased"] }
9797
portable-atomic = { version = "1.6.0", features = ["require-cas"] }
9898
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
9999
postgres-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"] }
101101
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
102102
prost = { version = "0.13.4", features = ["no-recursion-limit", "prost-derive"] }
103103
prost-reflect = { version = "0.14.6", default-features = false, features = ["serde"] }
@@ -231,7 +231,7 @@ phf_shared = { version = "0.11.3", features = ["uncased"] }
231231
portable-atomic = { version = "1.6.0", features = ["require-cas"] }
232232
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
233233
postgres-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"] }
235235
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
236236
proptest-derive = { version = "0.5.1", default-features = false, features = ["boxed_union"] }
237237
prost = { version = "0.13.4", features = ["no-recursion-limit", "prost-derive"] }

0 commit comments

Comments
 (0)