aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src/certs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-auth/src/certs.rs')
-rw-r--r--azalea-auth/src/certs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/src/certs.rs b/azalea-auth/src/certs.rs
index 9f9147a8..7a6e12f9 100644
--- a/azalea-auth/src/certs.rs
+++ b/azalea-auth/src/certs.rs
@@ -1,6 +1,6 @@
use base64::Engine;
use chrono::{DateTime, Utc};
-use rsa::{pkcs8::DecodePrivateKey, RsaPrivateKey};
+use rsa::{RsaPrivateKey, pkcs8::DecodePrivateKey};
use serde::Deserialize;
use thiserror::Error;
use tracing::trace;