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"]