minimal dependency update to make it compatible with current rust

This commit is contained in:
Jonathan Krebs
2025-01-24 03:56:40 +01:00
committed by Mario Voigt
parent 80a1e07256
commit 1c15c1402f
4 changed files with 95 additions and 122 deletions

View File

@ -154,7 +154,7 @@ impl FabFire {
impl Authentication for FabFire {
fn step(
&mut self,
session: &mut MechanismData<'_>,
session: &mut MechanismData<'_, '_>,
input: Option<&[u8]>,
writer: &mut dyn Write,
) -> Result<State, SessionError> {