Skip to content

Commit ec82f2c

Browse files
feat: use the OS’ trust store in ureq client (#985)
1 parent 9a7f044 commit ec82f2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = { version = "1.8.0", features = ["serde", "v7"] }
2828
duration-str = "0.11.2"
2929
konst = { workspace = true }
3030
http = { workspace = true }
31-
ureq = { workspace = true, features = ["http-crate", "socks-proxy"] }
31+
ureq = { workspace = true, features = ["http-crate", "socks-proxy", "native-certs"] }
3232
url = { version = "2.5.4", features = ["serde"] }
3333
actix-web = "4"
3434
serde_json = { workspace = true }

resource-detection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = { workspace = true }
1515
serde_json = { workspace = true }
1616
http = { workspace = true }
1717
bytes = "1.6.0"
18-
ureq = { workspace = true, features = ["http-crate"] }
18+
ureq = { workspace = true, features = ["http-crate", "native-certs"] }
1919
fs = { path = "../fs" }
2020
konst = { workspace = true }
2121
url = { version = "2.5.0" }

0 commit comments

Comments
 (0)