Make the indexer support gzipped CSV as input

This commit is contained in:
Clément Renault
2020-08-21 18:10:24 +02:00
parent ff479c865d
commit d19f394630
3 changed files with 15 additions and 5 deletions

5
Cargo.lock generated
View File

@ -445,9 +445,9 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "flate2"
version = "1.0.16"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
checksum = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
dependencies = [
"cfg-if",
"crc32fast",
@ -1006,6 +1006,7 @@ dependencies = [
"cow-utils",
"criterion",
"csv",
"flate2",
"fst",
"fxhash",
"heed",