+5
-5
Cargo.toml
+5
-5
Cargo.toml
···
29
29
colored = { version = "2", optional = true }
30
30
env_logger = { version = "0.9", optional = true }
31
31
log = "0.4"
32
-
regex = "1"
32
+
regex = "1.3.2"
33
33
serde = "1.0"
34
34
serde_json = "1.0"
35
35
smallvec = { version="1.6", features=["union"] }
36
36
string-interner = { version = "0.12", default-features = false, features = ["std", "inline-more", "backends"] }
37
-
thiserror = "1.0"
38
-
tree-sitter = "0.20"
37
+
thiserror = "1.0.7"
38
+
tree-sitter = "0.20.3"
39
39
tree-sitter-config = { version = "0.19", optional = true }
40
-
tree-sitter-loader = { version = "0.19", optional = true }
40
+
tree-sitter-loader = { version = "0.20", optional = true }
41
41
42
42
[dev-dependencies]
43
43
env_logger = "0.9"
44
44
indoc = "1.0"
45
-
tree-sitter-python = "0.19"
45
+
tree-sitter-python = "0.20"
+1
-1
src/functions.rs
+1
-1
src/functions.rs