Skip to content

Commit e124953

Browse files
authored
Require URIs.jl >= 1.6, and bump version from 1.10.16 to 1.10.17 (#1225)
* Require URIs.jl >= 1.6 (so that we have JuliaWeb/URIs.jl#66) * Bump version from 1.10.16 to 1.10.17
1 parent ef9a169 commit e124953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HTTP"
22
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
33
authors = ["Jacob Quinn", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"]
4-
version = "1.10.16"
4+
version = "1.10.17"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -30,7 +30,7 @@ MbedTLS = "0.6.8, 0.7, 1"
3030
OpenSSL = "1.3"
3131
PrecompileTools = "1.2.1"
3232
SimpleBufferStream = "1.1"
33-
URIs = "1.3"
33+
URIs = "1.6" # We need URIs >= 1.6 to ensure we have https://github.com/JuliaWeb/URIs.jl/pull/66
3434
julia = "1.6"
3535

3636
[extras]

0 commit comments

Comments
 (0)