Use rustls-tls-native-roots in uv crate (#1888)

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
This commit is contained in:
Zanie Blue 2024-02-22 18:46:11 -06:00 committed by GitHub
parent 8a12b2ebf9
commit 1103298e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]