diff --git a/Cargo.lock b/Cargo.lock index 4c36ccc1..036b20b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4966,9 +4966,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" +checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54" [[package]] name = "rustls-platform-verifier" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 2b81b0af..f86075d8 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -31,7 +31,7 @@ serde_with = { version = "3.8.1", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pki-types = "1.3.1" +rustls-pki-types = "1.5.0" rustls-pemfile = "2.1.1" rand.workspace = true rand_chacha = "0.3.1"