Skip to content

Commit 66fcb43

Browse files
committed
fix: feature flags
1 parent c15f937 commit 66fcb43

File tree

2 files changed

+1
-110
lines changed

2 files changed

+1
-110
lines changed

Cargo.lock

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

iroh-dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ iroh-base = { version = "0.12.0", path = "../iroh-base", default_features = fals
2424
iroh-net = { version = "0.12.0", path = "../iroh-net", default_features = false }
2525
parking_lot = "0.12.1"
2626
pkarr = { version = "1.1.1", features = ["async", "relay"], default_features = false }
27-
reqwest = { version = "0.11.24", features = ["rustls"] }
27+
reqwest = { version = "0.11.24", default_features = false, features = ["rustls-tls"] }
2828
ring = "0.16"
2929
rustls = "0.21"
3030
tokio = { version = "1", features = ["rt", "sync"] }

0 commit comments

Comments
 (0)