From 22d661ee90049fce66249e89899f1a5c9c9ac5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:35:36 +0000 Subject: [PATCH] Build(deps): Update HTTP requirement from 1.10 to 1.10, 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.0...v2.4.0) --- 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 bef5bad..76333c3 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ CodecZstd = "0.8" DataFrames = "1.7" DatabentoBinaryEncoding = "0.1.4" EnumX = "1.0" -HTTP = "1.10" +HTTP = "1.10, 2.4" JSON3 = "1.14" SHA = "0.7.0" TOML = "1.0.3"