prep 0.7.15 w/ Retina updates

This commit is contained in:
Scott Lamb 2024-05-26 10:25:13 -07:00
parent 93a9ad9af3
commit eb97e618fd
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.15 (2024-05-26)
* update Retina to 0.4.8, improving compatibility with some Reolink cameras.
See [retina#102](https://github.com/scottlamb/retina/issues/102).
## v0.7.14 (2024-04-16)
* Many UI improvements in [#315](https://github.com/scottlamb/moonfire-nvr/pull/315)

4
server/Cargo.lock generated
View File

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