From 0b95e0bd747c443b906345dfacb0492d8d71f566 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 3 Apr 2025 21:30:27 -0400 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4189aef..63275c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,6 @@ license = "MIT" serde = { version = "1.0.218", features = ["derive"] } serde_json = { version = "1.0.139" } rand = { version = "0.9" } +uuid = { version = "1.16.0", features = ["v4", "serde"] } +[dev-dependencies] tempfile = { version = "3.19.1" }