Skip to content

Commit

Permalink
chore: relax reqwest range
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Mar 21, 2024
1 parent ef510dd commit ba0a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ temp-dir = "0.1.12"
gazenot = { version = "0.3.0", features = ["client_lib"], optional = true }

# github releases
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = ">=0.11.0", default-features = false, features = [
"rustls-tls",
"json",
], optional = true }
Expand Down

0 comments on commit ba0a6cd

Please sign in to comment.