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

2
Cargo.lock generated
View File

@ -961,6 +961,7 @@ dependencies = [
"askama_warp",
"byte-unit",
"bytes 0.5.6",
"crossbeam-channel",
"either",
"flate2",
"fst",
@ -1365,7 +1366,6 @@ dependencies = [
"bstr",
"byteorder",
"chrono",
"crossbeam-channel",
"csv",
"either",
"flate2",