From 50a559d0dfacaf009952ecd500fe34c973f5055f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:14:20 +0000 Subject: [PATCH] build(deps): bump rustls-pki-types from 1.9.0 to 1.10.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.9.0...v/1.10.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 f708f29b7..a5a872371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5193,9 +5193,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-platform-verifier" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 58e699fd8..e07215f3c 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -31,7 +31,7 @@ serde_with = { version = "3.11.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pki-types = "1.9.0" +rustls-pki-types = "1.10.0" rustls-pemfile = "2.2.0" rand.workspace = true rand_chacha = "0.3.1"