Introduce the UpdateStore

This commit is contained in:
Clément Renault 2020-10-18 15:16:57 +02:00
parent 90d4c1d153
commit 83c1db8763
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 138 additions and 2 deletions

5
Cargo.lock generated
View file

@ -978,6 +978,7 @@ dependencies = [
"ringtail",
"roaring",
"serde",
"serde_json",
"slice-group-by",
"smallstr",
"smallvec",
@ -1716,9 +1717,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.53"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
dependencies = [
"itoa",
"ryu",