Skip to content

Commit

Permalink
build(deps): bump belt-hash from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
Bumps [belt-hash](https://github.com/RustCrypto/hashes) from 0.1.0 to 0.1.1.
- [Commits](RustCrypto/hashes@belt-hash-v0.1.0...belt-hash-v0.1.1)

---
updated-dependencies:
- dependency-name: belt-hash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent b21dd4f commit db1835c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elliptic-curve = { version = "0.13.8", features = ["hazmat", "sec1"] }
# optional dependencies
primeorder = { version = "0.13.5", optional = true, path = "../primeorder" }
signature = { version = "2", optional = true }
belt-hash = { version = "0.1.0", optional = true, default-features = false }
belt-hash = { version = "0.1.1", optional = true, default-features = false }
crypto-bigint = { version = "0.5.3", optional = true }
rfc6979 = { version = "0.4", optional = true }

Expand Down

0 comments on commit db1835c

Please sign in to comment.