fix: gzip
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use std::fmt;
|
||||
|
||||
use aes::Aes128;
|
||||
use base64::{engine::general_purpose::STANDARD, Engine as _};
|
||||
use base64::{Engine as _, engine::general_purpose::STANDARD};
|
||||
use cbc::{
|
||||
cipher::{block_padding::Pkcs7, BlockDecryptMut, KeyIvInit},
|
||||
Decryptor,
|
||||
cipher::{BlockDecryptMut, KeyIvInit, block_padding::Pkcs7},
|
||||
};
|
||||
|
||||
type Aes128CbcDec = Decryptor<Aes128>;
|
||||
|
||||
Reference in New Issue
Block a user