summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f7c500..21a9655 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ indicatif = "0.15"
env_logger = "0.7"
regex = "1"
lazy_static = "1.4"
-uuid = { version = "0.8", features = ["v4"] }
+uuid = { version = "0.6", features = ["serde", "v4"] }
pom = "3"
futures = "0.3"
handlebars = "3"