mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-24 13:13:16 -05:00
update retina to 0.3.7
Notably, this includes scottlamb/retina#50, which fixes a panic parsing the DESCRIBE response sent by some cameras. Should improve #192.
This commit is contained in:
parent
64142b7684
commit
6ca9f451c2
4
server/Cargo.lock
generated
4
server/Cargo.lock
generated
@ -1601,9 +1601,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "retina"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eabc6843bc7b6796cf21741df4bad786e49ffdbf09c1c4b6ec0ad34dcc7058d5"
|
||||
checksum = "336d478eaa052ee3057964ddcff06fe3adb2c15a00703fe91a2930728b7dfc67"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitreader",
|
||||
|
@ -48,7 +48,7 @@ parking_lot = { version = "0.11.1", features = [] }
|
||||
password-hash = "0.3.2"
|
||||
protobuf = "3.0.0-alpha.1"
|
||||
reffers = "0.6.0"
|
||||
retina = "0.3.3"
|
||||
retina = "0.3.7"
|
||||
ring = "0.16.2"
|
||||
rusqlite = "0.26.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user