diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -330,6 +330,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
330 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | 330 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
331 | 331 | ||
332 | [[package]] | 332 | [[package]] |
333 | name = "similar" | ||
334 | version = "2.1.0" | ||
335 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
336 | checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" | ||
337 | |||
338 | [[package]] | ||
333 | name = "smol_str" | 339 | name = "smol_str" |
334 | version = "0.1.18" | 340 | version = "0.1.18" |
335 | source = "registry+https://github.com/rust-lang/crates.io-index" | 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -344,6 +350,7 @@ dependencies = [ | |||
344 | "globset", | 350 | "globset", |
345 | "lib", | 351 | "lib", |
346 | "rnix", | 352 | "rnix", |
353 | "similar", | ||
347 | "thiserror", | 354 | "thiserror", |
348 | "vfs", | 355 | "vfs", |
349 | ] | 356 | ] |