diff --git a/authenticate.cabal b/authenticate.cabal index b8028cb0..68f0ab89 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.0 +version: 0.9.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -28,7 +28,7 @@ library RSA >= 1.0 && < 1.1, time >= 1.1 && < 1.3, base64-bytestring >= 0.1 && < 0.2, - SHA >= 1.4 && < 1.5, + SHA >= 1.4 && < 1.6, random >= 1.0 && < 1.1, text >= 0.5 && < 1.0, http-types >= 0.6 && < 0.7,