Update rsa to v0.4.0 & fix cargo audit (#246)

* Bump rsa to v0.4.0
This commit is contained in:
Shella Stephens
2021-03-29 09:12:33 -07:00
committed by GitHub
parent e61682be43
commit d33e80faea
5 changed files with 93 additions and 87 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ use crate::{
use chrono::{DateTime, Utc};
use elliptic_curve::sec1::EncodedPoint as EcPublicKey;
use log::error;
use num_bigint::BigUint;
use num_bigint_dig::BigUint;
use p256::NistP256;
use p384::NistP384;
use rsa::{PublicKeyParts, RSAPublicKey};