Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit aa24f50

Browse files
committed
Update dependencies
* In rand 0.9 crate RngCore trait doesn't contain try_fill_bytes function. This makes it incompatible with previous version. We need to wait until elastic-elgamal bumps rand to 0.9.
1 parent 3301db9 commit aa24f50

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/playready/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elastic-elgamal = { version = "0.3", default-features = false, features = ["std"
2222
hex = "0.4"
2323
log = "0.4"
2424
p256 = { version = "0.13", default-features = false, features = ["arithmetic", "ecdsa", "std"] }
25-
rand = "0.8"
25+
rand = "0.8" # update to 0.9 blocked by elastic-elgamal
2626
roxmltree = "0.20"
2727
sha2 = "0.10.8"
2828
thiserror = "2.0"

0 commit comments

Comments
 (0)