diff options
Diffstat (limited to 'op_crates/crypto')
-rw-r--r-- | op_crates/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/crypto/Cargo.toml b/op_crates/crypto/Cargo.toml index 6796c8f41..c00ce9177 100644 --- a/op_crates/crypto/Cargo.toml +++ b/op_crates/crypto/Cargo.toml @@ -15,5 +15,5 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.78.0", path = "../../core" } -rand = "0.8.2" +rand = "0.8.3" |