Skip to content

Commit b975dbd

Browse files
authored
Remove the useless openssl dependency. (#295)
1 parent 0752627 commit b975dbd

File tree

2 files changed

+1
-178
lines changed

2 files changed

+1
-178
lines changed

Cargo.lock

-177
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

moq-native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ring = "0.17"
2323
webpki = "0.22"
2424
rcgen = "0.13"
2525
time = "0.3"
26-
reqwest = "0.12"
26+
reqwest = { version = "0.12", default-features = false }
2727

2828
hex = "0.4"
2929
url = "2"

0 commit comments

Comments
 (0)