mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build(deps): update to rand 0.9 is possible
Except for code using ed25519-dalek, since we are blocked by them. Also tweak RNG source so only key generation uses `OsRng`. PoW nonce generation only need unpredictability thus `ThreadRng` suffices. See: https://github.com/dalek-cryptography/curve25519-dalek/issues/731
This commit is contained in:
parent
172559973b
commit
40e4a53886
8 changed files with 20 additions and 17 deletions
|
@ -21,7 +21,7 @@ http-body-util = "0.1"
|
|||
humantime = "2"
|
||||
parking_lot = "0.12" # Maybe no better performance, just that we hate poisoning. ¯\_(ツ)_/¯
|
||||
paste = "1.0.15"
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
reqwest = "0.12"
|
||||
rusqlite = { version = "0.34", features = ["rusqlite-macros"] }
|
||||
rustix = { version = "1", features = ["net"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue