Skip to content

Commit

Permalink
Merge pull request #161 from bbannier/dependabot/cargo/thiserror-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
2 parents e10f967 + 856bda3 commit 165fe2b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 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 @@ -12,7 +12,7 @@ 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 }
thiserror = "1.0.68"
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 165fe2b

Please sign in to comment.