From 8f90c93a53e506322e57c76896ef0852f845b7f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 01:43:32 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b7873f2..75b61bd 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Constraints = "0.5" Dates = "1" Dictionaries = "0.4" Distributed = "1" -JSON = "0.21" +JSON = "0.21, 1" Lazy = "0.15" Logging = "1" OrderedCollections = "1"