Skip to content

Commit

Permalink
Merge pull request #163 from bbannier/dependabot/cargo/clap-4.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
2 parents f22a621 + db63ab3 commit d77f7d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -11,7 +11,7 @@ repository = "https://github.com/bbannier/spicy-format"
tree-sitter-spicy = { git = "https://github.com/bbannier/tree-sitter-spicy" }
topiary-core = { git = "https://github.com/tweag/topiary.git", rev = "2be4b840e008f659a5b5950f152275b500c4dfcd" }
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", rev = "2be4b840e008f659a5b5950f152275b500c4dfcd" }
clap = { version = "4.5.20", features = ["std", "derive", "help"], default-features = false }
clap = { version = "4.5.21", features = ["std", "derive", "help"], default-features = false }
thiserror = "2.0.3"
miette = { version = "7.2.0", default-features = false, features = ["derive", "fancy"] }
rayon = "1.10.0"
Expand Down

0 comments on commit d77f7d8

Please sign in to comment.