Skip to content

Commit

Permalink
chore(deps): bump dependencies to support RISC-V platform
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Feb 4, 2024
1 parent e1938a8 commit 9cb1fdc
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 45 deletions.
180 changes: 136 additions & 44 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/taplo-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- Do not change the extension of catalog paths ([#426](https://github.com/tamasfe/taplo/pull/426))
- Update json_value_merge to 2.0.0 ([#474](https://github.com/tamasfe/taplo/pull/474))
- Save index to cache as it would be returned ([#524](https://github.com/tamasfe/taplo/pull/524))
- Bump dependencies to support RISC-V platform([#545](https://github.com/tamasfe/taplo/pull/545))
2 changes: 1 addition & 1 deletion crates/taplo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lru = "0.7.2"
parking_lot = "0.12.0"
percent-encoding = "2.1.0"
regex = "1.5.4"
reqwest = { version = "0.11.9", default-features = false, features = [
reqwest = { version = "0.11.24", default-features = false, features = [
"default-tls",
"json",
] }
Expand Down

0 comments on commit 9cb1fdc

Please sign in to comment.