From 7ca45fa83b20b137ed669de70bea0e784dffa622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:21:25 +0000 Subject: [PATCH] build(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 ++-- crates/config/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe35a3ac..ab7b50db6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5193,9 +5193,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" dependencies = [ "web-time", ] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 4a89fdd89..db2a6b6bb 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -30,7 +30,7 @@ serde_with = { version = "3.12.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pki-types = "1.10.1" +rustls-pki-types = "1.11.0" rustls-pemfile = "2.2.0" rand.workspace = true rand_chacha = "0.3.1"