Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2 (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Jan 29, 2025
1 parent bcd8119 commit ab625d7
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 13 deletions.
137 changes: 126 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ path_abs = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
structopt = { version = "0.3", optional = true }
textwrap = { version = "0.16", features = [ "terminal_size" ] }
thiserror = "1.0"
thiserror = "2.0"
toml = { version = "0.8", features = [ "preserve_order" ] }
duct = "0.13"
which = "7"
Expand Down Expand Up @@ -122,4 +122,4 @@ handlebars = { version = "6.0", optional = true }
log = { version = "0.4", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
thiserror = { version = "1.0", optional = true }
thiserror = { version = "2.0", optional = true }

0 comments on commit ab625d7

Please sign in to comment.