Bump heed to 0.10.3

This commit is contained in:
Clément Renault 2020-11-18 16:16:15 +01:00
parent 218eb97241
commit b255be93fa
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 6 additions and 6 deletions

4
http-ui/Cargo.lock generated
View file

@ -654,9 +654,9 @@ dependencies = [
[[package]]
name = "heed"
version = "0.10.1"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e25a69175d737e523d9e289b44e3588616b14a97ee3756abf0ae6bd3c832797"
checksum = "8d2740ccbbfb2a6e6ff0c43e0fc14981ed668fb45be5a4e7b2bc03fc8cca3d3e"
dependencies = [
"byteorder",
"heed-traits",

View file

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.28"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" }
heed = "0.10.1"
heed = "0.10.3"
memmap = "0.7.0"
milli = { path = ".." }
once_cell = "1.4.1"