mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-02 10:57:33 -04:00
fix rcgen feature flags so that the X.509 tests run
This commit is contained in:
committed by
Andy Balaam
parent
fd95d90bf9
commit
b7d99da53e
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user