Skip to content

Commit

Permalink
chore(deps): support usage with HTTP v0.9.z and v1.y.z
Browse files Browse the repository at this point in the history
This wider compatibility range ensures `Kroki` can be used with
up-to-date versions of `Pluto`, etc.
  • Loading branch information
bauglir committed Jun 23, 2022
1 parent 18c0209 commit f2e8816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ CodecZlib = "0.7"
# is wider to not restrict dependents of this package in their dependency on
# `DocStringExtensions`
DocStringExtensions = "0.8, 0.9"
HTTP = "0.8"
# The wider compatibility range for `HTTP` ensures compatibility with
# up-to-date versions of `Pluto`, etc.
HTTP = "0.8, 0.9, 1"
julia = "1.6"

0 comments on commit f2e8816

Please sign in to comment.