From d58d446a78d02aa940c5d38b980d2bd948f514f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:15:51 +0000 Subject: [PATCH] Build(deps): Update HTTP requirement from 1.10 to 1.10, 2.1 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.1.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.1.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 c33aad1..c27a8a6 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ CodecZstd = "0.8" DataFrames = "1.7" DatabentoBinaryEncoding = "0.1.2" EnumX = "1.0" -HTTP = "1.10" +HTTP = "1.10, 2.1" JSON3 = "1.14" SHA = "0.7.0" TOML = "1.0.3"