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:
Scott Lamb 2022-01-28 22:49:41 -08:00
parent 64142b7684
commit 6ca9f451c2
2 changed files with 3 additions and 3 deletions

4
server/Cargo.lock generated
View File

@ -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",

View File

@ -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"] }