From a31978dac310786ba5374d407bb05710af1d7ed5 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 18 Jun 2025 23:50:24 -0400 Subject: [PATCH 1/2] Require URIs.jl >= 1.6 (so that we have https://github.com/JuliaWeb/URIs.jl/pull/66) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index da46836b..73af8067 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ MbedTLS = "0.6.8, 0.7, 1" OpenSSL = "1.3" PrecompileTools = "1.2.1" SimpleBufferStream = "1.1" -URIs = "1.3" +URIs = "1.6" # We need URIs >= 1.6 to ensure we have https://github.com/JuliaWeb/URIs.jl/pull/66 julia = "1.6" [extras] From 83f1ff17cac89fea16306614cbc3bc8f1e9f5c80 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 18 Jun 2025 23:51:17 -0400 Subject: [PATCH 2/2] Bump version from 1.10.16 to 1.10.17 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 73af8067..214648b0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HTTP" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" authors = ["Jacob Quinn", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"] -version = "1.10.16" +version = "1.10.17" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"