Skip to content

Commit

Permalink
Merge pull request #25 from bbannier/dependabot/cargo/clap-4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 309a833 + 0f0347e commit d7ae0ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
tree-sitter-spicy = { git = "https://github.com/bbannier/tree-sitter-spicy" }
topiary = { git = "https://github.com/tweag/topiary.git", version = "0.3.0" }
tree-sitter-facade = { git = "https://github.com/tweag/tree-sitter-facade" }
clap = { version = "4.4.6", features = ["std", "derive", "help"], default-features = false }
clap = { version = "4.4.7", features = ["std", "derive", "help"], default-features = false }
tree-sitter = "0.20.10"
thiserror = "1.0.50"
miette = { version = "5.10.0", default-features = false, features = ["fancy"] }
Expand Down

0 comments on commit d7ae0ba

Please sign in to comment.