Move the UpdateStore into the http-ui crate

This commit is contained in:
Kerollmops
2021-06-08 17:44:25 +02:00
parent 32cf5a29ce
commit 103dddba2f
6 changed files with 10 additions and 6 deletions

View File

@ -9,7 +9,6 @@ anyhow = "1.0.38"
bstr = "0.2.15"
byteorder = "1.4.2"
chrono = { version = "0.4.19", features = ["serde"] }
crossbeam-channel = "0.5.0"
csv = "1.1.5"
either = "1.6.1"
flate2 = "1.0.20"