From 8829ae24ec957324d6ed12d1b5f9e3c754832f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:32:23 +0000 Subject: [PATCH] Update HTTP requirement from 1.10.19 to 1.10.19, 2.3 Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. - [Release notes](https://github.com/JuliaWeb/HTTP.jl/releases) - [Changelog](https://github.com/JuliaWeb/HTTP.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.19...v2.3.1) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 45a1687..6e6c6db 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Genie = "5" -HTTP = "1.10.19" +HTTP = "1.10.19, 2.3" LRUCache = "1.6.2" LoggingExtras = "1.2.0" MacroTools = "0.5.16"