From 18851ac7868b9d19089e44a780b162cfba27a5de Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 5 Jul 2025 22:06:56 -0400 Subject: [PATCH] Upgrade primitives --- dub.json | 3 +-- dub.selections.json | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dub.json b/dub.json index fc43121..201effd 100644 --- a/dub.json +++ b/dub.json @@ -4,8 +4,7 @@ ], "copyright": "Copyright © 2024, Andrew Lalis", "dependencies": { - "handy-http-primitives": "~>1.6", - "photon": "~>0.11", + "handy-http-primitives": "~>1.8", "streams": "~>3.6", "slf4d": "~>4.0" }, diff --git a/dub.selections.json b/dub.selections.json index 2611da3..ef3d1a5 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,9 +1,7 @@ { "fileVersion": 1, "versions": { - "handy-http-primitives": "1.7.0", - "photon": "0.11.0", - "sharded-map": "2.7.0", + "handy-http-primitives": "1.8.0", "slf4d": "4.1.1", "streams": "3.6.0" }