diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-09 15:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 15:34:34 +0100 |
commit | a195c75033eeed983c55f3ca9228b134f84c7651 (patch) | |
tree | 9e11d9d4266f384bc1bc587e1c6318ccf47acb64 /op_crates/crypto | |
parent | b85ed4a6f03a631a318adf0afed214445809bfe3 (diff) |
chore: update dependencies (#9455)
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" |