Skip to content

Commit

Permalink
Merge pull request #368 from JuliaLang/system-certs-linux
Browse files Browse the repository at this point in the history
Use system certificates on Linux
  • Loading branch information
davidanthoff authored Nov 22, 2022
2 parents dba8253 + b26c962 commit 2901dca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ureq = { version = "2", features = ["native-tls"] }
native-tls = "0.2.10"

[target.'cfg(all(not(macos),not(windows)))'.dependencies]
ureq = "2"
ureq = { version = "2", features = ["native-certs"] }

[build-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 2901dca

Please sign in to comment.