Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent af4d85b commit 008f29b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -64,7 +64,7 @@ path_abs = "0.5.0"
serde = { version = "1.0.105", features = [ "derive" ] }
structopt = { version = "0.3.12", optional = true }
textwrap = { version = "0.11.0", features = [ "term_size" ] }
thiserror = "1.0.20"
thiserror = "1.0.48"
toml = { version = "0.5.6", features = [ "preserve_order" ] }
os_pipe = "1"
duct = "0.13"
Expand Down Expand Up @@ -117,4 +117,4 @@ handlebars = { version = "4.3.7", optional = true }
log = { version = "0.4.11", optional = true }
serde = { version = "1.0.114", optional = true }
serde_json = { version = "1.0.57", optional = true }
thiserror = { version = "1.0.20", optional = true }
thiserror = { version = "1.0.48", optional = true }

0 comments on commit 008f29b

Please sign in to comment.