From 1a5d5ecd657918328a32b4c358ef22c01ed0b1ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 03:28:45 +0000 Subject: [PATCH] Update HTTP requirement 2.4 Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. Updates `HTTP` to 2.4.0 - [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.0.0...v2.4.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.4.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6d54661..e6c0805 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] ExplicitImports = "1" -HTTP = "1" +HTTP = "1, 2.4" JET = "0.9, 0.10, 0.11" JSON3 = "1.1" JuliaFormatter = "2"