aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-14 05:20:17 +0600
committermat <git@matdoes.dev>2026-01-14 11:20:57 +1200
commitfd4c4b0da4b8cf8c69205873c93ac97ff113e955 (patch)
tree404264a87c2691b13b4e4a2f3f363559693a1b9c /azalea-crypto/Cargo.toml
parentb21ac946cafaacc9ee2478ea48ed9e72554f79ed (diff)
downloadazalea-drasl-fd4c4b0da4b8cf8c69205873c93ac97ff113e955.tar.xz
upgrade deps
Diffstat (limited to 'azalea-crypto/Cargo.toml')
-rw-r--r--azalea-crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml
index 04f6217a..49b56a7d 100644
--- a/azalea-crypto/Cargo.toml
+++ b/azalea-crypto/Cargo.toml
@@ -14,7 +14,7 @@ aes.workspace = true
azalea-buf = { workspace = true, optional = true }
cfb8.workspace = true
num-bigint.workspace = true
-rand = { workspace = true, features = ["os_rng"] }
+rand = { workspace = true, features = ["sys_rng"] }
# TODO: Remove when rand is fixed.
rand_core.workspace = true
rsa = { workspace = true, features = ["sha2"] }