From fcc42a4431655e63ff5c2bf7c6768f131a50533d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 00:57:47 +0000 Subject: [PATCH] CompatHelper: bump compat for HTTP to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa1e66a..82608c9 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99" [compat] -HTTP = "1.11.0" +HTTP = "1.11.0, 2" LazyArtifacts = "1.10.11, 1.11.0" Sockets = "1.10.11, 1.11.0" Zarr = "0.9, 0.10.0"