remove unused dependency
This commit is contained in:
parent
9e161e6dd9
commit
8b10ce8a91
2 changed files with 0 additions and 3 deletions
|
|
@ -19,7 +19,6 @@ simple_asn1 = "0.4"
|
|||
num-bigint = "0.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
base64 = "0.12"
|
||||
base64-url = "1"
|
||||
lazy_static = "1"
|
||||
anyhow = "1"
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@ pub enum JWKConvertError {
|
|||
#[error(transparent)]
|
||||
PEMParseErrror(#[from] pem::PemError),
|
||||
#[error(transparent)]
|
||||
Base64Error(#[from] base64::DecodeError),
|
||||
#[error(transparent)]
|
||||
Base64UrlError(#[from] base64_url::base64::DecodeError),
|
||||
#[error(transparent)]
|
||||
JSONParseError(#[from] serde_json::Error),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue