Skip to content

Commit

Permalink
Use rustls-tls-native-roots in uv crate (#1888)
Browse files Browse the repository at this point in the history
I'm confused that we have this separate specification of `reqwests`? I'm
not sure this has any effect, but it seems like it should be done for
correctness.

Follows #1512
  • Loading branch information
zanieb authored Feb 23, 2024
1 parent 8a12b2e commit 1103298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ indoc = { version = "2.0.4" }
insta = { version = "1.34.0", features = ["filters"] }
predicates = { version = "3.0.4" }
regex = { version = "1.10.3" }
reqwest = { version = "0.11.23", features = ["blocking", "rustls"], default-features = false }
reqwest = { version = "0.11.23", features = ["blocking"], default-features = false }

[features]
default = ["flate2/zlib-ng", "python", "pypi", "git", "maturin"]
Expand Down

0 comments on commit 1103298

Please sign in to comment.