Skip to content

Commit efcd4e7

Browse files
committed
wip, working on certs
Signed-off-by: Patrick Casey <patrick.casey1@outlook.com>
1 parent 08740f2 commit efcd4e7

File tree

2 files changed

+54
-15
lines changed

2 files changed

+54
-15
lines changed

Cargo.lock

Lines changed: 48 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hipcheck/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ hipcheck-common = { version = "0.3.0", path = "../hipcheck-common", features = [
141141
] }
142142
serde_with = "3.12.0"
143143

144+
[dependencies.reqwest]
145+
optional = true
146+
version = "0.12"
147+
default-features = false
148+
features = ["blocking", "gzip", "http2", "rustls-tls-native-roots"]
149+
144150
[build-dependencies]
145151

146152
anyhow = "1.0.96"

0 commit comments

Comments
 (0)