Skip to content

Commit 332213a

Browse files
committed
chore(dependencies): update hotpath version to 0.14.1 in Cargo.toml
1 parent dc150a8 commit 332213a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cucumber = "0.22.1"
2424
eyre = "0.6.12"
2525
git2 = "0.20.4"
2626
globset = "0.4.18"
27-
hotpath = { version = "0.5", default-features = false }
27+
hotpath = { version = "0.14.1", default-features = false }
2828
ignore = "0.4.25"
2929
proptest = "1.11.0"
3030
rayon = "1.11.0"
@@ -41,7 +41,7 @@ tree-sitter = "0.26.7"
4141
tree-sitter-c = "0.24.1"
4242
tree-sitter-go = "0.25.0"
4343
tree-sitter-python = "0.25.0"
44-
tree-sitter-rust = "0.24.1"
44+
tree-sitter-rust = "0.24.2"
4545
tree-sitter-typescript = "0.23.2"
4646

4747
# Enable pedantic lints for stricter code quality

0 commit comments

Comments
 (0)