Skip to content

Commit 00112bc

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent 06e89d5 commit 00112bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/runtime_crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
v8 = "0.74.3"
88
anyhow = "1.0.72"
9-
rand = "0.8.5"
9+
rand = "0.9.0"
1010
uuid = { version = "1.4.1", features = ["v4", "fast-rng"] }
1111
lagoss-runtime-v8-utils = { path = "../runtime_v8_utils" }
1212
# Crypto

0 commit comments

Comments
 (0)