Improve the way we create the snapshot path

This commit is contained in:
Clément Renault
2025-10-20 16:46:24 +02:00
committed by Kerollmops
parent ee538cf045
commit a92bc8d192
3 changed files with 26 additions and 14 deletions

11
Cargo.lock generated
View File

@@ -1123,7 +1123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a"
dependencies = [
"path-matchers",
"path-slash",
"path-slash 0.1.5",
]
[[package]]
@@ -3259,6 +3259,7 @@ dependencies = [
"meilisearch-types",
"memmap2",
"page_size",
"path-slash 0.2.1",
"rayon",
"reqwest",
"roaring 0.10.12",
@@ -4784,6 +4785,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696"
[[package]]
name = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[package]]
name = "pbkdf2"
version = "0.12.2"
@@ -6260,7 +6267,7 @@ checksum = "f9c425c07353535ef55b45420f5a8b0a397cd9bc3d7e5236497ca0d90604aa9b"
dependencies = [
"change-detection",
"mime_guess",
"path-slash",
"path-slash 0.1.5",
]
[[package]]