mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 12:09:12 +00:00
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:
parent
8a12b2ebf9
commit
1103298e6c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue