Skip to content

Commit

Permalink
chore(deps): bump w3f-bls from 0.1.3 to 0.1.4 (#4681)
Browse files Browse the repository at this point in the history
Bumps [w3f-bls](https://github.com/w3f/bls) from 0.1.3 to 0.1.4.
- [Commits](https://github.com/w3f/bls/commits)

---
updated-dependencies:
- dependency-name: w3f-bls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 797a996 commit e7ef5cc
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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ digest = { version = "0.10.7", default-features = false, features = ["alloc"] }
blake2 = { version = "0.10.6", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
hkdf = { version = "0.12.4", default-features = false }
w3f-bls = { version = "0.1.3", default-features = false }
w3f-bls = { version = "0.1.4", default-features = false }

signature = { version = "2.2.0", default-features = false, features = ["alloc"] }
ed25519-dalek = { version = "2.1.1", default-features = false, features = ["alloc", "rand_core", "zeroize"] }
Expand Down

0 comments on commit e7ef5cc

Please sign in to comment.