mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
chore,build(deps): remove rand 0.8 dependency
This commit is contained in:
parent
401618c129
commit
583f916cbe
5 changed files with 32 additions and 37 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -223,7 +223,6 @@ dependencies = [
|
|||
"hex",
|
||||
"html-escape",
|
||||
"mock_instant",
|
||||
"rand 0.8.5",
|
||||
"rand 0.9.2",
|
||||
"rusqlite",
|
||||
"schemars",
|
||||
|
@ -244,7 +243,7 @@ dependencies = [
|
|||
"clap",
|
||||
"ed25519-dalek",
|
||||
"humantime",
|
||||
"rand 0.8.5",
|
||||
"rand 0.9.2",
|
||||
"reqwest",
|
||||
"rusqlite",
|
||||
"serde_jcs",
|
||||
|
@ -1617,8 +1616,6 @@ version = "0.8.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_core 0.6.4",
|
||||
]
|
||||
|
||||
|
@ -1628,20 +1625,10 @@ version = "0.9.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
||||
dependencies = [
|
||||
"rand_chacha 0.9.0",
|
||||
"rand_chacha",
|
||||
"rand_core 0.9.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_chacha"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||||
dependencies = [
|
||||
"ppv-lite86",
|
||||
"rand_core 0.6.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_chacha"
|
||||
version = "0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue