gitmodules: switch cpp-httplib to https (#126580)

Fixes issue introduced in https://github.com/pytorch/pytorch/pull/126470#issuecomment-2118374811

Test plan:

CI
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126580
Approved by: https://github.com/PaliC, https://github.com/jeffdaily
This commit is contained in:
Tristan Rice
2024-05-18 01:31:23 +00:00
committed by PyTorch MergeBot
parent 224f2bef9f
commit 661ecedbd0

2
.gitmodules vendored
View File

@ -150,5 +150,5 @@
url = https://github.com/open-telemetry/opentelemetry-cpp.git
[submodule "third_party/cpp-httplib"]
path = third_party/cpp-httplib
url = git@github.com:yhirose/cpp-httplib.git
url = https://github.com/yhirose/cpp-httplib.git
branch = v0.15.3