Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit a1ea0ff

Browse files
authored
upd deps (#1257)
1 parent d797d06 commit a1ea0ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/bleep/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev
8585
tree-sitter-ruby = "0.20.0"
8686
tree-sitter-r = "0.19.5"
8787
tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php" }
88-
tree-sitter-COBOL = { git = "https://github.com/nerdypepper/tree-sitter-cobol" }
88+
tree-sitter-COBOL = { git = "https://github.com/bloopai/tree-sitter-cobol" }
8989
petgraph = { version = "0.6.4", default-features = false, features = ["serde-1"] }
9090

9191
# webserver
@@ -123,7 +123,7 @@ itertools = "0.10.0"
123123
# latest crates.io version at the time of writing does not include necessary patches.
124124
#
125125
# 25.09.23: we now maintain a fork for stability
126-
comrak = { default-features = false, git = "https://github.com/rsdy/comrak" }
126+
comrak = { default-features = false, git = "https://github.com/bloopai/comrak" }
127127
lazy-regex = "3.0.2"
128128
quick-xml = { version = "0.29.0", features = ["serialize"] }
129129

0 commit comments

Comments
 (0)