mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
Compress the snapshot in a tarball
This commit is contained in:
committed by
Clément Renault
parent
4cafc63561
commit
942b7c338b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2341,6 +2341,7 @@ dependencies = [
|
||||
"csv",
|
||||
"either",
|
||||
"enum-iterator",
|
||||
"flate2",
|
||||
"fst",
|
||||
"insta",
|
||||
"meili-snap",
|
||||
@ -2350,6 +2351,7 @@ dependencies = [
|
||||
"roaring",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tar",
|
||||
"thiserror",
|
||||
"time",
|
||||
"tokio",
|
||||
|
Reference in New Issue
Block a user