diff --git a/Cargo.lock b/Cargo.lock index 5bb71255..700c0814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "wtx" -version = "0.23.0" +version = "0.24.0" dependencies = [ "aes-gcm 0.11.0-pre.2", "arbitrary", @@ -2154,9 +2154,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 45fd763f..f9816e56 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -38,7 +38,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"] @@ -149,7 +149,7 @@ name = "wtx" readme = "README.md" repository = "https://github.com/c410-f3r/wtx" rust-version = "1.82" -version = "0.23.0" +version = "0.24.0" [package.metadata.docs.rs] all-features = true