Skip to content

Commit

Permalink
deps: bump ed25519-dalek from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Pull-Request: #4903.
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 338e467 commit 594ecaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography"]
[dependencies]
asn1_der = { version = "0.7.6", optional = true }
bs58 = { version = "0.5.0", optional = true }
ed25519-dalek = { version = "2.0", optional = true }
ed25519-dalek = { version = "2.1", optional = true }
hkdf = { version = "0.12.3", optional = true }
libsecp256k1 = { version = "0.7.0", optional = true }
tracing = "0.1.37"
Expand Down

0 comments on commit 594ecaa

Please sign in to comment.