Skip to content

Commit

Permalink
upd deps (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall committed Apr 9, 2024
1 parent d797d06 commit a1ea0ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/bleep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"] }

Expand Down

0 comments on commit a1ea0ff

Please sign in to comment.