From 2d43da0e5c31f3eb8b3b96adeca15864a0e3d6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Gir=C3=A1ldez?= Date: Tue, 24 Dec 2024 11:09:48 -0500 Subject: [PATCH] Update stack-graphs dependency to the `nomic` branch of our fork --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18da96a85a..0d1c68d8f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,8 +1506,8 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lsp-positions" -version = "0.3.3" -source = "git+https://github.com/NomicFoundation/stack-graphs?rev=ff0bf655ca68f24ad06bff0c4860316af1fa556d#ff0bf655ca68f24ad06bff0c4860316af1fa556d" +version = "0.3.4" +source = "git+https://github.com/NomicFoundation/stack-graphs?branch=nomic#9631ed9c7de4443525491745d46557dc16a7355c" dependencies = [ "memchr", "unicode-segmentation", @@ -2563,8 +2563,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stack-graphs" -version = "0.14.0" -source = "git+https://github.com/NomicFoundation/stack-graphs?rev=ff0bf655ca68f24ad06bff0c4860316af1fa556d#ff0bf655ca68f24ad06bff0c4860316af1fa556d" +version = "0.14.1" +source = "git+https://github.com/NomicFoundation/stack-graphs?branch=nomic#9631ed9c7de4443525491745d46557dc16a7355c" dependencies = [ "bitvec", "controlled-option", diff --git a/Cargo.toml b/Cargo.toml index 2b5388a817..37a302242e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ serde = { version = "1.0.216", features = ["derive", "rc"] } serde_json = { version = "1.0.133", features = ["preserve_order"] } similar-asserts = { version = "1.6.0" } smallvec = { version = "1.7.0", features = ["union"] } -stack-graphs = { git = "https://github.com/NomicFoundation/stack-graphs", rev = "ff0bf655ca68f24ad06bff0c4860316af1fa556d" } +stack-graphs = { git = "https://github.com/NomicFoundation/stack-graphs", branch = "nomic" } string-interner = { version = "0.17.0", features = [ "std", "inline-more",