Skip to content

Commit

Permalink
deps: bump hkdf from 0.12.3 to 0.12.4
Browse files Browse the repository at this point in the history
Pull-Request: #5009.
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 305e02c commit 4d1a539
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 identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography"]
asn1_der = { version = "0.7.6", optional = true }
bs58 = { version = "0.5.0", optional = true }
ed25519-dalek = { version = "2.1", optional = true }
hkdf = { version = "0.12.3", optional = true }
hkdf = { version = "0.12.4", optional = true }
libsecp256k1 = { version = "0.7.0", optional = true }
tracing = "0.1.37"
multihash = { version = "0.19.1", optional = true }
Expand Down

0 comments on commit 4d1a539

Please sign in to comment.