use retina v0.2.0

This commit is contained in:
Scott Lamb 2021-08-20 16:52:58 -07:00
parent f904ba7a79
commit a16bda8fb1
2 changed files with 3 additions and 2 deletions

3
server/Cargo.lock generated
View File

@ -1871,7 +1871,8 @@ dependencies = [
[[package]] [[package]]
name = "retina" name = "retina"
version = "0.2.0" version = "0.2.0"
source = "git+https://github.com/scottlamb/retina#6155d4ebcfe61ee92b1e7ebb5525436e89f23bf3" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "954bff9dec477d485c8fba6433f120b570e8fac582e2ea19d7c0c900a36c38e4"
dependencies = [ dependencies = [
"base64", "base64",
"bitreader", "bitreader",

View File

@ -46,7 +46,7 @@ nom = "6.0.0"
parking_lot = { version = "0.11.1", features = [] } parking_lot = { version = "0.11.1", features = [] }
protobuf = { git = "https://github.com/stepancheg/rust-protobuf" } protobuf = { git = "https://github.com/stepancheg/rust-protobuf" }
reffers = "0.6.0" reffers = "0.6.0"
retina = { git = "https://github.com/scottlamb/retina" } retina = "0.2.0"
ring = "0.16.2" ring = "0.16.2"
rusqlite = "0.25.3" rusqlite = "0.25.3"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }