Skip to content

Commit

Permalink
chore(deps): bump generic-array from 0.14.6 to 0.14.7 (#3448)
Browse files Browse the repository at this point in the history
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.6 to 0.14.7.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent d0ae8a1 commit be640b9
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = ["bip39"]
[dependencies]
curve25519-dalek = { version = "4.0.0-rc.1", default-features = false }
ed25519-dalek = { version = "2.0.0-pre.0", default-features = false }
generic-array = { version = "0.14.4", default-features = false, features = [ "more_lengths" ] }
generic-array = { version = "0.14.7", default-features = false, features = [ "more_lengths" ] }
hkdf = { version = "0.12.3" }
serde = { version = "1.0", optional = true, default-features = false, features = [ "derive" ] }
sha2 = { version = "0.10.5", default-features = false }
Expand Down

0 comments on commit be640b9

Please sign in to comment.