You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix error introduced by crypto crate upgrade
This commit is contained in:
@ -17,8 +17,8 @@ use std::{path::PathBuf, sync::Arc};
|
|||||||
use anyhow::Context;
|
use anyhow::Context;
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use chacha20poly1305::{
|
use chacha20poly1305::{
|
||||||
aead::{generic_array::GenericArray, Aead, NewAead},
|
aead::{generic_array::GenericArray, Aead},
|
||||||
ChaCha20Poly1305,
|
ChaCha20Poly1305, KeyInit,
|
||||||
};
|
};
|
||||||
use cookie::Key;
|
use cookie::Key;
|
||||||
use data_encoding::BASE64;
|
use data_encoding::BASE64;
|
||||||
|
Reference in New Issue
Block a user