From dfbc02fed7f8d5066d0d3d4a7624ff362008bb78 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Thu, 25 Jun 2026 14:23:50 +0200 Subject: [PATCH] allow http2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f6d6230..86965bd 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ CodecZlib = "0.7" ColorTypes = "0.11" Downloads = "1.4" FilePathsBase = "0.9" -HTTP = "1" +HTTP = "1, 2" Random = "<0.0.1, 1" Test = "<0.0.1, 1"