Skip to content

Commit

Permalink
chore(deps): update rust crate sha2 to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent e2d93ad commit 2c53679
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 keypair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ thiserror = "1.0.23"
lazy_static = "1.4"
libsecp256k1 = "0.7.1"
asn1_der = "0.6.1"
sha2 = "0.10.6"
sha2 = "0.10.7"
zeroize = "1"
serde_bytes = "0.11"
eyre = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion trust-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ log = "0.4.11"
ref-cast = "1.0.2"
derivative = "2.2.0"
thiserror = "1.0.23"
sha2 = "0.10.6"
sha2 = "0.10.7"
nonempty = "0.8.1"
rand = "0.8.5"

0 comments on commit 2c53679

Please sign in to comment.