Skip to content

Commit

Permalink
Ruby: Repin in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed May 13, 2024
1 parent 299361c commit 78583ae
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 40 deletions.
18 changes: 9 additions & 9 deletions ql/Cargo.lock

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

47 changes: 19 additions & 28 deletions ruby/extractor/Cargo.lock

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

5 changes: 4 additions & 1 deletion ruby/extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ lazy_static = "1.4.0"
# of lock-file update time, but `rules_rust` pins generates a bazel rule that unconditionally downloads `main`, which
# breaks build hermeticity. So, rev-pinning it is.
# See also https://github.com/bazelbuild/rules_rust/issues/2502.
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "cee6f003fd58c64916c629f7d8b27b870d6f78c5" }
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "299361cf63fb5e22ffdb401c366016d549360588" }

[patch.crates-io]
tree-sitter = {git = "https://github.com/redsun82/tree-sitter.git", rev = "1f5c1112ceaa8fc6aff61d1852690407670d2a96"}
4 changes: 2 additions & 2 deletions ruby/extractor/cargo-bazel-lock.json

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

0 comments on commit 78583ae

Please sign in to comment.