diff --git a/Cargo.lock b/Cargo.lock index f2179761d78..a8ea7058562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4630,9 +4630,9 @@ dependencies = [ [[package]] name = "postgres-native-tls" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f39498473c92f7b6820ae970382c1d83178a3454c618161cb772e8598d9f6f" +checksum = "ac73153d92e4bde922bd6f1dfba7f1ab8132266c031153b55e20a1521cd36d49" dependencies = [ "native-tls", "tokio", diff --git a/Cargo.toml b/Cargo.toml index d479bc3db24..7bf5d9623d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ object_store = { version = "=0.12.4", features = ["aws"] } p256 = "=0.13.2" parking_lot = "=0.12.4" paste = "=1.0.15" -postgres-native-tls = "=0.5.1" +postgres-native-tls = "=0.5.2" prometheus = { version = "=0.14.0", default-features = false } rand = "=0.9.2" reqwest = { version = "=0.12.23", features = ["gzip", "json"] }