Bump dependencies & fix security audit (#340)

* Bump dependencies & fix security audit

* allow dead code for issuer field #[allow(dead_code)] in Certificates struct
This commit is contained in:
Shella Stephens
2022-01-10 08:40:58 -07:00
committed by GitHub
parent 86d482b38d
commit 74a50f0f0c
2 changed files with 25 additions and 24 deletions
+1
View File
@@ -320,6 +320,7 @@ impl x509::AlgorithmIdentifier for SignatureId {
#[derive(Clone, Debug)]
pub struct Certificate {
serial: Serial,
#[allow(dead_code)]
issuer: String,
subject: String,
subject_pki: PublicKeyInfo,