From 5bd823a524ad5038acc9a11a5eeaee8a6c4ac8d6 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sun, 23 Mar 2025 12:17:36 -0400 Subject: [PATCH] Upgraded dependency versions. --- dub.json | 2 +- dub.selections.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index f16a693..7d1e2c6 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2025, Andrew Lalis", "dependencies": { - "handy-http-primitives": "~>1.0", + "handy-http-primitives": "~>1.3", "handy-http-transport": "~>1.0" }, "description": "A collection of Handy-HTTP dependencies and common boilerplate code for starting a web server in minutes.", diff --git a/dub.selections.json b/dub.selections.json index 9b179ea..8304589 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,8 +1,8 @@ { "fileVersion": 1, "versions": { - "handy-http-primitives": "1.0.0", - "handy-http-transport": "1.0.2", + "handy-http-primitives": "1.3.0", + "handy-http-transport": "1.0.3", "photon": "0.10.2", "sharded-map": "2.7.0", "streams": "3.5.0"