Bump all outdated dependencies

skip-changelog: This isn’t a user-facing change.
This commit is contained in:
Link Mauve 2026-05-17 20:38:20 +02:00
commit 58735d6a70
7 changed files with 24 additions and 18 deletions

View file

@ -2,7 +2,7 @@ use alloc::string::{String, ToString};
use alloc::vec;
use alloc::vec::Vec;
use core::fmt;
use hmac::{digest::InvalidLength, Hmac, Mac};
use hmac::{digest::InvalidLength, Hmac, KeyInit, Mac};
use pbkdf2::pbkdf2;
use sha1::{Digest, Sha1 as Sha1_hash};
use sha2::Sha256 as Sha256_hash;