From 54d590cf441a40aa2c48db0e7e1d10e7491a11cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:54:48 +0000 Subject: [PATCH] build(deps): bump tokio-postgres-rustls from 0.13.0 to 0.14.0 Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/jbg/tokio-postgres-rustls/releases) - [Commits](https://github.com/jbg/tokio-postgres-rustls/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: tokio-postgres-rustls dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b507e..fc09c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,13 +1432,12 @@ dependencies = [ [[package]] name = "tokio-postgres-rustls" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144" +checksum = "4c2ad44aa0ae96db89c4742212ed41645b2f597311ff6e1945542a4d9fadc2fb" dependencies = [ - "const-oid 0.9.6", - "ring", "rustls", + "sha2", "tokio", "tokio-postgres", "tokio-rustls", diff --git a/Cargo.toml b/Cargo.toml index 9fe659c..2e9af40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/bin/test_plugin.rs" tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-util", "io-std", "sync", "time"] } tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-uuid-1", "with-serde_json-1", "array-impls"] } deadpool-postgres = "0.14" -tokio-postgres-rustls = "0.13" +tokio-postgres-rustls = "0.14" rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] } rustls-platform-verifier = "0.6" rustls-pemfile = "2"