From 8b8d4e71752d5a7a0339332f6b40099e447f7710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:09:56 +0000 Subject: [PATCH] build(deps): bump rustls-pki-types from 1.7.0 to 1.8.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.7.0...v/1.8.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 94f893b81..c46e5472e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5271,9 +5271,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-platform-verifier" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 479a46b4b..d89995ffd 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -31,7 +31,7 @@ serde_with = { version = "3.9.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pki-types = "1.7.0" +rustls-pki-types = "1.8.0" rustls-pemfile = "2.1.3" rand.workspace = true rand_chacha = "0.3.1"