diff --git a/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a65a97c611d4b462c2c5873961f9aeb01f777d5f10977927ff58e2779340c52c
+-- hash: 26491c1177d78c995211d04ce53d476b91a20751e9d276d4da9f23e282154234
 
 name:           json-feed
-version:        1.0.7
+version:        1.0.8
 synopsis:       JSON Feed
 description:    This is an implementation of the JSON Feed spec in Haskell. The spec is available at <https://jsonfeed.org>. JSON Feed is similar to the Atom and RSS feed formats, but it is serialized as JSON rather than XML.
 category:       Web
@@ -51,7 +51,7 @@
     , base >=4.9.0 && <4.14
     , bytestring >=0.10.8 && <0.11
     , mime-types >=0.1.0 && <0.2
-    , network-uri >=2.6.1 && <2.7
+    , network-uri >=2.6.1 && <2.8
     , tagsoup >=0.14 && <0.15
     , text >=1.2.2 && <1.3
     , time >=1.6.0 && <1.10
@@ -75,7 +75,7 @@
     , hspec >=2.2.3 && <2.8
     , json-feed
     , mime-types >=0.1.0 && <0.2
-    , network-uri >=2.6.1 && <2.7
+    , network-uri >=2.6.1 && <2.8
     , tagsoup >=0.14 && <0.15
     , text >=1.2.2 && <1.3
     , time >=1.6.0 && <1.10
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: json-feed
-version: 1.0.7
+version: 1.0.8
 
 category: Web
 description: >
@@ -23,7 +23,7 @@
   base: '>= 4.9.0 && < 4.14'
   bytestring: '>= 0.10.8 && < 0.11'
   mime-types: '>= 0.1.0 && < 0.2'
-  network-uri: '>= 2.6.1 && < 2.7'
+  network-uri: '>= 2.6.1 && < 2.8'
   tagsoup: '>= 0.14 && < 0.15'
   text: '>= 1.2.2 && < 1.3'
   time: '>= 1.6.0 && < 1.10'
