From 9a5e9411ccea8db73e70faf816f56009e96a3ed1 Mon Sep 17 00:00:00 2001 From: Manuel Hatzl Date: Sat, 1 Jul 2023 19:34:41 +0200 Subject: [PATCH] feat: remove unused feature from uuid dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 863e431..ac068bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -uuid = { version = "1.3", features = ["v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.3", features = ["v4", "fast-rng"] } once_cell = "1.13" [dev-dependencies]