Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ctison and renovate-bot authored Nov 7, 2024
1 parent 7f8ae1f commit 37503f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -20,7 +20,7 @@ required-features = ["bin"]
[dependencies]
clap = { version = "4.5.0", features = ["derive"], optional = true }
anyhow = "1.0.66"
thiserror = "1.0.37"
thiserror = "2.0.0"
wasm-bindgen = { version = "0.2.83", optional = true }

[features]
Expand Down

0 comments on commit 37503f9

Please sign in to comment.