From ba001371b70edefbab4acd385cdeef983878682f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 03:44:18 +0000 Subject: [PATCH] Update Rust crate postgres-protocol to 0.6.7 --- Cargo.lock | 3 ++- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00077845a0e..5c52b0da06c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6109,6 +6109,7 @@ dependencies = [ "postgres-types", "predicates", "proc-macro2", + "rand_core 0.5.1", "regex", "regex-automata 0.4.6", "regex-syntax 0.8.3", @@ -7735,7 +7736,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf2890aaef0aa82719a50e808de264f9484b74b442e1a3a0e5ee38243ac40bdb" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.5.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e01581e2c39..209719b0c5b 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" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 1db612bcfda..93d24533397 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -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" } @@ -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" }