Skip to content

Commit

Permalink
build(deps): bump thiserror from 2.0.11 to 2.0.12
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.11...2.0.12)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 6e1b863 commit c60d981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 veil-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap_complete = "4.5.46"
console = "0.15.10"
num_cpus = "1.16.0"
rand = { version = "0.8.5", features = ["min_const_gen"] }
thiserror = "2.0.11"
thiserror = "2.0.12"
veil = { path = "../veil" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion veil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lockstitch = "0.29.0"
num-bigint = "0.4.6"
rand = { version = "0.8.5", features = ["min_const_gen"] }
subtle = "2.6.1"
thiserror = "2.0.11"
thiserror = "2.0.12"
zeroize = "1.8.1"

[dev-dependencies]
Expand Down

0 comments on commit c60d981

Please sign in to comment.