Skip to content

Commit

Permalink
Merge pull request #216 from AleoHQ/dependabot/cargo/digest-0.9.0
Browse files Browse the repository at this point in the history
Bump digest from 0.8.1 to 0.9.0
  • Loading branch information
howardwu authored Dec 29, 2020
2 parents 217c139 + 1747371 commit 1449dfe
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
29 changes: 27 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ arrayvec = { version = "0.5.1" }
base58 = { version = "0.1" }
clap = { version = "~2.33.1" }
colored = { version = "1.9" }
digest = { version = "0.8.1" }
digest = { version = "0.9.0" }
either = { version = "1.5.3" }
failure = { version = "0.1.8" }
hex = { version = "0.4.2" }
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wagyu-model = { path = "../model", version = "0.6.3", default-features = false }
base58 = { version = "0.1" }
bech32 = { version = "0.6.0" }
bitvec = { version = "0.17.4" }
digest = { version = "0.8.1" }
digest = { version = "0.9.0" }
failure = { version = "0.1.8", default-features = false }
hex = { version = "0.4.2", default-features = false }
hmac = { version = "0.7.0" }
Expand Down

0 comments on commit 1449dfe

Please sign in to comment.