From 2683aa0a40420aedc1ed99f29fb870bbe73a735e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:03:56 -0700 Subject: [PATCH] Update Rust crate postgres-protocol to 0.6.7 (#6141) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e59345fb..ec58ced23a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -448,7 +448,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"