aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e40c12a92..ca0311595 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1867,6 +1867,7 @@ name = "vfs"
1867version = "0.0.0" 1867version = "0.0.0"
1868dependencies = [ 1868dependencies = [
1869 "fst", 1869 "fst",
1870 "indexmap",
1870 "paths", 1871 "paths",
1871 "rustc-hash", 1872 "rustc-hash",
1872] 1873]