From f58be439ef5bb57ebf50ca8bc43672be41647820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 02:30:54 +0000 Subject: [PATCH] chore(deps): bump rustls-pki-types from 1.10.1 to 1.11.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.10.1...v/1.11.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fedimint-api-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71a13521a03..5549aee81eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8300,9 +8300,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" [[package]] name = "rustls-platform-verifier" diff --git a/fedimint-api-client/Cargo.toml b/fedimint-api-client/Cargo.toml index 582738dffd7..ca45d850c1b 100644 --- a/fedimint-api-client/Cargo.toml +++ b/fedimint-api-client/Cargo.toml @@ -56,7 +56,7 @@ tokio-rustls = { version = "0.26.0", default-features = false, features = [ "ring", ] } webpki-roots = { version = "0.26.8" } -rustls-pki-types = { version = "1.10.1" } +rustls-pki-types = { version = "1.11.0" } arti-client = { version = "0.20.0", default-features = false, package = "fedimint-arti-client", optional = true } strum = { workspace = true, optional = true } # We need to pin this arti's `curve25519-dalek` dependency, due to `https://rustsec.org/advisories/RUSTSEC-2024-0344` vulnerability