Skip to content

Commit

Permalink
Update Rust crate predicates to 3.1.2 (#6203)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 2, 2024
1 parent 65f8d71 commit 17c01c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 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 @@ -448,7 +448,7 @@ peg = "0.8.4"
pem = "3.0"
petgraph = "0.6.5"
postgres-protocol = "0.6.6"
predicates = "3.1.0"
predicates = "3.1.2"
pretty_assertions = "1.4.0"
pretty-hex = "0.4.1"
prettyplease = { version = "0.2.20", features = ["verbatim"] }
Expand Down
6 changes: 2 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ peg-runtime = { version = "0.8.3", default-features = false, features = ["std"]
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.0" }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand All @@ -99,7 +99,6 @@ sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down Expand Up @@ -189,7 +188,7 @@ peg-runtime = { version = "0.8.3", default-features = false, features = ["std"]
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.0" }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand All @@ -205,7 +204,6 @@ sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down

0 comments on commit 17c01c4

Please sign in to comment.