From 35c35660d8b5ea10eae03bbf4140328e3fc2aecd Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 3 Apr 2025 16:09:01 -0400 Subject: [PATCH] Added support to serialize uuid --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 061d402..80fcf2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tower = { version = "0.5.2" } hyper = { version = "1.6.0" } sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls", "uuid"] } dotenvy = { version = "0.15.7" } -uuid = { version = "1.16.0" } +uuid = { version = "1.16.0", features = ["v4", "serde"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" } [dev-dependencies]