From 409408081eaea5f6ecf8f41987041fc6bcff5296 Mon Sep 17 00:00:00 2001 From: nohehf Date: Sun, 2 Jun 2024 22:47:57 +0200 Subject: [PATCH] chore: update stack-graphs --- Cargo.lock | 14 +++++++------- Cargo.toml | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b13ff46..125051d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,7 +820,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lsp-positions" version = "0.3.3" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "bincode", "memchr", @@ -1210,7 +1210,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "stack-graphs" version = "0.13.0" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "bincode", "bitvec", @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "tree-sitter-stack-graphs" version = "0.8.2" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "anyhow", "base64 0.21.7", @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "tree-sitter-stack-graphs-java" version = "0.3.0" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "tree-sitter-java", "tree-sitter-stack-graphs", @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "tree-sitter-stack-graphs-javascript" version = "0.1.0" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "serde", "serde_json", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "tree-sitter-stack-graphs-python" version = "0.1.0" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "tree-sitter-python", "tree-sitter-stack-graphs", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "tree-sitter-stack-graphs-typescript" version = "0.3.0" -source = "git+https://github.com/nohehf/stack-graphs.git?rev=41c9515b4f25b70e1e39526cd4c30c41988337c1#41c9515b4f25b70e1e39526cd4c30c41988337c1" +source = "git+https://github.com/nohehf/stack-graphs.git?rev=3c4d1a6c374d9cdc7af9626423dbc3607a85dc66#3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" dependencies = [ "anyhow", "glob", diff --git a/Cargo.toml b/Cargo.toml index 178d434..48ea21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ crate-type = ["cdylib"] [dependencies] pyo3 = "0.20.0" -stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1", features = [ +stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66", features = [ "storage", ] } -tree-sitter-stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1", features = [ +tree-sitter-stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66", features = [ "cli", ] } -tree-sitter-stack-graphs-java = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" } -tree-sitter-stack-graphs-javascript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" } -tree-sitter-stack-graphs-python = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" } -tree-sitter-stack-graphs-typescript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" } +tree-sitter-stack-graphs-java = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" } +tree-sitter-stack-graphs-javascript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" } +tree-sitter-stack-graphs-python = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" } +tree-sitter-stack-graphs-typescript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" }