Skip to content

Commit

Permalink
move to rustls for static compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lolpro11 committed Jan 24, 2024
1 parent ae63ec3 commit 31a82a0
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 @@ -25,7 +25,7 @@ thiserror = "1"
rgb = "0.8"

futures = { version = "0.3", optional = true }
reqwest = { version = "0.11", optional = true, features = ["blocking"]}
reqwest = { version = "0.11", optional = true, default-features = false, features = ["blocking", "rustls-tls"]}

[dev-dependencies]
serde_json = "1.0"

0 comments on commit 31a82a0

Please sign in to comment.