aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-02 17:35:40 -1400
committermat <git@matdoes.dev>2026-03-02 17:35:40 -1400
commitd726f369cfb902c767009268e3c8a77806451131 (patch)
tree2c093d7502a6b5d6ce4e2de27aefe4d2732dad09 /azalea-crypto/src
parent782db2e05cb9ea1b8dbd1ab7f5ff2eac29737fef (diff)
downloadazalea-drasl-d726f369cfb902c767009268e3c8a77806451131.tar.xz
bump deps
Diffstat (limited to 'azalea-crypto/src')
-rw-r--r--azalea-crypto/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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")]