summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo K <crowlkats@toaxl.com>2021-06-05 14:46:24 +0200
committerGitHub <noreply@github.com>2021-06-05 14:46:24 +0200
commitcf351f77c2c05255c211196957b551db871f2699 (patch)
treed3d44a1058eb8d1f609d111c236a201e76694759 /Cargo.lock
parente8be116ab6d06bed764ad9b6cb253d8de36ae73d (diff)
feat(extensions/crypto): implement randomUUID (#10848)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
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]]