From 6f1287d3a6bad30cab8df2bdaca423184b8ad688 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 01:08:17 +0000 Subject: [PATCH] CompatHelper: bump compat for HTTP to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 85427cc..a7fda3a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Dash" uuid = "1b08a953-4be3-4667-9a23-3db579824955" -authors = ["Chris Parmer ", "Alexandr Romanenko "] version = "1.5.1" +authors = ["Chris Parmer ", "Alexandr Romanenko "] [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -29,7 +29,7 @@ DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0" DataStructures = "0.17, 0.18, 0.19" -HTTP = "1" +HTTP = "1, 2" JSON = "0.21" JSON3 = "1.9" MD5 = "0.2"