From 388c14f3bfda87b642575ccac12349074e7db25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:32:25 +0000 Subject: [PATCH] Bump rustls-webpki Bumps the cargo group with 1 update in the /integrations/influxdb_connector/influxdb-timestream-connector directory: [rustls-webpki](https://github.com/rustls/webpki). Updates `rustls-webpki` from 0.103.10 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.13) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- .../influxdb-timestream-connector/Cargo.lock | 8 ++++---- .../influxdb-timestream-connector/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.lock b/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.lock index f5172b47..2836f625 100644 --- a/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.lock +++ b/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.lock @@ -1575,7 +1575,7 @@ dependencies = [ "once_cell", "rand", "rayon", - "rustls-webpki 0.103.10", + "rustls-webpki 0.103.13", "serde", "serde_json", "time", @@ -2138,7 +2138,7 @@ dependencies = [ "aws-lc-rs", "once_cell", "rustls-pki-types", - "rustls-webpki 0.103.10", + "rustls-webpki 0.103.13", "subtle", "zeroize", ] @@ -2176,9 +2176,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring", diff --git a/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.toml b/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.toml index b99178b3..fe70e12e 100644 --- a/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.toml +++ b/integrations/influxdb_connector/influxdb-timestream-connector/Cargo.toml @@ -34,7 +34,7 @@ tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } aws-lc-sys = "0.39.0" aws-lc-rs = "1.16.2" time = "0.3.47" -rustls-webpki = "0.103.10" +rustls-webpki = "0.103.13" [package.metadata.lambda.env] region = "us-east-1"