From 1a3086131aee6061dab455e9d1abab683d9d7109 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Sun, 11 Jan 2026 12:49:50 +0900 Subject: [PATCH] Update dub.json --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 79cfe33..f6403d9 100644 --- a/dub.json +++ b/dub.json @@ -7,6 +7,6 @@ "license": "MIT", "targetType": "library", "dependencies": { - "vibe-d:utils": "*" + "vibe-serialization": "*" } -} \ No newline at end of file +}