Update Rust crate rand to 0.8

This commit is contained in:
Renovate Bot 2023-08-30 18:04:49 +00:00
parent 39577b95ca
commit c5b797a0f1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ ed25519-dalek = { version = "1", features = ["serde"] }
zkp = "0.8" zkp = "0.8"
bincode = "1" bincode = "1"
chrono = "0.4" chrono = "0.4"
rand = "0.7" rand = "0.8"
serde = "1.0.188" serde = "1.0.188"
serde_with = {version = "3.0.0", features = ["json"]} serde_with = {version = "3.0.0", features = ["json"]}
sha2 = "0.9" sha2 = "0.9"

View File

@ -20,7 +20,7 @@ serde_json = "1.0.105"
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
js-sys = "0.3.64" js-sys = "0.3.64"
rand = { version = "0.7", features = ["wasm-bindgen"] } rand = { version = "0.8", features = ["wasm-bindgen"] }
zkp = "0.8.0" zkp = "0.8.0"
[dependencies.chrono] [dependencies.chrono]