From 7d069213b24342deef1d3adfdf4c2aefb655915f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:16:19 +0000 Subject: [PATCH] chore(deps): bump rustls-pki-types from 1.12.0 to 1.13.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- datafusion-postgres/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7c3c82..fbd513e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3228,9 +3228,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" dependencies = [ "zeroize", ] diff --git a/datafusion-postgres/Cargo.toml b/datafusion-postgres/Cargo.toml index 5a922cb..987b915 100644 --- a/datafusion-postgres/Cargo.toml +++ b/datafusion-postgres/Cargo.toml @@ -28,7 +28,7 @@ rust_decimal.workspace = true tokio = { version = "1.48", features = ["sync", "net"] } tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] } rustls-pemfile = "2.0" -rustls-pki-types = "1.0" +rustls-pki-types = "1.13" [dev-dependencies] env_logger = "0.11"