Skip to content

Commit

Permalink
Move dependency changes to Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 17, 2024
1 parent 032da30 commit 76c82d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- `frame::recv`, `frame::recv_raw`, `message::recv_request_raw`, and
`request::parse_args` returns `io::Error` instead of `RecvError`.
- Bump dependencies.
- Update quinn to version 0.11.
- Update rustls to version 0.23.
- Update rcgen to version 0.13.

### Removed

- `RecvError` and `SendError` are no longer used. The recv/send functions return
`std::io::Error` instead.
- Bump dependencies.
- Update quinn to version 0.11.
- Update rustls to version 0.23.
- Update rcgen to version 0.13.

## [0.12.0] - 2024-04-04

Expand Down

0 comments on commit 76c82d4

Please sign in to comment.