From bba9e3cfb0cbe76c991db1a0cf323881a08f2731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 16:50:02 +0000 Subject: [PATCH] Update HTTP requirement to 1.10.19 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/v0.4.0...v1.10.19) --- updated-dependencies: - dependency-name: HTTP dependency-version: 1.10.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index b6bf1cd..77aa2f1 --- a/Project.toml +++ b/Project.toml @@ -20,3 +20,4 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Genie = "5" +HTTP = "1.10.19"