From 465e6adee8cebcd62e68e97375664a399c0a3fe2 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 23 May 2021 06:18:10 -0400 Subject: [PATCH] Bump the `[compat]` entry for JSONWebTokens (#5) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f4b04b5..8cc52d0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SMARTBackendServices" uuid = "78af60b6-7677-4c75-8291-bd270d1b4390" authors = ["Dilum Aluthge", "contributors"] -version = "1.0.0" +version = "1.0.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -17,7 +17,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" HTTP = "0.9.3" HealthBase = "1.0.1" JSON3 = "1.5.1" -JSONWebTokens = "0.3.4" +JSONWebTokens = "0.3.4, 1" TimeZones = "1.5.3" URIs = "1.2" julia = "1.5"