From fd65d8117da6d7e5c5a4ac30d9d6541caae123f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:51:59 +0100 Subject: [PATCH] Update Rust crate postgres-native-tls to v0.5.1 (#10495) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a47f8734f..ba33caa222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3683,11 +3683,10 @@ checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" [[package]] name = "postgres-native-tls" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d442770e2b1e244bb5eb03b31c79b65bb2568f413b899eaba850fa945a65954" +checksum = "a1f39498473c92f7b6820ae970382c1d83178a3454c618161cb772e8598d9f6f" dependencies = [ - "futures", "native-tls", "tokio", "tokio-native-tls", diff --git a/Cargo.toml b/Cargo.toml index 4c19e25c30..d668e95afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ object_store = { version = "=0.11.2", features = ["aws"] } p256 = "=0.13.2" parking_lot = "=0.12.3" paste = "=1.0.15" -postgres-native-tls = "=0.5.0" +postgres-native-tls = "=0.5.1" prometheus = { version = "=0.13.4", default-features = false } rand = "=0.8.5" reqwest = { version = "=0.12.12", features = ["gzip", "json"] }