Skip to content

Commit

Permalink
bump sha2 to v0.10.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Nov 21, 2024
1 parent 94820ca commit 9f5817e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions enclave/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 enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tendermint-lc = { path = "../modules/tendermint-lc", default-features = false }

[patch."crates-io"]
# TODO these patches would be better as optional
sha2-0106 = { git = "https://github.com/bluele/hashes", branch = "0.10.6-sha256-hwa-disabled", package = "sha2" }
sha2-0106 = { git = "https://github.com/bluele/hashes", branch = "0.10.8-sha256-hwa-disabled", package = "sha2" }
sha2-099 = { git = "https://github.com/bluele/hashes", branch = "0.9.9-sha256-hwa-disabled", package = "sha2" }

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion modules/commitments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
serde = { version = "1.0.184", default-features = false, features = ["alloc"] }
prost = { version = "0.11", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
sha2 = { version = "0.10.6", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
flex-error = { version = "0.4.4", default-features = false }
alloy-sol-types = { version = "0.8", default-features = false }

Expand Down

0 comments on commit 9f5817e

Please sign in to comment.