Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent bc7c3f1 commit 6f68d46
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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ globset = { version = "0.4.13", default-features = false }
enumset = { version = "1.1.2", features = ["serde"] }
indexmap = { version = "2.0.0", features = ["serde"] }
itertools = "0.11.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
ahash = "0.8.3"
patricia_tree = "0.6.2"

Expand Down

0 comments on commit 6f68d46

Please sign in to comment.