Skip to content

Commit 918aee8

Browse files
authored
Merge pull request #406 from codahale/dependabot/cargo/thiserror-2.0.12
build(deps): bump thiserror from 2.0.11 to 2.0.12
2 parents ca0c40d + c60d981 commit 918aee8

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.11"
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)