From 9e1e539a739f03ce828f85d7bf61b5fa479ee860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:04:06 +0000 Subject: [PATCH] Bump rustls-pki-types from 1.14.0 to 1.14.1 in /thinwedge-rs Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.14.0...v/1.14.1) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- thinwedge-rs/Cargo.lock | 10 +++++----- thinwedge-rs/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thinwedge-rs/Cargo.lock b/thinwedge-rs/Cargo.lock index 2d1f24f721..357318fd97 100644 --- a/thinwedge-rs/Cargo.lock +++ b/thinwedge-rs/Cargo.lock @@ -6640,7 +6640,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.17", "http 1.4.0", @@ -7108,7 +7108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.45.0", + "windows-sys 0.61.2", ] [[package]] @@ -8767,9 +8767,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" dependencies = [ "web-time", "zeroize", @@ -13885,7 +13885,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/thinwedge-rs/Cargo.toml b/thinwedge-rs/Cargo.toml index 90fd7ac58c..212edb8991 100644 --- a/thinwedge-rs/Cargo.toml +++ b/thinwedge-rs/Cargo.toml @@ -325,7 +325,7 @@ rustls = { version = "0.23", default-features = false, features = [ "std", ] } rustls-native-certs = "0.8.3" -rustls-pki-types = "1.14.0" +rustls-pki-types = "1.14.1" schemars = "0.8.22" seccompiler = "0.5.0" semver = "1.0"