mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
rs: Update outdated dependencies
This commit updates outdated dependencies and hangs all bitcoin-related dependencies off of the `bitcoin` crate, using its re-exports. This means that as long as the bitcoin crate matches, all of its dependents will also match. Changelog-None
This commit is contained in:
@@ -84,7 +84,7 @@ fn generate_or_load_identity(
|
||||
if parent.is_none() {
|
||||
params.is_ca = rcgen::IsCa::Ca(rcgen::BasicConstraints::Unconstrained);
|
||||
} else {
|
||||
params.is_ca = rcgen::IsCa::SelfSignedOnly;
|
||||
params.is_ca = rcgen::IsCa::NoCa;
|
||||
}
|
||||
params
|
||||
.distinguished_name
|
||||
|
||||
Reference in New Issue
Block a user