Skip to content

Commit c60d981

Browse files
build(deps): bump thiserror from 2.0.11 to 2.0.12
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] <support@github.com>
1 parent 6e1b863 commit c60d981

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

veil-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap_complete = "4.5.46"
1515
console = "0.15.10"
1616
num_cpus = "1.16.0"
1717
rand = { version = "0.8.5", features = ["min_const_gen"] }
18-
thiserror = "2.0.11"
18+
thiserror = "2.0.12"
1919
veil = { path = "../veil" }
2020

2121
[dev-dependencies]

veil/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lockstitch = "0.29.0"
1515
num-bigint = "0.4.6"
1616
rand = { version = "0.8.5", features = ["min_const_gen"] }
1717
subtle = "2.6.1"
18-
thiserror = "2.0.11"
18+
thiserror = "2.0.12"
1919
zeroize = "1.8.1"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)