mirror of
https://github.com/github/codeql.git
synced 2026-01-27 13:23:00 +01:00
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
603 B
TOML
21 lines
603 B
TOML
[package]
|
|
name = "ruby-extractor"
|
|
version = "0.1.0"
|
|
authors = ["GitHub"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
flate2 = "1.0"
|
|
node-types = { path = "../node-types" }
|
|
tree-sitter = "0.19"
|
|
tree-sitter-embedded-template = "0.19"
|
|
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "6334d6ab3d04a5672da695d3b155ca3301511f8d" }
|
|
clap = "3.0"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
|
|
rayon = "1.5.0"
|
|
num_cpus = "1.13.0"
|
|
regex = "1.5.5"
|