Skip to content

Commit

Permalink
Merge pull request #372 from codahale/dependabot/cargo/thiserror-2.0.4
Browse files Browse the repository at this point in the history
build(deps): bump thiserror from 2.0.3 to 2.0.4
  • Loading branch information
codahale authored Dec 4, 2024
2 parents 1bc1ec4 + 3fb9119 commit 0275b8b
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.3"
thiserror = "2.0.4"
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.3"
thiserror = "2.0.4"
zeroize = "1.8.1"

[dev-dependencies]
Expand Down

0 comments on commit 0275b8b

Please sign in to comment.