tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.37k stars 113 forks source link

What is it sending to an azure endpoint? #612

Closed sassanh closed 4 months ago

sassanh commented 4 months ago

I see taplo-full-darwin-aarch64 is trying to send https packets to waws-prod-mwh-083-46eb.westus2.cloudapp.azure.com, I got curious to find out what is it sending? Is it related to cargo?

panekj commented 4 months ago

It's http://schemastore.org/

sassanh commented 4 months ago

Thanks for the quick response!