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