From ded1d51b089170091f39b1dc0b9b2ef4d3ad8449 Mon Sep 17 00:00:00 2001 From: Gabriel Gordon-Hall Date: Tue, 9 Apr 2024 09:49:48 +0100 Subject: [PATCH] upd deps --- Cargo.lock | 4 ++-- server/bleep/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2063a22abb..a04c0657d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,7 +1002,7 @@ dependencies = [ [[package]] name = "comrak" version = "0.18.0" -source = "git+https://github.com/rsdy/comrak#65eda8e5aa4044bad4fe63c93d8f985b2c7db25d" +source = "git+https://github.com/bloopai/comrak#c805863a0cdc1cde1ae7ebd06cb871ca5712e285" dependencies = [ "derive_builder", "entities", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "tree-sitter-COBOL" version = "0.0.1" -source = "git+https://github.com/nerdypepper/tree-sitter-cobol#8ba6692cc3c2bded0693d198936c6e26e6501230" +source = "git+https://github.com/bloopai/tree-sitter-cobol#8ba6692cc3c2bded0693d198936c6e26e6501230" dependencies = [ "cc", "tree-sitter", diff --git a/server/bleep/Cargo.toml b/server/bleep/Cargo.toml index 70d3477994..c9284fc0a1 100644 --- a/server/bleep/Cargo.toml +++ b/server/bleep/Cargo.toml @@ -85,7 +85,7 @@ tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev tree-sitter-ruby = "0.20.0" tree-sitter-r = "0.19.5" tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php" } -tree-sitter-COBOL = { git = "https://github.com/nerdypepper/tree-sitter-cobol" } +tree-sitter-COBOL = { git = "https://github.com/bloopai/tree-sitter-cobol" } petgraph = { version = "0.6.4", default-features = false, features = ["serde-1"] } # webserver @@ -123,7 +123,7 @@ itertools = "0.10.0" # latest crates.io version at the time of writing does not include necessary patches. # # 25.09.23: we now maintain a fork for stability -comrak = { default-features = false, git = "https://github.com/rsdy/comrak" } +comrak = { default-features = false, git = "https://github.com/bloopai/comrak" } lazy-regex = "3.0.2" quick-xml = { version = "0.29.0", features = ["serialize"] }