mirror of
https://github.com/github/codeql.git
synced 2026-03-28 10:18:17 +01:00
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.0...clap_complete-v3.0.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
515 B
TOML
16 lines
515 B
TOML
[package]
|
|
name = "ruby-generator"
|
|
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]
|
|
clap = "3.0"
|
|
node-types = { path = "../node-types" }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
|
|
tree-sitter-embedded-template = "0.19"
|
|
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "888e2e563ed3b43c417f17e57f7e29c39ce9aeea" }
|