v0.7.12: update Retina

This commit is contained in:
Scott Lamb 2024-01-08 21:20:59 -08:00
parent 4d4d786cde
commit 223da03e36
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,11 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
[API](ref/api.md) currently have no stability guarantees, so they may change
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
## v0.7.12 (2024-01-08)
* update to Retina 0.4.7, supporting RTSP servers that do not set
a `Content-Type` in their `DESCRIBE` responses
## v0.7.11 (2023-12-29)
* upgrade some Rust dependencies. Most notably, Retina 0.4.6 improves camera

4
server/Cargo.lock generated
View File

@ -1741,9 +1741,9 @@ dependencies = [
[[package]]
name = "retina"
version = "0.4.6"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7a6f81778011f8ef41fab80570f1dba39dcace1d4d2dd054760a14d41332c6a"
checksum = "4bd37013571868f71dcb9db28833296e5e260b5df938ad98b5a8da8a4eeea98e"
dependencies = [
"base64",
"bitstream-io",