From 51e447c725dc98861bbcdd25ee45963e359d8bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:17:05 +0000 Subject: [PATCH] Bump x509-certificate from 0.23.1 to 0.24.0 Bumps [x509-certificate](https://github.com/indygreg/cryptography-rs) from 0.23.1 to 0.24.0. - [Changelog](https://github.com/indygreg/cryptography-rs/blob/main/release.toml) - [Commits](https://github.com/indygreg/cryptography-rs/compare/x509-certificate/0.23.1...x509-certificate/0.24.0) --- updated-dependencies: - dependency-name: x509-certificate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wtx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78ae4660..72ffae11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1849,9 +1849,9 @@ dependencies = [ [[package]] name = "x509-certificate" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" +checksum = "e57b9f8bcae7c1f36479821ae826d75050c60ce55146fd86d3553ed2573e2762" dependencies = [ "bcder", "bytes", diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index 8fa5b6e4..204a68a8 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -34,7 +34,7 @@ tracing = { default-features = false, features = ["attributes"], optional = true tracing-subscriber = { default-features = false, features = ["env-filter", "fmt"], optional = true, version = "0.3" } tracing-tree = { default-features = false, optional = true, version = "0.4" } webpki-roots = { default-features = false, optional = true, version = "0.26" } -x509-certificate = { default-features = false, optional = true, version = "0.23" } +x509-certificate = { default-features = false, optional = true, version = "0.24" } [features] arbitrary = ["dep:arbitrary", "std"]