Skip to content

Commit e029e25

Browse files
authored
fix: enable TLS in hyper for DIPs IPFS checks (#670)
1 parent d46d84c commit e029e25

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Cargo.lock

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

crates/dips/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ derivative = "2.2.0"
2424
futures = "0.3"
2525
http = "0.2"
2626
prost = { workspace = true, optional = true }
27-
ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-send-sync"] }
27+
ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-send-sync", "with-hyper-tls"] }
2828
ipfs-api-prelude = { version = "0.6.0", features = ["with-send-sync"] }
2929
serde_yaml.workspace = true
3030
serde.workspace = true

0 commit comments

Comments
 (0)