From 1920b699d9c3b06dddcb86a404ae40edc75df2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:13:34 +0000 Subject: [PATCH] Update HTTP requirement from 1.10.19 to 1.10.19, 2.4 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.4.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.4.0 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 66750d3..f6eb942 100644 --- a/Project.toml +++ b/Project.toml @@ -7,6 +7,6 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" [compat] GitHub = "5.12.0" -HTTP = "1.10.19" +HTTP = "1.10.19, 2.4" JSON = "1.4.0" URIs = "1.6.1"