Skip to content

Commit 3b28dfd

Browse files
authored
Allow JSON v0.21 and bump version to 5.1.3. (#149)
1 parent bad090e commit 3b28dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GitHub"
22
uuid = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
3-
version = "5.1.2"
3+
version = "5.1.3"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -12,7 +12,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1212

1313
[compat]
1414
HTTP = "0.8"
15-
JSON = "0.19, 0.20"
15+
JSON = "0.19, 0.20, 0.21"
1616
MbedTLS = "0.6, 0.7"
1717
julia = "0.7, 1"
1818

0 commit comments

Comments
 (0)