diff --git a/tests/webpki.rs b/tests/webpki.rs index d673a62a..f7d47612 100644 --- a/tests/webpki.rs +++ b/tests/webpki.rs @@ -1,3 +1,5 @@ +// TODO: we import deprecated webpki items here, get rid of them and allow this +#![allow(deprecated)] #[cfg(feature = "x509-parser")] use rcgen::{CertificateSigningRequest, DnValue}; use rcgen::{BasicConstraints, Certificate, CertificateParams, DnType, IsCa, KeyPair, RemoteKeyPair};