Skip to content

Commit

Permalink
chore: enable default-tls feature for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 1, 2024
1 parent 48e4c08 commit 4be1d1e
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 10 deletions.
1 change: 1 addition & 0 deletions crates/taplo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ parking_lot = "0.12.0"
percent-encoding = "2.1.0"
regex = "1.5.4"
reqwest = { version = "0.11.9", default-features = false, features = [
"default-tls",
"json",
] }
schemars = { version = "0.8.8", features = ["url"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo-lsp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
### Fixes

- fix: language server include rule matching ([#378](https://github.com/tamasfe/taplo/pull/378))
- fix hover content ([#453](https://github.com/tamasfe/taplo/pull/453))
- fix hover content ([#453](https://github.com/tamasfe/taplo/pull/453))
Loading

0 comments on commit 4be1d1e

Please sign in to comment.