prep v0.7.20

This commit is contained in:
Scott Lamb 2025-01-31 21:30:42 -08:00
parent 738ad9a558
commit d75d8d0b96
3 changed files with 7 additions and 3 deletions

View File

@ -8,6 +8,10 @@ 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.20 (2025-01-31)
* H.265 fixes.
## v0.7.19 (2025-01-28)
* support recording H.265 ([#33](https://github.com/scottlamb/moonfire-nvr/issues/33)).

4
server/Cargo.lock generated
View File

@ -1826,9 +1826,9 @@ dependencies = [
[[package]]
name = "retina"
version = "0.4.12"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2135e9c5a2ffcab6428221605faa39f1cca4bef6fc5756dbfd02ab57cf68f670"
checksum = "2cb881f2fb51b0b4e814a524bfb938007bdf3df5f8430ec0b4e014d2dc877f50"
dependencies = [
"base64",
"bitstream-io",

View File

@ -62,7 +62,7 @@ password-hash = "0.5.0"
pretty-hex = { workspace = true }
protobuf = "3.0"
reffers = "0.7.0"
retina = "0.4.12"
retina = "0.4.13"
ring = { workspace = true }
rusqlite = { workspace = true }
serde = { version = "1.0", features = ["derive"] }