Skip to content

Commit 5b432e4

Browse files
Update Rust crate predicates to 3.1.3 (#7438)
1 parent 29a8441 commit 5b432e4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ pem = "3.0"
556556
petname = { version = "2.0.2", default-features = false, features = ["default-rng", "default-words"] }
557557
petgraph = "0.6.5"
558558
postgres-protocol = "0.6.7"
559-
predicates = "3.1.2"
559+
predicates = "3.1.3"
560560
pretty_assertions = "1.4.1"
561561
pretty-hex = "0.4.1"
562562
prettyplease = { version = "0.2.29", features = ["verbatim"] }

workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ phf = { version = "0.11.2" }
9494
phf_shared = { version = "0.11.2" }
9595
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
9696
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
97-
predicates = { version = "3.1.2" }
97+
predicates = { version = "3.1.3" }
9898
proc-macro2 = { version = "1.0.92" }
9999
qorb = { version = "0.2.1", features = ["qtop"] }
100100
quote = { version = "1.0.38" }
@@ -215,7 +215,7 @@ phf = { version = "0.11.2" }
215215
phf_shared = { version = "0.11.2" }
216216
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
217217
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
218-
predicates = { version = "3.1.2" }
218+
predicates = { version = "3.1.3" }
219219
proc-macro2 = { version = "1.0.92" }
220220
qorb = { version = "0.2.1", features = ["qtop"] }
221221
quote = { version = "1.0.38" }

0 commit comments

Comments
 (0)