-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
.changelog/unreleased/breaking-changes/1362-rpc-by-reqwest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- `[tendermint-rpc]` Changed `ErrorDetail` variants | ||
([\#1362](https://github.com/informalsystems/tendermint-rs/pull/1362)): | ||
* Removed the `Hyper` and `InvalidUri` variants. | ||
* The `Http` variant now has `Error` from `reqwest` as the source. | ||
* Added the `InvalidProxy` variant. | ||
* The `tungstenite` dependency exposed through its `Error` type in | ||
WebSocket-related variants has been updated to version 0.20.x. | ||
- `[tendermint-rpc]` Removed a `TryFrom<HttpClientUrl>` conversion for | ||
`hyper::Uri` as hyper is no longer a direct dependency | ||
([\#1362](https://github.com/informalsystems/tendermint-rs/pull/1362)). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[tendermint-rpc]` remove RUSTSEC-2023-0052 vulnerability by dropping | ||
dependency on `hyper-proxy` and changing the HTTP client to use `reqwest` | ||
([\#1342](https://github.com/informalsystems/tendermint-rs/issues/1342)). |