From 34c0e6de73d4618520cbccb82ca3ef09a04979b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:42:03 +0000 Subject: [PATCH] Update HTTP requirement 2.0 in the julia-deps group Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. Updates `HTTP` to 2.0.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.10.19...v2.0.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.0.0 dependency-type: direct:production dependency-group: julia-deps ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5be1e82..8f46d37 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" [compat] Extents = "0.1.6" GeoInterface = "1.6.0" -HTTP = "1.10.19" +HTTP = "1.10.19, 2.0" JSON3 = "1.14.3" julia = "1"