Skip to content

Commit

Permalink
chore: relax reqwest version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed May 22, 2024
1 parent 144c15b commit 9078c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compression-zip = ["zip"]
[dependencies]
image = { version = "0.25.1", default-features = false, optional = true }
mime = "0.3.16"
reqwest = { version = "0.12.4", optional = true, default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = ">=0.11.0", optional = true, default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.37"
url = "2.5.0"
miette = "7.0.0"
Expand Down

0 comments on commit 9078c6b

Please sign in to comment.