Skip to content

Commit

Permalink
chore: use sha2 from workspace (#8811)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 13, 2024
1 parent be12177 commit 23fc18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/ecies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ctr = "0.9.2"
digest = "0.10.5"
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
concat-kdf = "0.1.0"
sha2 = "0.10.6"
sha2.workspace = true
sha3 = "0.10.5"
aes = "0.8.1"
hmac = "0.12.1"
Expand Down

0 comments on commit 23fc18d

Please sign in to comment.