Skip to content

Commit

Permalink
Update Rust crate predicates to 3.0.4 (#4254)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Oct 11, 2023
1 parent 1a21fdd commit 02aef4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ percent-encoding = "2.2.0"
pem = "1.1"
petgraph = "0.6.4"
postgres-protocol = "0.6.6"
predicates = "3.0.3"
predicates = "3.0.4"
pretty_assertions = "1.4.0"
pretty-hex = "0.3.0"
proc-macro2 = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ petgraph = { version = "0.6.4", features = ["serde-1"] }
phf_shared = { version = "0.11.2" }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.0.3" }
predicates = { version = "3.0.4" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
Expand Down Expand Up @@ -171,7 +171,7 @@ petgraph = { version = "0.6.4", features = ["serde-1"] }
phf_shared = { version = "0.11.2" }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.0.3" }
predicates = { version = "3.0.4" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
Expand Down

0 comments on commit 02aef4b

Please sign in to comment.