Skip to content

Commit a48125a

Browse files
committed
reqwest: Disable trust-dns
1 parent f9b306b commit a48125a

File tree

2 files changed

+4
-142
lines changed

2 files changed

+4
-142
lines changed

Cargo.lock

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

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ diesel_derives = "1.4"
1414
chrono = "0.4.19"
1515
Inflector = "0.11.3"
1616
isatty = "0.1.9"
17-
reqwest = { version = "0.11.2", features = ["json", "stream", "multipart", "trust-dns-resolver"] }
17+
reqwest = { version = "0.11.2", features = ["json", "stream", "multipart"] }
1818

1919
# master contains changes such as
2020
# https://github.com/paritytech/ethabi/pull/140, which upstream does not want

0 commit comments

Comments
 (0)