Skip to content

Commit 99fa4bc

Browse files
Update clap requirement from 2.33 to 3.0 in /ruby/extractor
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](clap-rs/clap@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] <[email protected]>
1 parent bcfd15d commit 99fa4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node-types = { path = "../node-types" }
1212
tree-sitter = "0.20"
1313
tree-sitter-embedded-template = "0.19"
1414
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "bb6a42e42b048627a74a127d3e0184c1eef01de9" }
15-
clap = "2.33"
15+
clap = "3.0"
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1818
rayon = "1.5.0"

0 commit comments

Comments
 (0)