From 4cf05691f3ecfb58c7993b806a645ae5619f8e96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 08:03:02 +0000 Subject: [PATCH] CompatHelper: bump compat for "HTTP" to "0.9" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a6cd9c3..511826d 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3" CodecZlib = "0.5.2, 0.6, 0.7" DataValues = "0.4.4" FileIO = "1.0.1" -HTTP = "0.6.14, 0.7, 0.8" +HTTP = "0.6.14, 0.7, 0.8, 0.9" IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1" IteratorInterfaceExtensions = "0.1.1, 1" TableShowUtils = "0.1.1, 0.2"