chore,build(deps): remove rand 0.8 dependency

This commit is contained in:
oxalica 2025-09-11 18:12:14 -04:00
parent 401618c129
commit 583f916cbe
5 changed files with 32 additions and 37 deletions

17
Cargo.lock generated
View file

@ -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"