Skip to content

Commit

Permalink
bump a few deps
Browse files Browse the repository at this point in the history
In particular, allow/require latest major of these in `Cargo.toml`:

* `base64`
* `criterion` (dev only)
* `h264-reader`
* `pretty-hex`
* `rtsp-types`
* `webrtc` (example only)

...and since that pulls in stuff with a minimum Rust of 1.67, bump to
that. Strictly speaking I think it's only dev that requires that now,
but it's old enough that requiring it should be no problem.

I held off on upgrading `bitstream-io` to 2, because the latest
`h264-reader` still uses v1, and I like to minimize how much duplication
I require.
  • Loading branch information
scottlamb committed Dec 29, 2023
1 parent 80959ff commit 9bcaf3c
Show file tree
Hide file tree
Showing 8 changed files with 761 additions and 826 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
rust:
- stable
- 1.64
- 1.67
include:
- rust: stable
extra_components: rustfmt
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* customizable behavior for RTCP packets with unknown ssrcs, now defaulting to
ignoring them. This also is necessary to interoperate with the Tapo C320WS.
* improve some incorrect, misleading, and/or uninformative logging.
* minimum Rust is now 1.67.

## `v0.4.5` (2023-02-02)

Expand Down
Loading

0 comments on commit 9bcaf3c

Please sign in to comment.