From 905e3f93f839f186d70737afc64c9e254b864eea Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Wed, 26 Mar 2025 14:34:41 -0400 Subject: [PATCH] Upgrade primitives to 1.6 --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index fe49aa3..dab96cd 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2024, Andrew Lalis", "dependencies": { - "handy-http-primitives": "~>1.5", + "handy-http-primitives": "~>1.6", "photon": "~>0.10", "streams": "~>3.6" }, diff --git a/dub.selections.json b/dub.selections.json index d331b26..73e941a 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "handy-http-primitives": "1.5.0", + "handy-http-primitives": "1.6.0", "photon": "0.10.2", "sharded-map": "2.7.0", "streams": "3.6.0"