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"