Skip to content

Commit

Permalink
fix(ci): Prevent need for ssl and crypto libs by using rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Feb 25, 2024
1 parent 33e4dd0 commit c8411b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ md5 = "0.7.0"
hex = "0.4.3"
pretty_assertions = "1.3.0"
object = "0.30.0"
reqwest = { version = "0.11.14", features = ["json", "blocking"] }
reqwest = { version = "0.11.14", default-features = false, features = ["json", "blocking", "rustls-tls"] }
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "macros" ] }
assert_cmd = "2.0.8"
predicates = "2.1.5"
Expand Down

0 comments on commit c8411b7

Please sign in to comment.