Upgraded dependency versions.

This commit is contained in:
Andrew Lalis 2025-03-23 12:17:36 -04:00
parent a91a1915a2
commit 5bd823a524
2 changed files with 3 additions and 3 deletions

View File

@ -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.",

View File

@ -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"