Skip to content

Commit

Permalink
fixing reqwest in build-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak authored and Miaxos committed Mar 7, 2024
1 parent bfb13f8 commit 65f3f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 148 deletions.
147 changes: 0 additions & 147 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ libflate = { version = "2", optional = true }
tokio = { version = "1", features = ["full"], optional = true }

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

0 comments on commit 65f3f22

Please sign in to comment.