We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc150a8 commit 332213aCopy full SHA for 332213a
1 file changed
Cargo.toml
@@ -24,7 +24,7 @@ cucumber = "0.22.1"
24
eyre = "0.6.12"
25
git2 = "0.20.4"
26
globset = "0.4.18"
27
-hotpath = { version = "0.5", default-features = false }
+hotpath = { version = "0.14.1", default-features = false }
28
ignore = "0.4.25"
29
proptest = "1.11.0"
30
rayon = "1.11.0"
@@ -41,7 +41,7 @@ tree-sitter = "0.26.7"
41
tree-sitter-c = "0.24.1"
42
tree-sitter-go = "0.25.0"
43
tree-sitter-python = "0.25.0"
44
-tree-sitter-rust = "0.24.1"
+tree-sitter-rust = "0.24.2"
45
tree-sitter-typescript = "0.23.2"
46
47
# Enable pedantic lints for stricter code quality
0 commit comments