diff --git a/Project.toml b/Project.toml index da46836b..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" @@ -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]