From 807d25ce643e9504680520bc906d0407e64e26ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Szufel?= Date: Tue, 25 Aug 2020 14:16:32 +0200 Subject: [PATCH] JSON.jl update --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0ca8cec..87eebf6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OpenStreetMapX" uuid = "86cd37e6-c0ff-550b-95fe-21d72c8d4fc9" authors = ["Przemyslaw Szufel ", "Bartosz Pankratz ", "Anna Szczurek ", "Bogumil Kaminski ", "Pawel Pralat "] -version = "0.2.0" +version = "0.2.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DataStructures = "^0.17.0" HTTP = "^0.8.0" -JSON = "^0.20.0" +JSON = "^0.21.0" LibExpat = "^0.6.0" LightGraphs = "^1.3.0" julia = "^1.3.0"