From 96642b22517f94fc5f0e138234354315f18cdbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:19:19 +0000 Subject: [PATCH] build(deps): bump rustls-pki-types from 1.10.0 to 1.10.1 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.10.0...v/1.10.1) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/config/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 082b1e21d..4ef2f8513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4068,7 +4068,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", "tracing", "urlencoding", @@ -5212,9 +5212,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" dependencies = [ "web-time", ] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 403e38c24..fdc0aec31 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -32,7 +32,7 @@ serde_with = { version = "3.11.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pki-types = "1.10.0" +rustls-pki-types = "1.10.1" rustls-pemfile = "2.2.0" rand.workspace = true rand_chacha = "0.3.1"