From 3423cccc9fec3213901161f8f96bfb4b104649a9 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 21 Nov 2025 18:30:33 -0500 Subject: [PATCH] Bump JSON.jl compat to v1.0 Not sure if this will break anything but let's see what CI says --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 926b3a71c..0a0a38df2 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Glob = "1" HTTP = "1" -JSON = "0.20, 0.21" +JSON = "0.20, 0.21, 1" Mocking = "0.7" PkgAuthentication = "2" Rclone_jll = "1.60"