diff --git a/languages/tree-sitter-stack-graphs-python/Cargo.toml b/languages/tree-sitter-stack-graphs-python/Cargo.toml index 70251c79a..953001413 100644 --- a/languages/tree-sitter-stack-graphs-python/Cargo.toml +++ b/languages/tree-sitter-stack-graphs-python/Cargo.toml @@ -31,9 +31,9 @@ cli = ["anyhow", "clap", "tree-sitter-stack-graphs/cli"] anyhow = { version = "1.0", optional = true } clap = { version = "4", optional = true, features = ["derive"] } tree-sitter-graph = "0.10.4" -tree-sitter-stack-graphs = { version = "0.6.0", path = "../../tree-sitter-stack-graphs" } +tree-sitter-stack-graphs = { version = "0.7.0", path = "../../tree-sitter-stack-graphs" } tree-sitter-python = "0.20.2" [dev-dependencies] anyhow = "1.0" -tree-sitter-stack-graphs = { version = "0.6.0", path = "../../tree-sitter-stack-graphs", features = ["cli"] } +tree-sitter-stack-graphs = { version = "0.7.0", path = "../../tree-sitter-stack-graphs", features = ["cli"] }