Skip to content

Commit

Permalink
Merge pull request #370 from bachp/dependabot/cargo/thiserror-2.0.0
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 1.0.67 to 2.0.0
  • Loading branch information
bachp authored Nov 10, 2024
2 parents 89f7b16 + 3177174 commit 37019c2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 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 @@ -27,7 +27,7 @@ reqwest = {version = "0.12", features = ["native-tls-vendored", "blocking"] }
openssl-probe = "0.1"
junit-report = "0.8"
clap = { version = "4", features = [ "derive", "cargo", "env" ]}
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
assert_cmd = "2.0.16"
Expand Down

0 comments on commit 37019c2

Please sign in to comment.