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] authored Aug 2, 2024
1 parent 17c01c4 commit f22edfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -447,7 +447,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.2"
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.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
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.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
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 f22edfc

Please sign in to comment.