--- a/mongrel2.nimble Mon Oct 08 12:51:09 2018 -0700
+++ b/mongrel2.nimble Wed Oct 27 13:57:16 2021 -0700
@@ -1,7 +1,7 @@
# Package
-version = "0.1.1"
+version = "0.1.2"
author = "Mahlon E. Smith <mahlon@martini.nu>"
description = "Simplistic handler framework for the Mongrel2 webserver."
license = "MIT"
@@ -11,7 +11,7 @@
# Dependencies
-requires "nim >= 0.19.0"
-requires "tnetstring >= 0.1.1"
-requires "zmq >= 0.2.1"
+requires "nim >= 1.4.0"
+requires "tnetstring >= 0.1.3"
+requires "zmq >= 1.2.1"