Skip to content

Commit

Permalink
deps: bump bs58 from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
Pull-Request: #5257.
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent edaa2d8 commit e004e28
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 @@ -13,7 +13,7 @@ categories = ["cryptography"]

[dependencies]
asn1_der = { version = "0.7.6", optional = true }
bs58 = { version = "0.5.0", optional = true }
bs58 = { version = "0.5.1", optional = true }
ed25519-dalek = { version = "2.1", optional = true }
hkdf = { version = "0.12.4", optional = true }
libsecp256k1 = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit e004e28

Please sign in to comment.