From f0fd4984f9239ed130f50b533d4c3bc377e79c14 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 24 Oct 2025 13:04:20 -0400 Subject: [PATCH] Updated photon to 0.18.9 --- dub.json | 2 +- dub.selections.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index 1117e99..1ee8218 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2024, Andrew Lalis", "dependencies": { "handy-http-primitives": "~>1.8", - "photon": "~>0.15.0", + "photon": "~>0.18.9", "slf4d": "~>4.0", "streams": "~>3.6" }, diff --git a/dub.selections.json b/dub.selections.json index b00a3a7..f896997 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,8 +1,8 @@ { "fileVersion": 1, "versions": { - "handy-http-primitives": "1.8.0", - "photon": "0.15.0", + "handy-http-primitives": "1.8.1", + "photon": "0.18.9", "sharded-map": "2.7.0", "slf4d": "4.1.1", "streams": "3.6.0"