Skip to content

Commit e33977b

Browse files
authored
Use Native OS Certs (#216)
1 parent 58302ce commit e33977b

File tree

2 files changed

+84
-2
lines changed

2 files changed

+84
-2
lines changed

Cargo.lock

+83-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ node-semver = "2.1.0"
3737
serde = { version = "1.0.152", features = ["derive"] }
3838
serde_json = "1.0.92"
3939
spectral = "0.6.0"
40-
ureq = { version = "2.6.2", features = ["json"] }
40+
ureq = { version = "2.6.2", features = ["native-certs", "json"] }
4141

4242
[target.'cfg(unix)'.dependencies]
4343
flate2 = "1.0.25"

0 commit comments

Comments
 (0)