fix rcgen feature flags so that the X.509 tests run

This commit is contained in:
Hubert Chathi
2026-07-23 18:44:42 -04:00
committed by Andy Balaam
parent fd95d90bf9
commit b7d99da53e
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -5159,7 +5159,6 @@ checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
dependencies = [
"aws-lc-rs",
"pem",
"ring",
"rustls-pki-types",
"time",
"x509-parser",
@@ -8331,7 +8330,6 @@ dependencies = [
"lazy_static",
"nom",
"oid-registry",
"ring",
"rusticata-macros",
"thiserror 2.0.18",
"time",

View File

@@ -120,7 +120,7 @@ matrix-sdk-test.workspace = true
matrix-sdk-test-utils.workspace = true
proptest.workspace = true
rmp-serde.workspace = true
rcgen = { workspace = true, features = ["ring", "x509-parser"] }
rcgen = { workspace = true, features = ["pem", "aws_lc_rs", "x509-parser"] }
similar-asserts.workspace = true
# required for async_test macro
stream_assert.workspace = true