diff --git a/crates/config/src/sections/secrets.rs b/crates/config/src/sections/secrets.rs index 304caf5a..6a89f9a1 100644 --- a/crates/config/src/sections/secrets.rs +++ b/crates/config/src/sections/secrets.rs @@ -17,8 +17,8 @@ use std::{path::PathBuf, sync::Arc}; use anyhow::Context; use async_trait::async_trait; use chacha20poly1305::{ - aead::{generic_array::GenericArray, Aead, NewAead}, - ChaCha20Poly1305, + aead::{generic_array::GenericArray, Aead}, + ChaCha20Poly1305, KeyInit, }; use cookie::Key; use data_encoding::BASE64;