From d726f369cfb902c767009268e3c8a77806451131 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 2 Mar 2026 17:35:40 -1400 Subject: bump deps --- azalea-crypto/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-crypto/src') diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs index abedaee8..4676f18f 100644 --- a/azalea-crypto/src/lib.rs +++ b/azalea-crypto/src/lib.rs @@ -8,7 +8,7 @@ use aes::{ Aes128, cipher::{BlockDecryptMut, BlockEncryptMut, KeyIvInit, inout::InOutBuf}, }; -use rand::{TryRngCore, rngs::SysRng}; +use rand::{TryRng, rngs::SysRng}; use sha1::{Digest, Sha1}; #[cfg(feature = "signing")] -- cgit v1.2.3