Skip to content

Commit 20e7cc3

Browse files
committed
[Monitor] Enable TLS for reqwest.
1 parent 90123b6 commit 20e7cc3

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

Cargo.lock

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

nts-pool-monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pool-nts.workspace = true
2222
rand.workspace = true
2323
rustls.workspace = true
2424
rustls-platform-verifier.workspace = true
25-
reqwest = { workspace = true, features = ["http2", "json"] }
25+
reqwest = { workspace = true, features = ["http2", "json", "rustls-tls"] }
2626
serde = { workspace = true, features = ["derive"] }
2727
timestamped-socket.workspace = true
2828
tokio = { workspace = true, features = ["io-util", "rt-multi-thread", "macros", "net", "signal", "sync", "fs"] }

0 commit comments

Comments
 (0)