Skip to content

Commit 65f3f22

Browse files
shashitnakMiaxos
authored andcommitted
fixing reqwest in build-dependency
1 parent bfb13f8 commit 65f3f22

File tree

2 files changed

+1
-148
lines changed

2 files changed

+1
-148
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ libflate = { version = "2", optional = true }
4141
tokio = { version = "1", features = ["full"], optional = true }
4242

4343
[build-dependencies]
44-
reqwest = { version = "0.11", features = ["blocking"] }
44+
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] }
4545
tonic-build = "0.10"

0 commit comments

Comments
 (0)