Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 3640f52 commit 406d959
Showing 1 changed file with 2 additions and 2 deletions.
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 = "6.0"
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 406d959

Please sign in to comment.