Skip to content

Commit

Permalink
Update Rust crate postgres-protocol to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jul 25, 2024
1 parent ca0e1ea commit 7d95d0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 5 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 @@ -431,7 +431,7 @@ percent-encoding = "2.3.1"
peg = "0.8.4"
pem = "3.0"
petgraph = "0.6.5"
postgres-protocol = "0.6.6"
postgres-protocol = "0.6.7"
predicates = "3.1.0"
pretty_assertions = "1.4.0"
pretty-hex = "0.4.1"
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.86" }
rand_core = { version = "0.5.1", default-features = false, features = ["std"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
Expand Down Expand Up @@ -190,6 +191,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.86" }
rand_core = { version = "0.5.1", default-features = false, features = ["std"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
Expand Down

0 comments on commit 7d95d0e

Please sign in to comment.