diff options
| author | mat <git@matdoes.dev> | 2026-01-14 05:20:17 +0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-14 11:20:57 +1200 |
| commit | fd4c4b0da4b8cf8c69205873c93ac97ff113e955 (patch) | |
| tree | 404264a87c2691b13b4e4a2f3f363559693a1b9c /azalea-crypto/Cargo.toml | |
| parent | b21ac946cafaacc9ee2478ea48ed9e72554f79ed (diff) | |
| download | azalea-drasl-fd4c4b0da4b8cf8c69205873c93ac97ff113e955.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-crypto/Cargo.toml')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
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"] } |
