Skip to content

Commit

Permalink
Merge pull request #374 from codahale/dependabot/cargo/thiserror-2.0.6
Browse files Browse the repository at this point in the history
build(deps): bump thiserror from 2.0.4 to 2.0.6
  • Loading branch information
codahale authored Dec 9, 2024
2 parents 6d3161b + 70a4337 commit 2478768
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.38"
console = "0.15.8"
num_cpus = "1.16.0"
rand = { version = "0.8.5", features = ["min_const_gen"] }
thiserror = "2.0.4"
thiserror = "2.0.6"
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 @@ -14,7 +14,7 @@ fips204 = { version = "0.4.5", default-features = false, features = ["ml-dsa-65"
lockstitch = { version = "0.25.2", features = ["zeroize"] }
num-bigint = "0.4.6"
rand = { version = "0.8.5", features = ["min_const_gen"] }
thiserror = "2.0.4"
thiserror = "2.0.6"
zeroize = "1.8.1"

[dev-dependencies]
Expand Down

0 comments on commit 2478768

Please sign in to comment.