Skip to content

Commit a4965d8

Browse files
CompatHelper JuliaDilumAluthge
authored andcommitted
CompatHelper: bump compat for JSON to 1, (keep existing compat)
1 parent 3dc8e8b commit a4965d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Base64 = "1"
3434
Dates = "1"
3535
Distributed = "1"
3636
FileWatching = "1"
37-
GitForge = "0.4.3" # Must be >= 0.4.3, see https://github.com/JuliaRegistries/Registrator.jl/pull/453
37+
GitForge = "0.4.3"
3838
GitHub = "5.7.0"
39-
HTTP = "1.10.17" # Must be >= 1.10.17, see https://github.com/JuliaRegistries/Registrator.jl/pull/453
40-
JSON = "0.20, 0.21"
39+
HTTP = "1.10.17"
40+
JSON = "0.20, 0.21, 1"
4141
LibGit2 = "1"
4242
Logging = "1"
4343
MbedTLS = "0.6.8, 0.7, 1"
@@ -49,7 +49,7 @@ RegistryTools = "2"
4949
Serialization = "1"
5050
Sockets = "1"
5151
TimeToLive = "0.2, 0.3"
52-
URIs = "1.6" # Must be >= 1.6, see https://github.com/JuliaRegistries/Registrator.jl/pull/453
52+
URIs = "1.6"
5353
UUIDs = "1"
5454
ZMQ = "1"
5555
julia = "1.1"

0 commit comments

Comments
 (0)