Skip to content

Commit

Permalink
chore(deps): bump ed25519 from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [ed25519](https://github.com/RustCrypto/signatures) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](RustCrypto/signatures@ed25519/v2.2.0...ed25519/v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 494a309 commit 69f526c
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/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64 = { version = "0.21", default-features = false }
curve25519-dalek = { version = "4.0.0-rc.1", default-features = false, features = ["rand_core"] }
digest = "0.10"
displaydoc = { version = "0.2", default-features = false }
ed25519 = { version = "2.2.0", default-features = false }
ed25519 = { version = "2.2.1", default-features = false }
ed25519-dalek = { version = "2.0.0-pre.0", default-features = false, features = ["rand_core", "digest"] }
hex = { version = "0.4", default-features = false }
hex_fmt = "0.3"
Expand Down

0 comments on commit 69f526c

Please sign in to comment.