diff options
| author | Leo K <crowlkats@toaxl.com> | 2021-06-05 14:46:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-05 14:46:24 +0200 |
| commit | cf351f77c2c05255c211196957b551db871f2699 (patch) | |
| tree | d3d44a1058eb8d1f609d111c236a201e76694759 /Cargo.lock | |
| parent | e8be116ab6d06bed764ad9b6cb253d8de36ae73d (diff) | |
feat(extensions/crypto): implement randomUUID (#10848)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index c1e756854..a28d90d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,6 +645,7 @@ version = "0.21.1" dependencies = [ "deno_core", "rand 0.8.3", + "uuid", ] [[package]] |
