From 1c9d44f41a337615e60ee3e6c0a22a522ad90f3d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 20 Jun 2022 00:20:31 +0000 Subject: [PATCH] CompatHelper: bump compat for HTTP to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a678f81..c05984c 100644 --- a/Project.toml +++ b/Project.toml @@ -30,14 +30,14 @@ DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0" DataStructures = "0.17, 0.18" -HTTP = "0.8.10, 0.9" +HTTP = "0.8.10, 0.9, 1" JSON = "0.21" JSON3 = "1.9" MD5 = "0.2" PlotlyBase = "0.8.5, 0.8.6" +Requires = "1.3" YAML = "0.4.7" julia = "1.3" -Requires = "1.3" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"